Shades of Fire Engine Red #EC171A
Tints of Fire Engine Red #EC171A
RGB
CMYK
RGB Variations
Color information
#EC171A (or 0xEC171A) is known color: Fire Engine Red. HEX triplet: EC, 17 and 1A. RGB value is (236,23,26). Sum of RGB (Red+Green+Blue) = 236+23+26=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC171A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC171A is #13E8E5. Grayscale: #575757. Windows color (decimal): -1304806 or 1710060. OLE color: 1710060.
HSL color Cylindrical-coordinate representation of color #EC171A: 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.9%. Process color model (Four color, CMYK) of #EC171A is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 26 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.07 |
| HSL | 359.15º | 0.85% | 0.51% | - |
| HSV(B) | 359.15º | 0.9% | 0.93% | - |
| XYZ | 35.08 | 18.52 | 2.7 | - |
| YUV | 87.03 | 93.57 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 26 | 0 | 0.90 | 0.89 | 0.07 | 359.15 | 0.85 | 0.51 |
| Hex | EC | 17 | 1A | 0 | 5A | 59 | 7 | 167 | 55 | 33 |
| Octal | 354 | 27 | 32 | 0 | 132 | 131 | 7 | 547 | 125 | 63 |
| Binary | 11101100 | 10111 | 11010 | 0 | 1011010 | 1011001 | 111 | 101100111 | 1010101 | 110011 |
Color Harmonies of #EC171A
Complementary color
Monochromatic Colors of #EC171A
Black with #EC171A
Text Example
Text Example
White with #EC171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC171A; }
p { color: rgb(236,23,26); }
H1.HeaderClassName
{
color: #EC171A;
}
.AnyTagClassName
{
color: #EC171A;
}
</style>
background-color css
<style>
a { background-color: #EC171A; }
a { background-color: rgb(236,23,26); }
div.DivClassName
{
background-color: #EC171A;
}
.BgClassName
{
background-color: #EC171A;
}
</style>
border-color css
<style>
span { border-color: #EC171A; }
span { border-color: rgb(236,23,26); }
td.TdClassName
{
border-color: #EC171A;
}
.TagClassName
{
border-color: #EC171A;
}
</style>