Shades of Fire Engine Red #EC191C
Tints of Fire Engine Red #EC191C
RGB
CMYK
RGB Variations
Color information
#EC191C (or 0xEC191C) is known color: Fire Engine Red. HEX triplet: EC, 19 and 1C. RGB value is (236,25,28). Sum of RGB (Red+Green+Blue) = 236+25+28=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC191C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC191C is #13E6E3. Grayscale: #585858. Windows color (decimal): -1304292 or 1841644. OLE color: 1841644.
HSL color Cylindrical-coordinate representation of color #EC191C: hue angle of 359.15º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC191C is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 28 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.07 |
| HSL | 359.15º | 0.85% | 0.51% | - |
| HSV(B) | 359.15º | 0.89% | 0.93% | - |
| XYZ | 35.15 | 18.61 | 2.84 | - |
| YUV | 88.43 | 93.9 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 28 | 0 | 0.89 | 0.88 | 0.07 | 359.15 | 0.85 | 0.51 |
| Hex | EC | 19 | 1C | 0 | 59 | 58 | 7 | 167 | 55 | 33 |
| Octal | 354 | 31 | 34 | 0 | 131 | 130 | 7 | 547 | 125 | 63 |
| Binary | 11101100 | 11001 | 11100 | 0 | 1011001 | 1011000 | 111 | 101100111 | 1010101 | 110011 |
Color Harmonies of #EC191C
Complementary color
Monochromatic Colors of #EC191C
Black with #EC191C
Text Example
Text Example
White with #EC191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC191C; }
p { color: rgb(236,25,28); }
H1.HeaderClassName
{
color: #EC191C;
}
.AnyTagClassName
{
color: #EC191C;
}
</style>
background-color css
<style>
a { background-color: #EC191C; }
a { background-color: rgb(236,25,28); }
div.DivClassName
{
background-color: #EC191C;
}
.BgClassName
{
background-color: #EC191C;
}
</style>
border-color css
<style>
span { border-color: #EC191C; }
span { border-color: rgb(236,25,28); }
td.TdClassName
{
border-color: #EC191C;
}
.TagClassName
{
border-color: #EC191C;
}
</style>