Shades of Orange Red #EC4612
Tints of Orange Red #EC4612
RGB
CMYK
RGB Variations
Color information
#EC4612 (or 0xEC4612) is known color: Orange Red. HEX triplet: EC, 46 and 12. RGB value is (236,70,18). Sum of RGB (Red+Green+Blue) = 236+70+18=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4612 is #13B9ED. Grayscale: #727272. Windows color (decimal): -1292782 or 1197804. OLE color: 1197804.
HSL color Cylindrical-coordinate representation of color #EC4612: hue angle of 14.31º 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 #EC4612 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 18 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.07 |
| HSL | 14.31º | 0.86% | 0.5% | - |
| HSV(B) | 14.31º | 0.92% | 0.93% | - |
| XYZ | 36.89 | 22.26 | 2.92 | - |
| YUV | 113.71 | 74 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 18 | 0 | 0.70 | 0.92 | 0.07 | 14.31 | 0.86 | 0.5 |
| Hex | EC | 46 | 12 | 0 | 46 | 5C | 7 | E | 56 | 32 |
| Octal | 354 | 106 | 22 | 0 | 106 | 134 | 7 | 16 | 126 | 62 |
| Binary | 11101100 | 1000110 | 10010 | 0 | 1000110 | 1011100 | 111 | 1110 | 1010110 | 110010 |
Color Harmonies of #EC4612
Complementary color
Monochromatic Colors of #EC4612
Black with #EC4612
Text Example
Text Example
White with #EC4612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4612; }
p { color: rgb(236,70,18); }
H1.HeaderClassName
{
color: #EC4612;
}
.AnyTagClassName
{
color: #EC4612;
}
</style>
background-color css
<style>
a { background-color: #EC4612; }
a { background-color: rgb(236,70,18); }
div.DivClassName
{
background-color: #EC4612;
}
.BgClassName
{
background-color: #EC4612;
}
</style>
border-color css
<style>
span { border-color: #EC4612; }
span { border-color: rgb(236,70,18); }
td.TdClassName
{
border-color: #EC4612;
}
.TagClassName
{
border-color: #EC4612;
}
</style>