Shades of Orange Red #EC4515
Tints of Orange Red #EC4515
RGB
CMYK
RGB Variations
Color information
#EC4515 (or 0xEC4515) is known color: Orange Red. HEX triplet: EC, 45 and 15. RGB value is (236,69,21). Sum of RGB (Red+Green+Blue) = 236+69+21=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4515 is #13BAEA. Grayscale: #717171. Windows color (decimal): -1293035 or 1394156. OLE color: 1394156.
HSL color Cylindrical-coordinate representation of color #EC4515: hue angle of 13.4º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC4515 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 21 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.07 |
| HSL | 13.4º | 0.85% | 0.5% | - |
| HSV(B) | 13.4º | 0.91% | 0.93% | - |
| XYZ | 36.86 | 22.14 | 3.04 | - |
| YUV | 113.46 | 75.83 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 21 | 0 | 0.71 | 0.91 | 0.07 | 13.4 | 0.85 | 0.5 |
| Hex | EC | 45 | 15 | 0 | 47 | 5B | 7 | D | 55 | 32 |
| Octal | 354 | 105 | 25 | 0 | 107 | 133 | 7 | 15 | 125 | 62 |
| Binary | 11101100 | 1000101 | 10101 | 0 | 1000111 | 1011011 | 111 | 1101 | 1010101 | 110010 |
Color Harmonies of #EC4515
Complementary color
Monochromatic Colors of #EC4515
Black with #EC4515
Text Example
Text Example
White with #EC4515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4515; }
p { color: rgb(236,69,21); }
H1.HeaderClassName
{
color: #EC4515;
}
.AnyTagClassName
{
color: #EC4515;
}
</style>
background-color css
<style>
a { background-color: #EC4515; }
a { background-color: rgb(236,69,21); }
div.DivClassName
{
background-color: #EC4515;
}
.BgClassName
{
background-color: #EC4515;
}
</style>
border-color css
<style>
span { border-color: #EC4515; }
span { border-color: rgb(236,69,21); }
td.TdClassName
{
border-color: #EC4515;
}
.TagClassName
{
border-color: #EC4515;
}
</style>