Shades of Fire Engine Red #EC1017
Tints of Fire Engine Red #EC1017
RGB
CMYK
RGB Variations
Color information
#EC1017 (or 0xEC1017) is known color: Fire Engine Red. HEX triplet: EC, 10 and 17. RGB value is (236,16,23). Sum of RGB (Red+Green+Blue) = 236+16+23=275 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.82% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1017 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1017 is #13EFE8. Grayscale: #525252. Windows color (decimal): -1306601 or 1511660. OLE color: 1511660.
HSL color Cylindrical-coordinate representation of color #EC1017: hue angle of 358.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1017 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 23 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.07 |
| HSL | 358.09º | 0.87% | 0.49% | - |
| HSV(B) | 358.09º | 0.93% | 0.93% | - |
| XYZ | 34.93 | 18.27 | 2.5 | - |
| YUV | 82.58 | 94.39 | 237.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 23 | 0 | 0.93 | 0.90 | 0.07 | 358.09 | 0.87 | 0.49 |
| Hex | EC | 10 | 17 | 0 | 5D | 5A | 7 | 166 | 57 | 31 |
| Octal | 354 | 20 | 27 | 0 | 135 | 132 | 7 | 546 | 127 | 61 |
| Binary | 11101100 | 10000 | 10111 | 0 | 1011101 | 1011010 | 111 | 101100110 | 1010111 | 110001 |
Color Harmonies of #EC1017
Complementary color
Monochromatic Colors of #EC1017
Black with #EC1017
Text Example
Text Example
White with #EC1017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1017; }
p { color: rgb(236,16,23); }
H1.HeaderClassName
{
color: #EC1017;
}
.AnyTagClassName
{
color: #EC1017;
}
</style>
background-color css
<style>
a { background-color: #EC1017; }
a { background-color: rgb(236,16,23); }
div.DivClassName
{
background-color: #EC1017;
}
.BgClassName
{
background-color: #EC1017;
}
</style>
border-color css
<style>
span { border-color: #EC1017; }
span { border-color: rgb(236,16,23); }
td.TdClassName
{
border-color: #EC1017;
}
.TagClassName
{
border-color: #EC1017;
}
</style>