Shades of Fire Engine Red #EC1118
Tints of Fire Engine Red #EC1118
RGB
CMYK
RGB Variations
Color information
#EC1118 (or 0xEC1118) is known color: Fire Engine Red. HEX triplet: EC, 11 and 18. RGB value is (236,17,24). Sum of RGB (Red+Green+Blue) = 236+17+24=277 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.20% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1118 is #13EEE7. Grayscale: #535353. Windows color (decimal): -1306344 or 1577452. OLE color: 1577452.
HSL color Cylindrical-coordinate representation of color #EC1118: hue angle of 358.08º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1118 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 24 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.07 |
| HSL | 358.08º | 0.87% | 0.5% | - |
| HSV(B) | 358.08º | 0.93% | 0.93% | - |
| XYZ | 34.96 | 18.3 | 2.55 | - |
| YUV | 83.28 | 94.55 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 24 | 0 | 0.93 | 0.90 | 0.07 | 358.08 | 0.87 | 0.5 |
| Hex | EC | 11 | 18 | 0 | 5D | 5A | 7 | 166 | 57 | 32 |
| Octal | 354 | 21 | 30 | 0 | 135 | 132 | 7 | 546 | 127 | 62 |
| Binary | 11101100 | 10001 | 11000 | 0 | 1011101 | 1011010 | 111 | 101100110 | 1010111 | 110010 |
Color Harmonies of #EC1118
Complementary color
Monochromatic Colors of #EC1118
Black with #EC1118
Text Example
Text Example
White with #EC1118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1118; }
p { color: rgb(236,17,24); }
H1.HeaderClassName
{
color: #EC1118;
}
.AnyTagClassName
{
color: #EC1118;
}
</style>
background-color css
<style>
a { background-color: #EC1118; }
a { background-color: rgb(236,17,24); }
div.DivClassName
{
background-color: #EC1118;
}
.BgClassName
{
background-color: #EC1118;
}
</style>
border-color css
<style>
span { border-color: #EC1118; }
span { border-color: rgb(236,17,24); }
td.TdClassName
{
border-color: #EC1118;
}
.TagClassName
{
border-color: #EC1118;
}
</style>