Shades of Orange Red #EC4712
Tints of Orange Red #EC4712
RGB
CMYK
RGB Variations
Color information
#EC4712 (or 0xEC4712) is known color: Orange Red. HEX triplet: EC, 47 and 12. RGB value is (236,71,18). Sum of RGB (Red+Green+Blue) = 236+71+18=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4712 is #13B8ED. Grayscale: #727272. Windows color (decimal): -1292526 or 1198060. OLE color: 1198060.
HSL color Cylindrical-coordinate representation of color #EC4712: hue angle of 14.59º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC4712 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 18 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.07 |
| HSL | 14.59º | 0.86% | 0.5% | - |
| HSV(B) | 14.59º | 0.92% | 0.93% | - |
| XYZ | 36.95 | 22.38 | 2.94 | - |
| YUV | 114.29 | 73.66 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 18 | 0 | 0.70 | 0.92 | 0.07 | 14.59 | 0.86 | 0.5 |
| Hex | EC | 47 | 12 | 0 | 46 | 5C | 7 | F | 56 | 32 |
| Octal | 354 | 107 | 22 | 0 | 106 | 134 | 7 | 17 | 126 | 62 |
| Binary | 11101100 | 1000111 | 10010 | 0 | 1000110 | 1011100 | 111 | 1111 | 1010110 | 110010 |
Color Harmonies of #EC4712
Complementary color
Monochromatic Colors of #EC4712
Black with #EC4712
Text Example
Text Example
White with #EC4712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4712; }
p { color: rgb(236,71,18); }
H1.HeaderClassName
{
color: #EC4712;
}
.AnyTagClassName
{
color: #EC4712;
}
</style>
background-color css
<style>
a { background-color: #EC4712; }
a { background-color: rgb(236,71,18); }
div.DivClassName
{
background-color: #EC4712;
}
.BgClassName
{
background-color: #EC4712;
}
</style>
border-color css
<style>
span { border-color: #EC4712; }
span { border-color: rgb(236,71,18); }
td.TdClassName
{
border-color: #EC4712;
}
.TagClassName
{
border-color: #EC4712;
}
</style>