Shades of Orange Red #EC4013
Tints of Orange Red #EC4013
RGB
CMYK
RGB Variations
Color information
#EC4013 (or 0xEC4013) is known color: Orange Red. HEX triplet: EC, 40 and 13. RGB value is (236,64,19). Sum of RGB (Red+Green+Blue) = 236+64+19=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4013 is #13BFEC. Grayscale: #6E6E6E. Windows color (decimal): -1294317 or 1261804. OLE color: 1261804.
HSL color Cylindrical-coordinate representation of color #EC4013: hue angle of 12.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 #EC4013 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 19 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.07 |
| HSL | 12.44º | 0.85% | 0.5% | - |
| HSV(B) | 12.44º | 0.92% | 0.93% | - |
| XYZ | 36.54 | 21.55 | 2.85 | - |
| YUV | 110.3 | 76.48 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 19 | 0 | 0.73 | 0.92 | 0.07 | 12.44 | 0.85 | 0.5 |
| Hex | EC | 40 | 13 | 0 | 49 | 5C | 7 | C | 55 | 32 |
| Octal | 354 | 100 | 23 | 0 | 111 | 134 | 7 | 14 | 125 | 62 |
| Binary | 11101100 | 1000000 | 10011 | 0 | 1001001 | 1011100 | 111 | 1100 | 1010101 | 110010 |
Color Harmonies of #EC4013
Complementary color
Monochromatic Colors of #EC4013
Black with #EC4013
Text Example
Text Example
White with #EC4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4013; }
p { color: rgb(236,64,19); }
H1.HeaderClassName
{
color: #EC4013;
}
.AnyTagClassName
{
color: #EC4013;
}
</style>
background-color css
<style>
a { background-color: #EC4013; }
a { background-color: rgb(236,64,19); }
div.DivClassName
{
background-color: #EC4013;
}
.BgClassName
{
background-color: #EC4013;
}
</style>
border-color css
<style>
span { border-color: #EC4013; }
span { border-color: rgb(236,64,19); }
td.TdClassName
{
border-color: #EC4013;
}
.TagClassName
{
border-color: #EC4013;
}
</style>