Shades of Orange Red #EC4511
Tints of Orange Red #EC4511
RGB
CMYK
RGB Variations
Color information
#EC4511 (or 0xEC4511) is known color: Orange Red. HEX triplet: EC, 45 and 11. RGB value is (236,69,17). Sum of RGB (Red+Green+Blue) = 236+69+17=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4511 is #13BAEE. Grayscale: #717171. Windows color (decimal): -1293039 or 1132012. OLE color: 1132012.
HSL color Cylindrical-coordinate representation of color #EC4511: hue angle of 14.25º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC4511 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 17 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.07 |
| HSL | 14.25º | 0.87% | 0.5% | - |
| HSV(B) | 14.25º | 0.93% | 0.93% | - |
| XYZ | 36.82 | 22.13 | 2.86 | - |
| YUV | 113.01 | 73.83 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 17 | 0 | 0.71 | 0.93 | 0.07 | 14.25 | 0.87 | 0.5 |
| Hex | EC | 45 | 11 | 0 | 47 | 5D | 7 | E | 57 | 32 |
| Octal | 354 | 105 | 21 | 0 | 107 | 135 | 7 | 16 | 127 | 62 |
| Binary | 11101100 | 1000101 | 10001 | 0 | 1000111 | 1011101 | 111 | 1110 | 1010111 | 110010 |
Color Harmonies of #EC4511
Complementary color
Monochromatic Colors of #EC4511
Black with #EC4511
Text Example
Text Example
White with #EC4511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4511; }
p { color: rgb(236,69,17); }
H1.HeaderClassName
{
color: #EC4511;
}
.AnyTagClassName
{
color: #EC4511;
}
</style>
background-color css
<style>
a { background-color: #EC4511; }
a { background-color: rgb(236,69,17); }
div.DivClassName
{
background-color: #EC4511;
}
.BgClassName
{
background-color: #EC4511;
}
</style>
border-color css
<style>
span { border-color: #EC4511; }
span { border-color: rgb(236,69,17); }
td.TdClassName
{
border-color: #EC4511;
}
.TagClassName
{
border-color: #EC4511;
}
</style>