Shades of Orange Red #EC4210
Tints of Orange Red #EC4210
RGB
CMYK
RGB Variations
Color information
#EC4210 (or 0xEC4210) is known color: Orange Red. HEX triplet: EC, 42 and 10. RGB value is (236,66,16). Sum of RGB (Red+Green+Blue) = 236+66+16=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4210 is #13BDEF. Grayscale: #6F6F6F. Windows color (decimal): -1293808 or 1065708. OLE color: 1065708.
HSL color Cylindrical-coordinate representation of color #EC4210: hue angle of 13.64º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC4210 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 16 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.07 |
| HSL | 13.64º | 0.87% | 0.49% | - |
| HSV(B) | 13.64º | 0.93% | 0.93% | - |
| XYZ | 36.63 | 21.77 | 2.76 | - |
| YUV | 111.13 | 74.32 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 16 | 0 | 0.72 | 0.93 | 0.07 | 13.64 | 0.87 | 0.49 |
| Hex | EC | 42 | 10 | 0 | 48 | 5D | 7 | E | 57 | 31 |
| Octal | 354 | 102 | 20 | 0 | 110 | 135 | 7 | 16 | 127 | 61 |
| Binary | 11101100 | 1000010 | 10000 | 0 | 1001000 | 1011101 | 111 | 1110 | 1010111 | 110001 |
Color Harmonies of #EC4210
Complementary color
Monochromatic Colors of #EC4210
Black with #EC4210
Text Example
Text Example
White with #EC4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4210; }
p { color: rgb(236,66,16); }
H1.HeaderClassName
{
color: #EC4210;
}
.AnyTagClassName
{
color: #EC4210;
}
</style>
background-color css
<style>
a { background-color: #EC4210; }
a { background-color: rgb(236,66,16); }
div.DivClassName
{
background-color: #EC4210;
}
.BgClassName
{
background-color: #EC4210;
}
</style>
border-color css
<style>
span { border-color: #EC4210; }
span { border-color: rgb(236,66,16); }
td.TdClassName
{
border-color: #EC4210;
}
.TagClassName
{
border-color: #EC4210;
}
</style>