Shades of Fire Engine Red #EF1012
Tints of Fire Engine Red #EF1012
RGB
CMYK
RGB Variations
Color information
#EF1012 (or 0xEF1012) is known color: Fire Engine Red. HEX triplet: EF, 10 and 12. RGB value is (239,16,18). Sum of RGB (Red+Green+Blue) = 239+16+18=273 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.55% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1012 is #10EFED. Grayscale: #535353. Windows color (decimal): -1109998 or 1183983. OLE color: 1183983.
HSL color Cylindrical-coordinate representation of color #EF1012: hue angle of 359.46º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1012 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 18 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.06 |
| HSL | 359.46º | 0.87% | 0.5% | - |
| HSV(B) | 359.46º | 0.93% | 0.94% | - |
| XYZ | 35.89 | 18.76 | 2.3 | - |
| YUV | 82.91 | 91.38 | 239.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 18 | 0 | 0.93 | 0.92 | 0.06 | 359.46 | 0.87 | 0.5 |
| Hex | EF | 10 | 12 | 0 | 5D | 5C | 6 | 167 | 57 | 32 |
| Octal | 357 | 20 | 22 | 0 | 135 | 134 | 6 | 547 | 127 | 62 |
| Binary | 11101111 | 10000 | 10010 | 0 | 1011101 | 1011100 | 110 | 101100111 | 1010111 | 110010 |
Color Harmonies of #EF1012
Complementary color
Monochromatic Colors of #EF1012
Black with #EF1012
Text Example
Text Example
White with #EF1012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1012; }
p { color: rgb(239,16,18); }
H1.HeaderClassName
{
color: #EF1012;
}
.AnyTagClassName
{
color: #EF1012;
}
</style>
background-color css
<style>
a { background-color: #EF1012; }
a { background-color: rgb(239,16,18); }
div.DivClassName
{
background-color: #EF1012;
}
.BgClassName
{
background-color: #EF1012;
}
</style>
border-color css
<style>
span { border-color: #EF1012; }
span { border-color: rgb(239,16,18); }
td.TdClassName
{
border-color: #EF1012;
}
.TagClassName
{
border-color: #EF1012;
}
</style>