Shades of Fire Engine Red #EC1516
Tints of Fire Engine Red #EC1516
RGB
CMYK
RGB Variations
Color information
#EC1516 (or 0xEC1516) is known color: Fire Engine Red. HEX triplet: EC, 15 and 16. RGB value is (236,21,22). Sum of RGB (Red+Green+Blue) = 236+21+22=279 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.59% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1516 is #13EAE9. Grayscale: #555555. Windows color (decimal): -1305322 or 1447404. OLE color: 1447404.
HSL color Cylindrical-coordinate representation of color #EC1516: hue angle of 359.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1516 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 22 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.07 |
| HSL | 359.72º | 0.85% | 0.5% | - |
| HSV(B) | 359.72º | 0.91% | 0.93% | - |
| XYZ | 35.01 | 18.43 | 2.47 | - |
| YUV | 85.4 | 92.23 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 22 | 0 | 0.91 | 0.91 | 0.07 | 359.72 | 0.85 | 0.5 |
| Hex | EC | 15 | 16 | 0 | 5B | 5B | 7 | 168 | 55 | 32 |
| Octal | 354 | 25 | 26 | 0 | 133 | 133 | 7 | 550 | 125 | 62 |
| Binary | 11101100 | 10101 | 10110 | 0 | 1011011 | 1011011 | 111 | 101101000 | 1010101 | 110010 |
Color Harmonies of #EC1516
Complementary color
Monochromatic Colors of #EC1516
Black with #EC1516
Text Example
Text Example
White with #EC1516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1516; }
p { color: rgb(236,21,22); }
H1.HeaderClassName
{
color: #EC1516;
}
.AnyTagClassName
{
color: #EC1516;
}
</style>
background-color css
<style>
a { background-color: #EC1516; }
a { background-color: rgb(236,21,22); }
div.DivClassName
{
background-color: #EC1516;
}
.BgClassName
{
background-color: #EC1516;
}
</style>
border-color css
<style>
span { border-color: #EC1516; }
span { border-color: rgb(236,21,22); }
td.TdClassName
{
border-color: #EC1516;
}
.TagClassName
{
border-color: #EC1516;
}
</style>