Shades of Fire Engine Red #EC1014
Tints of Fire Engine Red #EC1014
RGB
CMYK
RGB Variations
Color information
#EC1014 (or 0xEC1014) is known color: Fire Engine Red. HEX triplet: EC, 10 and 14. RGB value is (236,16,20). Sum of RGB (Red+Green+Blue) = 236+16+20=272 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.76% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1014 is #13EFEB. Grayscale: #525252. Windows color (decimal): -1306604 or 1315052. OLE color: 1315052.
HSL color Cylindrical-coordinate representation of color #EC1014: hue angle of 358.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1014 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 20 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.07 |
| HSL | 358.91º | 0.87% | 0.49% | - |
| HSV(B) | 358.91º | 0.93% | 0.93% | - |
| XYZ | 34.9 | 18.25 | 2.35 | - |
| YUV | 82.24 | 92.89 | 237.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 20 | 0 | 0.93 | 0.92 | 0.07 | 358.91 | 0.87 | 0.49 |
| Hex | EC | 10 | 14 | 0 | 5D | 5C | 7 | 167 | 57 | 31 |
| Octal | 354 | 20 | 24 | 0 | 135 | 134 | 7 | 547 | 127 | 61 |
| Binary | 11101100 | 10000 | 10100 | 0 | 1011101 | 1011100 | 111 | 101100111 | 1010111 | 110001 |
Color Harmonies of #EC1014
Complementary color
Monochromatic Colors of #EC1014
Black with #EC1014
Text Example
Text Example
White with #EC1014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1014; }
p { color: rgb(236,16,20); }
H1.HeaderClassName
{
color: #EC1014;
}
.AnyTagClassName
{
color: #EC1014;
}
</style>
background-color css
<style>
a { background-color: #EC1014; }
a { background-color: rgb(236,16,20); }
div.DivClassName
{
background-color: #EC1014;
}
.BgClassName
{
background-color: #EC1014;
}
</style>
border-color css
<style>
span { border-color: #EC1014; }
span { border-color: rgb(236,16,20); }
td.TdClassName
{
border-color: #EC1014;
}
.TagClassName
{
border-color: #EC1014;
}
</style>