Shades of Orange Red #EC4205
Tints of Orange Red #EC4205
RGB
CMYK
RGB Variations
Color information
#EC4205 (or 0xEC4205) is known color: Orange Red. HEX triplet: EC, 42 and 05. RGB value is (236,66,5). Sum of RGB (Red+Green+Blue) = 236+66+5=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4205 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4205 is #13BDFA. Grayscale: #6E6E6E. Windows color (decimal): -1293819 or 344812. OLE color: 344812.
HSL color Cylindrical-coordinate representation of color #EC4205: hue angle of 15.84º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC4205 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 5 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.07 |
| HSL | 15.84º | 0.96% | 0.47% | - |
| HSV(B) | 15.84º | 0.98% | 0.93% | - |
| XYZ | 36.57 | 21.74 | 2.41 | - |
| YUV | 109.88 | 68.82 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 5 | 0 | 0.72 | 0.98 | 0.07 | 15.84 | 0.96 | 0.47 |
| Hex | EC | 42 | 5 | 0 | 48 | 62 | 7 | 10 | 60 | 2F |
| Octal | 354 | 102 | 5 | 0 | 110 | 142 | 7 | 20 | 140 | 57 |
| Binary | 11101100 | 1000010 | 101 | 0 | 1001000 | 1100010 | 111 | 10000 | 1100000 | 101111 |
Color Harmonies of #EC4205
Complementary color
Monochromatic Colors of #EC4205
Black with #EC4205
Text Example
Text Example
White with #EC4205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4205; }
p { color: rgb(236,66,5); }
H1.HeaderClassName
{
color: #EC4205;
}
.AnyTagClassName
{
color: #EC4205;
}
</style>
background-color css
<style>
a { background-color: #EC4205; }
a { background-color: rgb(236,66,5); }
div.DivClassName
{
background-color: #EC4205;
}
.BgClassName
{
background-color: #EC4205;
}
</style>
border-color css
<style>
span { border-color: #EC4205; }
span { border-color: rgb(236,66,5); }
td.TdClassName
{
border-color: #EC4205;
}
.TagClassName
{
border-color: #EC4205;
}
</style>