Shades of Fire Engine Red #EC171C
Tints of Fire Engine Red #EC171C
RGB
CMYK
RGB Variations
Color information
#EC171C (or 0xEC171C) is known color: Fire Engine Red. HEX triplet: EC, 17 and 1C. RGB value is (236,23,28). Sum of RGB (Red+Green+Blue) = 236+23+28=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC171C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC171C is #13E8E3. Grayscale: #575757. Windows color (decimal): -1304804 or 1841132. OLE color: 1841132.
HSL color Cylindrical-coordinate representation of color #EC171C: hue angle of 358.59º 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 #EC171C is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 28 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.07 |
| HSL | 358.59º | 0.85% | 0.51% | - |
| HSV(B) | 358.59º | 0.9% | 0.93% | - |
| XYZ | 35.11 | 18.53 | 2.82 | - |
| YUV | 87.26 | 94.57 | 234.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 28 | 0 | 0.90 | 0.88 | 0.07 | 358.59 | 0.85 | 0.51 |
| Hex | EC | 17 | 1C | 0 | 5A | 58 | 7 | 167 | 55 | 33 |
| Octal | 354 | 27 | 34 | 0 | 132 | 130 | 7 | 547 | 125 | 63 |
| Binary | 11101100 | 10111 | 11100 | 0 | 1011010 | 1011000 | 111 | 101100111 | 1010101 | 110011 |
Color Harmonies of #EC171C
Complementary color
Monochromatic Colors of #EC171C
Black with #EC171C
Text Example
Text Example
White with #EC171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC171C; }
p { color: rgb(236,23,28); }
H1.HeaderClassName
{
color: #EC171C;
}
.AnyTagClassName
{
color: #EC171C;
}
</style>
background-color css
<style>
a { background-color: #EC171C; }
a { background-color: rgb(236,23,28); }
div.DivClassName
{
background-color: #EC171C;
}
.BgClassName
{
background-color: #EC171C;
}
</style>
border-color css
<style>
span { border-color: #EC171C; }
span { border-color: rgb(236,23,28); }
td.TdClassName
{
border-color: #EC171C;
}
.TagClassName
{
border-color: #EC171C;
}
</style>