Shades of Fire Engine Red #E90F14
Tints of Fire Engine Red #E90F14
RGB
CMYK
RGB Variations
Color information
#E90F14 (or 0xE90F14) is known color: Fire Engine Red. HEX triplet: E9, 0F and 14. RGB value is (233,15,20). Sum of RGB (Red+Green+Blue) = 233+15+20=268 (35% of max value = 765). Red value is 233 (91.41% from 255 or 86.94% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90F14 is #16F0EB. Grayscale: #505050. Windows color (decimal): -1503468 or 1314793. OLE color: 1314793.
HSL color Cylindrical-coordinate representation of color #E90F14: hue angle of 358.62º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90F14 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 20 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.09 |
| HSL | 358.62º | 0.88% | 0.49% | - |
| HSV(B) | 358.62º | 0.94% | 0.91% | - |
| XYZ | 33.9 | 17.72 | 2.29 | - |
| YUV | 80.75 | 93.72 | 236.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 20 | 0 | 0.94 | 0.91 | 0.09 | 358.62 | 0.88 | 0.49 |
| Hex | E9 | F | 14 | 0 | 5E | 5B | 9 | 167 | 58 | 31 |
| Octal | 351 | 17 | 24 | 0 | 136 | 133 | 11 | 547 | 130 | 61 |
| Binary | 11101001 | 1111 | 10100 | 0 | 1011110 | 1011011 | 1001 | 101100111 | 1011000 | 110001 |
Color Harmonies of #E90F14
Complementary color
Monochromatic Colors of #E90F14
Black with #E90F14
Text Example
Text Example
White with #E90F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F14; }
p { color: rgb(233,15,20); }
H1.HeaderClassName
{
color: #E90F14;
}
.AnyTagClassName
{
color: #E90F14;
}
</style>
background-color css
<style>
a { background-color: #E90F14; }
a { background-color: rgb(233,15,20); }
div.DivClassName
{
background-color: #E90F14;
}
.BgClassName
{
background-color: #E90F14;
}
</style>
border-color css
<style>
span { border-color: #E90F14; }
span { border-color: rgb(233,15,20); }
td.TdClassName
{
border-color: #E90F14;
}
.TagClassName
{
border-color: #E90F14;
}
</style>