Shades of Fire Engine Red #EC1519
Tints of Fire Engine Red #EC1519
RGB
CMYK
RGB Variations
Color information
#EC1519 (or 0xEC1519) is known color: Fire Engine Red. HEX triplet: EC, 15 and 19. RGB value is (236,21,25). Sum of RGB (Red+Green+Blue) = 236+21+25=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1519 is #13EAE6. Grayscale: #555555. Windows color (decimal): -1305319 or 1644012. OLE color: 1644012.
HSL color Cylindrical-coordinate representation of color #EC1519: hue angle of 358.88º 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 #EC1519 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 25 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.07 |
| HSL | 358.88º | 0.85% | 0.5% | - |
| HSV(B) | 358.88º | 0.91% | 0.93% | - |
| XYZ | 35.04 | 18.44 | 2.63 | - |
| YUV | 85.74 | 93.73 | 235.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 25 | 0 | 0.91 | 0.89 | 0.07 | 358.88 | 0.85 | 0.5 |
| Hex | EC | 15 | 19 | 0 | 5B | 59 | 7 | 167 | 55 | 32 |
| Octal | 354 | 25 | 31 | 0 | 133 | 131 | 7 | 547 | 125 | 62 |
| Binary | 11101100 | 10101 | 11001 | 0 | 1011011 | 1011001 | 111 | 101100111 | 1010101 | 110010 |
Color Harmonies of #EC1519
Complementary color
Monochromatic Colors of #EC1519
Black with #EC1519
Text Example
Text Example
White with #EC1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1519; }
p { color: rgb(236,21,25); }
H1.HeaderClassName
{
color: #EC1519;
}
.AnyTagClassName
{
color: #EC1519;
}
</style>
background-color css
<style>
a { background-color: #EC1519; }
a { background-color: rgb(236,21,25); }
div.DivClassName
{
background-color: #EC1519;
}
.BgClassName
{
background-color: #EC1519;
}
</style>
border-color css
<style>
span { border-color: #EC1519; }
span { border-color: rgb(236,21,25); }
td.TdClassName
{
border-color: #EC1519;
}
.TagClassName
{
border-color: #EC1519;
}
</style>