Shades of Orange Red #EC4413
Tints of Orange Red #EC4413
RGB
CMYK
RGB Variations
Color information
#EC4413 (or 0xEC4413) is known color: Orange Red. HEX triplet: EC, 44 and 13. RGB value is (236,68,19). Sum of RGB (Red+Green+Blue) = 236+68+19=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4413 is #13BBEC. Grayscale: #717171. Windows color (decimal): -1293293 or 1262828. OLE color: 1262828.
HSL color Cylindrical-coordinate representation of color #EC4413: hue angle of 13.55º 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 #EC4413 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 19 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.07 |
| HSL | 13.55º | 0.85% | 0.5% | - |
| HSV(B) | 13.55º | 0.92% | 0.93% | - |
| XYZ | 36.78 | 22.01 | 2.93 | - |
| YUV | 112.65 | 75.16 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 19 | 0 | 0.71 | 0.92 | 0.07 | 13.55 | 0.85 | 0.5 |
| Hex | EC | 44 | 13 | 0 | 47 | 5C | 7 | E | 55 | 32 |
| Octal | 354 | 104 | 23 | 0 | 107 | 134 | 7 | 16 | 125 | 62 |
| Binary | 11101100 | 1000100 | 10011 | 0 | 1000111 | 1011100 | 111 | 1110 | 1010101 | 110010 |
Color Harmonies of #EC4413
Complementary color
Monochromatic Colors of #EC4413
Black with #EC4413
Text Example
Text Example
White with #EC4413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4413; }
p { color: rgb(236,68,19); }
H1.HeaderClassName
{
color: #EC4413;
}
.AnyTagClassName
{
color: #EC4413;
}
</style>
background-color css
<style>
a { background-color: #EC4413; }
a { background-color: rgb(236,68,19); }
div.DivClassName
{
background-color: #EC4413;
}
.BgClassName
{
background-color: #EC4413;
}
</style>
border-color css
<style>
span { border-color: #EC4413; }
span { border-color: rgb(236,68,19); }
td.TdClassName
{
border-color: #EC4413;
}
.TagClassName
{
border-color: #EC4413;
}
</style>