Shades of Fire Engine Red #EC1617
Tints of Fire Engine Red #EC1617
RGB
CMYK
RGB Variations
Color information
#EC1617 (or 0xEC1617) is known color: Fire Engine Red. HEX triplet: EC, 16 and 17. RGB value is (236,22,23). Sum of RGB (Red+Green+Blue) = 236+22+23=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1617 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1617 is #13E9E8. Grayscale: #565656. Windows color (decimal): -1305065 or 1513196. OLE color: 1513196.
HSL color Cylindrical-coordinate representation of color #EC1617: hue angle of 359.72º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1617 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 23 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.07 |
| HSL | 359.72º | 0.85% | 0.51% | - |
| HSV(B) | 359.72º | 0.91% | 0.93% | - |
| XYZ | 35.03 | 18.47 | 2.53 | - |
| YUV | 86.1 | 92.4 | 234.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 23 | 0 | 0.91 | 0.90 | 0.07 | 359.72 | 0.85 | 0.51 |
| Hex | EC | 16 | 17 | 0 | 5B | 5A | 7 | 168 | 55 | 33 |
| Octal | 354 | 26 | 27 | 0 | 133 | 132 | 7 | 550 | 125 | 63 |
| Binary | 11101100 | 10110 | 10111 | 0 | 1011011 | 1011010 | 111 | 101101000 | 1010101 | 110011 |
Color Harmonies of #EC1617
Complementary color
Monochromatic Colors of #EC1617
Black with #EC1617
Text Example
Text Example
White with #EC1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1617; }
p { color: rgb(236,22,23); }
H1.HeaderClassName
{
color: #EC1617;
}
.AnyTagClassName
{
color: #EC1617;
}
</style>
background-color css
<style>
a { background-color: #EC1617; }
a { background-color: rgb(236,22,23); }
div.DivClassName
{
background-color: #EC1617;
}
.BgClassName
{
background-color: #EC1617;
}
</style>
border-color css
<style>
span { border-color: #EC1617; }
span { border-color: rgb(236,22,23); }
td.TdClassName
{
border-color: #EC1617;
}
.TagClassName
{
border-color: #EC1617;
}
</style>