Shades of Fire Engine Red #EC0916
Tints of Fire Engine Red #EC0916
RGB
CMYK
RGB Variations
Color information
#EC0916 (or 0xEC0916) is known color: Fire Engine Red. HEX triplet: EC, 09 and 16. RGB value is (236,9,22). Sum of RGB (Red+Green+Blue) = 236+9+22=267 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.39% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0916 is #13F6E9. Grayscale: #4E4E4E. Windows color (decimal): -1308394 or 1444332. OLE color: 1444332.
HSL color Cylindrical-coordinate representation of color #EC0916: hue angle of 356.56º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0916 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 22 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.07 |
| HSL | 356.56º | 0.93% | 0.48% | - |
| HSV(B) | 356.56º | 0.96% | 0.93% | - |
| XYZ | 34.83 | 18.09 | 2.41 | - |
| YUV | 78.36 | 96.21 | 240.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 22 | 0 | 0.96 | 0.91 | 0.07 | 356.56 | 0.93 | 0.48 |
| Hex | EC | 9 | 16 | 0 | 60 | 5B | 7 | 165 | 5D | 30 |
| Octal | 354 | 11 | 26 | 0 | 140 | 133 | 7 | 545 | 135 | 60 |
| Binary | 11101100 | 1001 | 10110 | 0 | 1100000 | 1011011 | 111 | 101100101 | 1011101 | 110000 |
Color Harmonies of #EC0916
Complementary color
Monochromatic Colors of #EC0916
Black with #EC0916
Text Example
Text Example
White with #EC0916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0916; }
p { color: rgb(236,9,22); }
H1.HeaderClassName
{
color: #EC0916;
}
.AnyTagClassName
{
color: #EC0916;
}
</style>
background-color css
<style>
a { background-color: #EC0916; }
a { background-color: rgb(236,9,22); }
div.DivClassName
{
background-color: #EC0916;
}
.BgClassName
{
background-color: #EC0916;
}
</style>
border-color css
<style>
span { border-color: #EC0916; }
span { border-color: rgb(236,9,22); }
td.TdClassName
{
border-color: #EC0916;
}
.TagClassName
{
border-color: #EC0916;
}
</style>