Shades of Orange Red #EC4510
Tints of Orange Red #EC4510
RGB
CMYK
RGB Variations
Color information
#EC4510 (or 0xEC4510) is known color: Orange Red. HEX triplet: EC, 45 and 10. RGB value is (236,69,16). Sum of RGB (Red+Green+Blue) = 236+69+16=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4510 is #13BAEF. Grayscale: #717171. Windows color (decimal): -1293040 or 1066476. OLE color: 1066476.
HSL color Cylindrical-coordinate representation of color #EC4510: hue angle of 14.45º 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 #EC4510 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 16 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.07 |
| HSL | 14.45º | 0.87% | 0.49% | - |
| HSV(B) | 14.45º | 0.93% | 0.93% | - |
| XYZ | 36.81 | 22.13 | 2.82 | - |
| YUV | 112.89 | 73.33 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 16 | 0 | 0.71 | 0.93 | 0.07 | 14.45 | 0.87 | 0.49 |
| Hex | EC | 45 | 10 | 0 | 47 | 5D | 7 | E | 57 | 31 |
| Octal | 354 | 105 | 20 | 0 | 107 | 135 | 7 | 16 | 127 | 61 |
| Binary | 11101100 | 1000101 | 10000 | 0 | 1000111 | 1011101 | 111 | 1110 | 1010111 | 110001 |
Color Harmonies of #EC4510
Complementary color
Monochromatic Colors of #EC4510
Black with #EC4510
Text Example
Text Example
White with #EC4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4510; }
p { color: rgb(236,69,16); }
H1.HeaderClassName
{
color: #EC4510;
}
.AnyTagClassName
{
color: #EC4510;
}
</style>
background-color css
<style>
a { background-color: #EC4510; }
a { background-color: rgb(236,69,16); }
div.DivClassName
{
background-color: #EC4510;
}
.BgClassName
{
background-color: #EC4510;
}
</style>
border-color css
<style>
span { border-color: #EC4510; }
span { border-color: rgb(236,69,16); }
td.TdClassName
{
border-color: #EC4510;
}
.TagClassName
{
border-color: #EC4510;
}
</style>