Shades of Fire Engine Red #EE1012
Tints of Fire Engine Red #EE1012
RGB
CMYK
RGB Variations
Color information
#EE1012 (or 0xEE1012) is known color: Fire Engine Red. HEX triplet: EE, 10 and 12. RGB value is (238,16,18). Sum of RGB (Red+Green+Blue) = 238+16+18=272 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.5% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1012 is #11EFED. Grayscale: #525252. Windows color (decimal): -1175534 or 1183982. OLE color: 1183982.
HSL color Cylindrical-coordinate representation of color #EE1012: hue angle of 359.46º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1012 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 18 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.07 |
| HSL | 359.46º | 0.87% | 0.5% | - |
| HSV(B) | 359.46º | 0.93% | 0.93% | - |
| XYZ | 35.55 | 18.59 | 2.29 | - |
| YUV | 82.61 | 91.55 | 238.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 18 | 0 | 0.93 | 0.92 | 0.07 | 359.46 | 0.87 | 0.5 |
| Hex | EE | 10 | 12 | 0 | 5D | 5C | 7 | 167 | 57 | 32 |
| Octal | 356 | 20 | 22 | 0 | 135 | 134 | 7 | 547 | 127 | 62 |
| Binary | 11101110 | 10000 | 10010 | 0 | 1011101 | 1011100 | 111 | 101100111 | 1010111 | 110010 |
Color Harmonies of #EE1012
Complementary color
Monochromatic Colors of #EE1012
Black with #EE1012
Text Example
Text Example
White with #EE1012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1012; }
p { color: rgb(238,16,18); }
H1.HeaderClassName
{
color: #EE1012;
}
.AnyTagClassName
{
color: #EE1012;
}
</style>
background-color css
<style>
a { background-color: #EE1012; }
a { background-color: rgb(238,16,18); }
div.DivClassName
{
background-color: #EE1012;
}
.BgClassName
{
background-color: #EE1012;
}
</style>
border-color css
<style>
span { border-color: #EE1012; }
span { border-color: rgb(238,16,18); }
td.TdClassName
{
border-color: #EE1012;
}
.TagClassName
{
border-color: #EE1012;
}
</style>