Shades of Orange Red #EC4017
Tints of Orange Red #EC4017
RGB
CMYK
RGB Variations
Color information
#EC4017 (or 0xEC4017) is known color: Orange Red. HEX triplet: EC, 40 and 17. RGB value is (236,64,23). Sum of RGB (Red+Green+Blue) = 236+64+23=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4017 is #13BFE8. Grayscale: #6F6F6F. Windows color (decimal): -1294313 or 1523948. OLE color: 1523948.
HSL color Cylindrical-coordinate representation of color #EC4017: hue angle of 11.55º 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 #EC4017 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 23 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.07 |
| HSL | 11.55º | 0.85% | 0.51% | - |
| HSV(B) | 11.55º | 0.9% | 0.93% | - |
| XYZ | 36.58 | 21.56 | 3.04 | - |
| YUV | 110.75 | 78.48 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 23 | 0 | 0.73 | 0.90 | 0.07 | 11.55 | 0.85 | 0.51 |
| Hex | EC | 40 | 17 | 0 | 49 | 5A | 7 | C | 55 | 33 |
| Octal | 354 | 100 | 27 | 0 | 111 | 132 | 7 | 14 | 125 | 63 |
| Binary | 11101100 | 1000000 | 10111 | 0 | 1001001 | 1011010 | 111 | 1100 | 1010101 | 110011 |
Color Harmonies of #EC4017
Complementary color
Monochromatic Colors of #EC4017
Black with #EC4017
Text Example
Text Example
White with #EC4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4017; }
p { color: rgb(236,64,23); }
H1.HeaderClassName
{
color: #EC4017;
}
.AnyTagClassName
{
color: #EC4017;
}
</style>
background-color css
<style>
a { background-color: #EC4017; }
a { background-color: rgb(236,64,23); }
div.DivClassName
{
background-color: #EC4017;
}
.BgClassName
{
background-color: #EC4017;
}
</style>
border-color css
<style>
span { border-color: #EC4017; }
span { border-color: rgb(236,64,23); }
td.TdClassName
{
border-color: #EC4017;
}
.TagClassName
{
border-color: #EC4017;
}
</style>