Shades of Fire Engine Red #EC0F12
Tints of Fire Engine Red #EC0F12
RGB
CMYK
RGB Variations
Color information
#EC0F12 (or 0xEC0F12) is known color: Fire Engine Red. HEX triplet: EC, 0F and 12. RGB value is (236,15,18). Sum of RGB (Red+Green+Blue) = 236+15+18=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0F12 is #13F0ED. Grayscale: #515151. Windows color (decimal): -1306862 or 1183724. OLE color: 1183724.
HSL color Cylindrical-coordinate representation of color #EC0F12: hue angle of 359.19º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F12 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 18 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.07 |
| HSL | 359.19º | 0.88% | 0.49% | - |
| HSV(B) | 359.19º | 0.94% | 0.93% | - |
| XYZ | 34.87 | 18.22 | 2.25 | - |
| YUV | 81.42 | 92.22 | 238.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 18 | 0 | 0.94 | 0.92 | 0.07 | 359.19 | 0.88 | 0.49 |
| Hex | EC | F | 12 | 0 | 5E | 5C | 7 | 167 | 58 | 31 |
| Octal | 354 | 17 | 22 | 0 | 136 | 134 | 7 | 547 | 130 | 61 |
| Binary | 11101100 | 1111 | 10010 | 0 | 1011110 | 1011100 | 111 | 101100111 | 1011000 | 110001 |
Color Harmonies of #EC0F12
Complementary color
Monochromatic Colors of #EC0F12
Black with #EC0F12
Text Example
Text Example
White with #EC0F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F12; }
p { color: rgb(236,15,18); }
H1.HeaderClassName
{
color: #EC0F12;
}
.AnyTagClassName
{
color: #EC0F12;
}
</style>
background-color css
<style>
a { background-color: #EC0F12; }
a { background-color: rgb(236,15,18); }
div.DivClassName
{
background-color: #EC0F12;
}
.BgClassName
{
background-color: #EC0F12;
}
</style>
border-color css
<style>
span { border-color: #EC0F12; }
span { border-color: rgb(236,15,18); }
td.TdClassName
{
border-color: #EC0F12;
}
.TagClassName
{
border-color: #EC0F12;
}
</style>