Shades of Fire Engine Red #EC1719
Tints of Fire Engine Red #EC1719
RGB
CMYK
RGB Variations
Color information
#EC1719 (or 0xEC1719) is known color: Fire Engine Red. HEX triplet: EC, 17 and 19. RGB value is (236,23,25). Sum of RGB (Red+Green+Blue) = 236+23+25=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1719 is #13E8E6. Grayscale: #575757. Windows color (decimal): -1304807 or 1644524. OLE color: 1644524.
HSL color Cylindrical-coordinate representation of color #EC1719: hue angle of 359.44º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1719 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 25 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.07 |
| HSL | 359.44º | 0.85% | 0.51% | - |
| HSV(B) | 359.44º | 0.9% | 0.93% | - |
| XYZ | 35.07 | 18.52 | 2.65 | - |
| YUV | 86.92 | 93.07 | 234.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 25 | 0 | 0.90 | 0.89 | 0.07 | 359.44 | 0.85 | 0.51 |
| Hex | EC | 17 | 19 | 0 | 5A | 59 | 7 | 167 | 55 | 33 |
| Octal | 354 | 27 | 31 | 0 | 132 | 131 | 7 | 547 | 125 | 63 |
| Binary | 11101100 | 10111 | 11001 | 0 | 1011010 | 1011001 | 111 | 101100111 | 1010101 | 110011 |
Color Harmonies of #EC1719
Complementary color
Monochromatic Colors of #EC1719
Black with #EC1719
Text Example
Text Example
White with #EC1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1719; }
p { color: rgb(236,23,25); }
H1.HeaderClassName
{
color: #EC1719;
}
.AnyTagClassName
{
color: #EC1719;
}
</style>
background-color css
<style>
a { background-color: #EC1719; }
a { background-color: rgb(236,23,25); }
div.DivClassName
{
background-color: #EC1719;
}
.BgClassName
{
background-color: #EC1719;
}
</style>
border-color css
<style>
span { border-color: #EC1719; }
span { border-color: rgb(236,23,25); }
td.TdClassName
{
border-color: #EC1719;
}
.TagClassName
{
border-color: #EC1719;
}
</style>