Shades of Fire Engine Red #EC1119
Tints of Fire Engine Red #EC1119
RGB
CMYK
RGB Variations
Color information
#EC1119 (or 0xEC1119) is known color: Fire Engine Red. HEX triplet: EC, 11 and 19. RGB value is (236,17,25). Sum of RGB (Red+Green+Blue) = 236+17+25=278 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.89% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1119 is #13EEE6. Grayscale: #535353. Windows color (decimal): -1306343 or 1642988. OLE color: 1642988.
HSL color Cylindrical-coordinate representation of color #EC1119: hue angle of 357.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1119 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 25 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.07 |
| HSL | 357.81º | 0.87% | 0.5% | - |
| HSV(B) | 357.81º | 0.93% | 0.93% | - |
| XYZ | 34.97 | 18.3 | 2.61 | - |
| YUV | 83.39 | 95.05 | 236.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 25 | 0 | 0.93 | 0.89 | 0.07 | 357.81 | 0.87 | 0.5 |
| Hex | EC | 11 | 19 | 0 | 5D | 59 | 7 | 166 | 57 | 32 |
| Octal | 354 | 21 | 31 | 0 | 135 | 131 | 7 | 546 | 127 | 62 |
| Binary | 11101100 | 10001 | 11001 | 0 | 1011101 | 1011001 | 111 | 101100110 | 1010111 | 110010 |
Color Harmonies of #EC1119
Complementary color
Monochromatic Colors of #EC1119
Black with #EC1119
Text Example
Text Example
White with #EC1119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1119; }
p { color: rgb(236,17,25); }
H1.HeaderClassName
{
color: #EC1119;
}
.AnyTagClassName
{
color: #EC1119;
}
</style>
background-color css
<style>
a { background-color: #EC1119; }
a { background-color: rgb(236,17,25); }
div.DivClassName
{
background-color: #EC1119;
}
.BgClassName
{
background-color: #EC1119;
}
</style>
border-color css
<style>
span { border-color: #EC1119; }
span { border-color: rgb(236,17,25); }
td.TdClassName
{
border-color: #EC1119;
}
.TagClassName
{
border-color: #EC1119;
}
</style>