Shades of Fire Engine Red #EC0817
Tints of Fire Engine Red #EC0817
RGB
CMYK
RGB Variations
Color information
#EC0817 (or 0xEC0817) is known color: Fire Engine Red. HEX triplet: EC, 08 and 17. RGB value is (236,8,23). Sum of RGB (Red+Green+Blue) = 236+8+23=267 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.39% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0817 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0817 is #13F7E8. Grayscale: #4E4E4E. Windows color (decimal): -1308649 or 1509612. OLE color: 1509612.
HSL color Cylindrical-coordinate representation of color #EC0817: hue angle of 356.05º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0817 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 23 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.07 |
| HSL | 356.05º | 0.93% | 0.48% | - |
| HSV(B) | 356.05º | 0.97% | 0.93% | - |
| XYZ | 34.83 | 18.07 | 2.46 | - |
| YUV | 77.88 | 97.04 | 240.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 23 | 0 | 0.97 | 0.90 | 0.07 | 356.05 | 0.93 | 0.48 |
| Hex | EC | 8 | 17 | 0 | 61 | 5A | 7 | 164 | 5D | 30 |
| Octal | 354 | 10 | 27 | 0 | 141 | 132 | 7 | 544 | 135 | 60 |
| Binary | 11101100 | 1000 | 10111 | 0 | 1100001 | 1011010 | 111 | 101100100 | 1011101 | 110000 |
Color Harmonies of #EC0817
Complementary color
Monochromatic Colors of #EC0817
Black with #EC0817
Text Example
Text Example
White with #EC0817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0817; }
p { color: rgb(236,8,23); }
H1.HeaderClassName
{
color: #EC0817;
}
.AnyTagClassName
{
color: #EC0817;
}
</style>
background-color css
<style>
a { background-color: #EC0817; }
a { background-color: rgb(236,8,23); }
div.DivClassName
{
background-color: #EC0817;
}
.BgClassName
{
background-color: #EC0817;
}
</style>
border-color css
<style>
span { border-color: #EC0817; }
span { border-color: rgb(236,8,23); }
td.TdClassName
{
border-color: #EC0817;
}
.TagClassName
{
border-color: #EC0817;
}
</style>