Shades of Fire Engine Red #EC0F11
Tints of Fire Engine Red #EC0F11
RGB
CMYK
RGB Variations
Color information
#EC0F11 (or 0xEC0F11) is known color: Fire Engine Red. HEX triplet: EC, 0F and 11. RGB value is (236,15,17). Sum of RGB (Red+Green+Blue) = 236+15+17=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0F11 is #13F0EE. Grayscale: #515151. Windows color (decimal): -1306863 or 1118188. OLE color: 1118188.
HSL color Cylindrical-coordinate representation of color #EC0F11: hue angle of 359.46º 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 #EC0F11 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 17 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.07 |
| HSL | 359.46º | 0.88% | 0.49% | - |
| HSV(B) | 359.46º | 0.94% | 0.93% | - |
| XYZ | 34.86 | 18.21 | 2.21 | - |
| YUV | 81.31 | 91.72 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 17 | 0 | 0.94 | 0.93 | 0.07 | 359.46 | 0.88 | 0.49 |
| Hex | EC | F | 11 | 0 | 5E | 5D | 7 | 167 | 58 | 31 |
| Octal | 354 | 17 | 21 | 0 | 136 | 135 | 7 | 547 | 130 | 61 |
| Binary | 11101100 | 1111 | 10001 | 0 | 1011110 | 1011101 | 111 | 101100111 | 1011000 | 110001 |
Color Harmonies of #EC0F11
Complementary color
Monochromatic Colors of #EC0F11
Black with #EC0F11
Text Example
Text Example
White with #EC0F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F11; }
p { color: rgb(236,15,17); }
H1.HeaderClassName
{
color: #EC0F11;
}
.AnyTagClassName
{
color: #EC0F11;
}
</style>
background-color css
<style>
a { background-color: #EC0F11; }
a { background-color: rgb(236,15,17); }
div.DivClassName
{
background-color: #EC0F11;
}
.BgClassName
{
background-color: #EC0F11;
}
</style>
border-color css
<style>
span { border-color: #EC0F11; }
span { border-color: rgb(236,15,17); }
td.TdClassName
{
border-color: #EC0F11;
}
.TagClassName
{
border-color: #EC0F11;
}
</style>