Shades of Orange Red #EC4814
Tints of Orange Red #EC4814
RGB
CMYK
RGB Variations
Color information
#EC4814 (or 0xEC4814) is known color: Orange Red. HEX triplet: EC, 48 and 14. RGB value is (236,72,20). Sum of RGB (Red+Green+Blue) = 236+72+20=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4814 is #13B7EB. Grayscale: #737373. Windows color (decimal): -1292268 or 1329388. OLE color: 1329388.
HSL color Cylindrical-coordinate representation of color #EC4814: hue angle of 14.44º degrees, saturation: 0.85, 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 #EC4814 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 20 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.07 |
| HSL | 14.44º | 0.85% | 0.5% | - |
| HSV(B) | 14.44º | 0.92% | 0.93% | - |
| XYZ | 37.04 | 22.52 | 3.06 | - |
| YUV | 115.11 | 74.33 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 20 | 0 | 0.69 | 0.92 | 0.07 | 14.44 | 0.85 | 0.5 |
| Hex | EC | 48 | 14 | 0 | 45 | 5C | 7 | E | 55 | 32 |
| Octal | 354 | 110 | 24 | 0 | 105 | 134 | 7 | 16 | 125 | 62 |
| Binary | 11101100 | 1001000 | 10100 | 0 | 1000101 | 1011100 | 111 | 1110 | 1010101 | 110010 |
Color Harmonies of #EC4814
Complementary color
Monochromatic Colors of #EC4814
Black with #EC4814
Text Example
Text Example
White with #EC4814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4814; }
p { color: rgb(236,72,20); }
H1.HeaderClassName
{
color: #EC4814;
}
.AnyTagClassName
{
color: #EC4814;
}
</style>
background-color css
<style>
a { background-color: #EC4814; }
a { background-color: rgb(236,72,20); }
div.DivClassName
{
background-color: #EC4814;
}
.BgClassName
{
background-color: #EC4814;
}
</style>
border-color css
<style>
span { border-color: #EC4814; }
span { border-color: rgb(236,72,20); }
td.TdClassName
{
border-color: #EC4814;
}
.TagClassName
{
border-color: #EC4814;
}
</style>