Shades of Orange Red #EC4517
Tints of Orange Red #EC4517
RGB
CMYK
RGB Variations
Color information
#EC4517 (or 0xEC4517) is known color: Orange Red. HEX triplet: EC, 45 and 17. RGB value is (236,69,23). Sum of RGB (Red+Green+Blue) = 236+69+23=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4517 is #13BAE8. Grayscale: #727272. Windows color (decimal): -1293033 or 1525228. OLE color: 1525228.
HSL color Cylindrical-coordinate representation of color #EC4517: hue angle of 12.96º 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 #EC4517 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 23 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.07 |
| HSL | 12.96º | 0.85% | 0.51% | - |
| HSV(B) | 12.96º | 0.9% | 0.93% | - |
| XYZ | 36.87 | 22.15 | 3.14 | - |
| YUV | 113.69 | 76.83 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 23 | 0 | 0.71 | 0.90 | 0.07 | 12.96 | 0.85 | 0.51 |
| Hex | EC | 45 | 17 | 0 | 47 | 5A | 7 | D | 55 | 33 |
| Octal | 354 | 105 | 27 | 0 | 107 | 132 | 7 | 15 | 125 | 63 |
| Binary | 11101100 | 1000101 | 10111 | 0 | 1000111 | 1011010 | 111 | 1101 | 1010101 | 110011 |
Color Harmonies of #EC4517
Complementary color
Monochromatic Colors of #EC4517
Black with #EC4517
Text Example
Text Example
White with #EC4517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4517; }
p { color: rgb(236,69,23); }
H1.HeaderClassName
{
color: #EC4517;
}
.AnyTagClassName
{
color: #EC4517;
}
</style>
background-color css
<style>
a { background-color: #EC4517; }
a { background-color: rgb(236,69,23); }
div.DivClassName
{
background-color: #EC4517;
}
.BgClassName
{
background-color: #EC4517;
}
</style>
border-color css
<style>
span { border-color: #EC4517; }
span { border-color: rgb(236,69,23); }
td.TdClassName
{
border-color: #EC4517;
}
.TagClassName
{
border-color: #EC4517;
}
</style>