Shades of Fire Engine Red #EC1319
Tints of Fire Engine Red #EC1319
RGB
CMYK
RGB Variations
Color information
#EC1319 (or 0xEC1319) is known color: Fire Engine Red. HEX triplet: EC, 13 and 19. RGB value is (236,19,25). Sum of RGB (Red+Green+Blue) = 236+19+25=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1319 is #13ECE6. Grayscale: #545454. Windows color (decimal): -1305831 or 1643500. OLE color: 1643500.
HSL color Cylindrical-coordinate representation of color #EC1319: hue angle of 358.34º 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 #EC1319 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 25 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.07 |
| HSL | 358.34º | 0.85% | 0.5% | - |
| HSV(B) | 358.34º | 0.92% | 0.93% | - |
| XYZ | 35 | 18.37 | 2.62 | - |
| YUV | 84.57 | 94.39 | 236.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 25 | 0 | 0.92 | 0.89 | 0.07 | 358.34 | 0.85 | 0.5 |
| Hex | EC | 13 | 19 | 0 | 5C | 59 | 7 | 166 | 55 | 32 |
| Octal | 354 | 23 | 31 | 0 | 134 | 131 | 7 | 546 | 125 | 62 |
| Binary | 11101100 | 10011 | 11001 | 0 | 1011100 | 1011001 | 111 | 101100110 | 1010101 | 110010 |
Color Harmonies of #EC1319
Complementary color
Monochromatic Colors of #EC1319
Black with #EC1319
Text Example
Text Example
White with #EC1319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1319; }
p { color: rgb(236,19,25); }
H1.HeaderClassName
{
color: #EC1319;
}
.AnyTagClassName
{
color: #EC1319;
}
</style>
background-color css
<style>
a { background-color: #EC1319; }
a { background-color: rgb(236,19,25); }
div.DivClassName
{
background-color: #EC1319;
}
.BgClassName
{
background-color: #EC1319;
}
</style>
border-color css
<style>
span { border-color: #EC1319; }
span { border-color: rgb(236,19,25); }
td.TdClassName
{
border-color: #EC1319;
}
.TagClassName
{
border-color: #EC1319;
}
</style>