Font color is wrong.

Font color is wrong.

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:
<font color="rgb(255, 0, 0)"><b>should be red</b></font> - by editor<br>
<b>
<font color="#ff0000">should be red</font></b> - by inserting HTML
Could you please repair it?