Shades of Fire Engine Red #E90F12
Tints of Fire Engine Red #E90F12
RGB
CMYK
RGB Variations
Color information
#E90F12 (or 0xE90F12) is known color: Fire Engine Red. HEX triplet: E9, 0F and 12. RGB value is (233,15,18). Sum of RGB (Red+Green+Blue) = 233+15+18=266 (35% of max value = 765). Red value is 233 (91.41% from 255 or 87.59% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90F12 is #16F0ED. Grayscale: #505050. Windows color (decimal): -1503470 or 1183721. OLE color: 1183721.
HSL color Cylindrical-coordinate representation of color #E90F12: hue angle of 359.17º 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 #E90F12 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 18 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.09 |
| HSL | 359.17º | 0.88% | 0.49% | - |
| HSV(B) | 359.17º | 0.94% | 0.91% | - |
| XYZ | 33.88 | 17.71 | 2.2 | - |
| YUV | 80.52 | 92.72 | 236.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 18 | 0 | 0.94 | 0.92 | 0.09 | 359.17 | 0.88 | 0.49 |
| Hex | E9 | F | 12 | 0 | 5E | 5C | 9 | 167 | 58 | 31 |
| Octal | 351 | 17 | 22 | 0 | 136 | 134 | 11 | 547 | 130 | 61 |
| Binary | 11101001 | 1111 | 10010 | 0 | 1011110 | 1011100 | 1001 | 101100111 | 1011000 | 110001 |
Color Harmonies of #E90F12
Complementary color
Monochromatic Colors of #E90F12
Black with #E90F12
Text Example
Text Example
White with #E90F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F12; }
p { color: rgb(233,15,18); }
H1.HeaderClassName
{
color: #E90F12;
}
.AnyTagClassName
{
color: #E90F12;
}
</style>
background-color css
<style>
a { background-color: #E90F12; }
a { background-color: rgb(233,15,18); }
div.DivClassName
{
background-color: #E90F12;
}
.BgClassName
{
background-color: #E90F12;
}
</style>
border-color css
<style>
span { border-color: #E90F12; }
span { border-color: rgb(233,15,18); }
td.TdClassName
{
border-color: #E90F12;
}
.TagClassName
{
border-color: #E90F12;
}
</style>