Shades of Fire Engine Red #EC1419
Tints of Fire Engine Red #EC1419
RGB
CMYK
RGB Variations
Color information
#EC1419 (or 0xEC1419) is known color: Fire Engine Red. HEX triplet: EC, 14 and 19. RGB value is (236,20,25). Sum of RGB (Red+Green+Blue) = 236+20+25=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1419 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1419 is #13EBE6. Grayscale: #555555. Windows color (decimal): -1305575 or 1643756. OLE color: 1643756.
HSL color Cylindrical-coordinate representation of color #EC1419: hue angle of 358.61º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1419 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 25 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.07 |
| HSL | 358.61º | 0.85% | 0.5% | - |
| HSV(B) | 358.61º | 0.92% | 0.93% | - |
| XYZ | 35.02 | 18.4 | 2.63 | - |
| YUV | 85.15 | 94.06 | 235.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 25 | 0 | 0.92 | 0.89 | 0.07 | 358.61 | 0.85 | 0.5 |
| Hex | EC | 14 | 19 | 0 | 5C | 59 | 7 | 167 | 55 | 32 |
| Octal | 354 | 24 | 31 | 0 | 134 | 131 | 7 | 547 | 125 | 62 |
| Binary | 11101100 | 10100 | 11001 | 0 | 1011100 | 1011001 | 111 | 101100111 | 1010101 | 110010 |
Color Harmonies of #EC1419
Complementary color
Monochromatic Colors of #EC1419
Black with #EC1419
Text Example
Text Example
White with #EC1419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1419; }
p { color: rgb(236,20,25); }
H1.HeaderClassName
{
color: #EC1419;
}
.AnyTagClassName
{
color: #EC1419;
}
</style>
background-color css
<style>
a { background-color: #EC1419; }
a { background-color: rgb(236,20,25); }
div.DivClassName
{
background-color: #EC1419;
}
.BgClassName
{
background-color: #EC1419;
}
</style>
border-color css
<style>
span { border-color: #EC1419; }
span { border-color: rgb(236,20,25); }
td.TdClassName
{
border-color: #EC1419;
}
.TagClassName
{
border-color: #EC1419;
}
</style>