Shades of Orange Red #EC4717
Tints of Orange Red #EC4717
RGB
CMYK
RGB Variations
Color information
#EC4717 (or 0xEC4717) is known color: Orange Red. HEX triplet: EC, 47 and 17. RGB value is (236,71,23). Sum of RGB (Red+Green+Blue) = 236+71+23=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4717 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4717 is #13B8E8. Grayscale: #737373. Windows color (decimal): -1292521 or 1525740. OLE color: 1525740.
HSL color Cylindrical-coordinate representation of color #EC4717: hue angle of 13.52º 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 #EC4717 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 23 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.07 |
| HSL | 13.52º | 0.85% | 0.51% | - |
| HSV(B) | 13.52º | 0.9% | 0.93% | - |
| XYZ | 37 | 22.4 | 3.18 | - |
| YUV | 114.86 | 76.16 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 23 | 0 | 0.70 | 0.90 | 0.07 | 13.52 | 0.85 | 0.51 |
| Hex | EC | 47 | 17 | 0 | 46 | 5A | 7 | E | 55 | 33 |
| Octal | 354 | 107 | 27 | 0 | 106 | 132 | 7 | 16 | 125 | 63 |
| Binary | 11101100 | 1000111 | 10111 | 0 | 1000110 | 1011010 | 111 | 1110 | 1010101 | 110011 |
Color Harmonies of #EC4717
Complementary color
Monochromatic Colors of #EC4717
Black with #EC4717
Text Example
Text Example
White with #EC4717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4717; }
p { color: rgb(236,71,23); }
H1.HeaderClassName
{
color: #EC4717;
}
.AnyTagClassName
{
color: #EC4717;
}
</style>
background-color css
<style>
a { background-color: #EC4717; }
a { background-color: rgb(236,71,23); }
div.DivClassName
{
background-color: #EC4717;
}
.BgClassName
{
background-color: #EC4717;
}
</style>
border-color css
<style>
span { border-color: #EC4717; }
span { border-color: rgb(236,71,23); }
td.TdClassName
{
border-color: #EC4717;
}
.TagClassName
{
border-color: #EC4717;
}
</style>