Shades of Fire Engine Red #EC1218
Tints of Fire Engine Red #EC1218
RGB
CMYK
RGB Variations
Color information
#EC1218 (or 0xEC1218) is known color: Fire Engine Red. HEX triplet: EC, 12 and 18. RGB value is (236,18,24). Sum of RGB (Red+Green+Blue) = 236+18+24=278 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.89% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1218 is #13EDE7. Grayscale: #545454. Windows color (decimal): -1306088 or 1577708. OLE color: 1577708.
HSL color Cylindrical-coordinate representation of color #EC1218: hue angle of 358.35º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1218 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 24 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.07 |
| HSL | 358.35º | 0.86% | 0.5% | - |
| HSV(B) | 358.35º | 0.92% | 0.93% | - |
| XYZ | 34.97 | 18.33 | 2.56 | - |
| YUV | 83.87 | 94.22 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 24 | 0 | 0.92 | 0.90 | 0.07 | 358.35 | 0.86 | 0.5 |
| Hex | EC | 12 | 18 | 0 | 5C | 5A | 7 | 166 | 56 | 32 |
| Octal | 354 | 22 | 30 | 0 | 134 | 132 | 7 | 546 | 126 | 62 |
| Binary | 11101100 | 10010 | 11000 | 0 | 1011100 | 1011010 | 111 | 101100110 | 1010110 | 110010 |
Color Harmonies of #EC1218
Complementary color
Monochromatic Colors of #EC1218
Black with #EC1218
Text Example
Text Example
White with #EC1218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1218; }
p { color: rgb(236,18,24); }
H1.HeaderClassName
{
color: #EC1218;
}
.AnyTagClassName
{
color: #EC1218;
}
</style>
background-color css
<style>
a { background-color: #EC1218; }
a { background-color: rgb(236,18,24); }
div.DivClassName
{
background-color: #EC1218;
}
.BgClassName
{
background-color: #EC1218;
}
</style>
border-color css
<style>
span { border-color: #EC1218; }
span { border-color: rgb(236,18,24); }
td.TdClassName
{
border-color: #EC1218;
}
.TagClassName
{
border-color: #EC1218;
}
</style>