Shades of Fire Engine Red #EC1019
Tints of Fire Engine Red #EC1019
RGB
CMYK
RGB Variations
Color information
#EC1019 (or 0xEC1019) is known color: Fire Engine Red. HEX triplet: EC, 10 and 19. RGB value is (236,16,25). Sum of RGB (Red+Green+Blue) = 236+16+25=277 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.20% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1019 is #13EFE6. Grayscale: #525252. Windows color (decimal): -1306599 or 1642732. OLE color: 1642732.
HSL color Cylindrical-coordinate representation of color #EC1019: hue angle of 357.55º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1019 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 25 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.07 |
| HSL | 357.55º | 0.87% | 0.49% | - |
| HSV(B) | 357.55º | 0.93% | 0.93% | - |
| XYZ | 34.95 | 18.27 | 2.6 | - |
| YUV | 82.81 | 95.39 | 237.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 25 | 0 | 0.93 | 0.89 | 0.07 | 357.55 | 0.87 | 0.49 |
| Hex | EC | 10 | 19 | 0 | 5D | 59 | 7 | 166 | 57 | 31 |
| Octal | 354 | 20 | 31 | 0 | 135 | 131 | 7 | 546 | 127 | 61 |
| Binary | 11101100 | 10000 | 11001 | 0 | 1011101 | 1011001 | 111 | 101100110 | 1010111 | 110001 |
Color Harmonies of #EC1019
Complementary color
Monochromatic Colors of #EC1019
Black with #EC1019
Text Example
Text Example
White with #EC1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1019; }
p { color: rgb(236,16,25); }
H1.HeaderClassName
{
color: #EC1019;
}
.AnyTagClassName
{
color: #EC1019;
}
</style>
background-color css
<style>
a { background-color: #EC1019; }
a { background-color: rgb(236,16,25); }
div.DivClassName
{
background-color: #EC1019;
}
.BgClassName
{
background-color: #EC1019;
}
</style>
border-color css
<style>
span { border-color: #EC1019; }
span { border-color: rgb(236,16,25); }
td.TdClassName
{
border-color: #EC1019;
}
.TagClassName
{
border-color: #EC1019;
}
</style>