Shades of Fire Engine Red #EE0712
Tints of Fire Engine Red #EE0712
RGB
CMYK
RGB Variations
Color information
#EE0712 (or 0xEE0712) is known color: Fire Engine Red. HEX triplet: EE, 07 and 12. RGB value is (238,7,18). Sum of RGB (Red+Green+Blue) = 238+7+18=263 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.49% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0712 is #11F8ED. Grayscale: #4D4D4D. Windows color (decimal): -1177838 or 1181678. OLE color: 1181678.
HSL color Cylindrical-coordinate representation of color #EE0712: hue angle of 357.14º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0712 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 18 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.07 |
| HSL | 357.14º | 0.94% | 0.48% | - |
| HSV(B) | 357.14º | 0.97% | 0.93% | - |
| XYZ | 35.45 | 18.37 | 2.25 | - |
| YUV | 77.32 | 94.53 | 242.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 18 | 0 | 0.97 | 0.92 | 0.07 | 357.14 | 0.94 | 0.48 |
| Hex | EE | 7 | 12 | 0 | 61 | 5C | 7 | 165 | 5E | 30 |
| Octal | 356 | 7 | 22 | 0 | 141 | 134 | 7 | 545 | 136 | 60 |
| Binary | 11101110 | 111 | 10010 | 0 | 1100001 | 1011100 | 111 | 101100101 | 1011110 | 110000 |
Color Harmonies of #EE0712
Complementary color
Monochromatic Colors of #EE0712
Black with #EE0712
Text Example
Text Example
White with #EE0712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0712; }
p { color: rgb(238,7,18); }
H1.HeaderClassName
{
color: #EE0712;
}
.AnyTagClassName
{
color: #EE0712;
}
</style>
background-color css
<style>
a { background-color: #EE0712; }
a { background-color: rgb(238,7,18); }
div.DivClassName
{
background-color: #EE0712;
}
.BgClassName
{
background-color: #EE0712;
}
</style>
border-color css
<style>
span { border-color: #EE0712; }
span { border-color: rgb(238,7,18); }
td.TdClassName
{
border-color: #EE0712;
}
.TagClassName
{
border-color: #EE0712;
}
</style>