Shades of Fire Engine Red #EE0F12
Tints of Fire Engine Red #EE0F12
RGB
CMYK
RGB Variations
Color information
#EE0F12 (or 0xEE0F12) is known color: Fire Engine Red. HEX triplet: EE, 0F and 12. RGB value is (238,15,18). Sum of RGB (Red+Green+Blue) = 238+15+18=271 (35% of max value = 765). Red value is 238 (93.36% from 255 or 87.82% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0F12 is #11F0ED. Grayscale: #525252. Windows color (decimal): -1175790 or 1183726. OLE color: 1183726.
HSL color Cylindrical-coordinate representation of color #EE0F12: hue angle of 359.19º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F12 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 18 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.07 |
| HSL | 359.19º | 0.88% | 0.5% | - |
| HSV(B) | 359.19º | 0.94% | 0.93% | - |
| XYZ | 35.54 | 18.56 | 2.28 | - |
| YUV | 82.02 | 91.88 | 239.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 18 | 0 | 0.94 | 0.92 | 0.07 | 359.19 | 0.88 | 0.5 |
| Hex | EE | F | 12 | 0 | 5E | 5C | 7 | 167 | 58 | 32 |
| Octal | 356 | 17 | 22 | 0 | 136 | 134 | 7 | 547 | 130 | 62 |
| Binary | 11101110 | 1111 | 10010 | 0 | 1011110 | 1011100 | 111 | 101100111 | 1011000 | 110010 |
Color Harmonies of #EE0F12
Complementary color
Monochromatic Colors of #EE0F12
Black with #EE0F12
Text Example
Text Example
White with #EE0F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F12; }
p { color: rgb(238,15,18); }
H1.HeaderClassName
{
color: #EE0F12;
}
.AnyTagClassName
{
color: #EE0F12;
}
</style>
background-color css
<style>
a { background-color: #EE0F12; }
a { background-color: rgb(238,15,18); }
div.DivClassName
{
background-color: #EE0F12;
}
.BgClassName
{
background-color: #EE0F12;
}
</style>
border-color css
<style>
span { border-color: #EE0F12; }
span { border-color: rgb(238,15,18); }
td.TdClassName
{
border-color: #EE0F12;
}
.TagClassName
{
border-color: #EE0F12;
}
</style>