When I try to set red color by editor to the text in rich text field - I see dark green :)
second (red) line was added by inserting HTML. If we look inside we will see:
<fontcolor="rgb(255, 0, 0)"><b>should be red</b></font> - by editor<br> <b> <fontcolor="#ff0000">should be red</font></b> - by inserting HTML Could you please repair it?