Shades of Fire Engine Red #EC0C12
Tints of Fire Engine Red #EC0C12
RGB
CMYK
RGB Variations
Color information
#EC0C12 (or 0xEC0C12) is known color: Fire Engine Red. HEX triplet: EC, 0C and 12. RGB value is (236,12,18). Sum of RGB (Red+Green+Blue) = 236+12+18=266 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.72% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0C12 is #13F3ED. Grayscale: #4F4F4F. Windows color (decimal): -1307630 or 1182956. OLE color: 1182956.
HSL color Cylindrical-coordinate representation of color #EC0C12: hue angle of 358.39º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C12 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 18 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.07 |
| HSL | 358.39º | 0.9% | 0.49% | - |
| HSV(B) | 358.39º | 0.95% | 0.93% | - |
| XYZ | 34.83 | 18.14 | 2.24 | - |
| YUV | 79.66 | 93.21 | 239.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 18 | 0 | 0.95 | 0.92 | 0.07 | 358.39 | 0.9 | 0.49 |
| Hex | EC | C | 12 | 0 | 5F | 5C | 7 | 166 | 5A | 31 |
| Octal | 354 | 14 | 22 | 0 | 137 | 134 | 7 | 546 | 132 | 61 |
| Binary | 11101100 | 1100 | 10010 | 0 | 1011111 | 1011100 | 111 | 101100110 | 1011010 | 110001 |
Color Harmonies of #EC0C12
Complementary color
Monochromatic Colors of #EC0C12
Black with #EC0C12
Text Example
Text Example
White with #EC0C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C12; }
p { color: rgb(236,12,18); }
H1.HeaderClassName
{
color: #EC0C12;
}
.AnyTagClassName
{
color: #EC0C12;
}
</style>
background-color css
<style>
a { background-color: #EC0C12; }
a { background-color: rgb(236,12,18); }
div.DivClassName
{
background-color: #EC0C12;
}
.BgClassName
{
background-color: #EC0C12;
}
</style>
border-color css
<style>
span { border-color: #EC0C12; }
span { border-color: rgb(236,12,18); }
td.TdClassName
{
border-color: #EC0C12;
}
.TagClassName
{
border-color: #EC0C12;
}
</style>