Shades of Fire Engine Red #EC0F16
Tints of Fire Engine Red #EC0F16
RGB
CMYK
RGB Variations
Color information
#EC0F16 (or 0xEC0F16) is known color: Fire Engine Red. HEX triplet: EC, 0F and 16. RGB value is (236,15,22). Sum of RGB (Red+Green+Blue) = 236+15+22=273 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.45% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0F16 is #13F0E9. Grayscale: #525252. Windows color (decimal): -1306858 or 1445868. OLE color: 1445868.
HSL color Cylindrical-coordinate representation of color #EC0F16: hue angle of 358.1º 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 #EC0F16 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 22 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.07 |
| HSL | 358.1º | 0.88% | 0.49% | - |
| HSV(B) | 358.1º | 0.94% | 0.93% | - |
| XYZ | 34.91 | 18.23 | 2.44 | - |
| YUV | 81.88 | 94.22 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 22 | 0 | 0.94 | 0.91 | 0.07 | 358.1 | 0.88 | 0.49 |
| Hex | EC | F | 16 | 0 | 5E | 5B | 7 | 166 | 58 | 31 |
| Octal | 354 | 17 | 26 | 0 | 136 | 133 | 7 | 546 | 130 | 61 |
| Binary | 11101100 | 1111 | 10110 | 0 | 1011110 | 1011011 | 111 | 101100110 | 1011000 | 110001 |
Color Harmonies of #EC0F16
Complementary color
Monochromatic Colors of #EC0F16
Black with #EC0F16
Text Example
Text Example
White with #EC0F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F16; }
p { color: rgb(236,15,22); }
H1.HeaderClassName
{
color: #EC0F16;
}
.AnyTagClassName
{
color: #EC0F16;
}
</style>
background-color css
<style>
a { background-color: #EC0F16; }
a { background-color: rgb(236,15,22); }
div.DivClassName
{
background-color: #EC0F16;
}
.BgClassName
{
background-color: #EC0F16;
}
</style>
border-color css
<style>
span { border-color: #EC0F16; }
span { border-color: rgb(236,15,22); }
td.TdClassName
{
border-color: #EC0F16;
}
.TagClassName
{
border-color: #EC0F16;
}
</style>