Shades of Orange Red #EC4206
Tints of Orange Red #EC4206
RGB
CMYK
RGB Variations
Color information
#EC4206 (or 0xEC4206) is known color: Orange Red. HEX triplet: EC, 42 and 06. RGB value is (236,66,6). Sum of RGB (Red+Green+Blue) = 236+66+6=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4206 is #13BDF9. Grayscale: #6E6E6E. Windows color (decimal): -1293818 or 410348. OLE color: 410348.
HSL color Cylindrical-coordinate representation of color #EC4206: hue angle of 15.65º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC4206 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 6 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.07 |
| HSL | 15.65º | 0.95% | 0.47% | - |
| HSV(B) | 15.65º | 0.97% | 0.93% | - |
| XYZ | 36.57 | 21.74 | 2.44 | - |
| YUV | 109.99 | 69.32 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 6 | 0 | 0.72 | 0.97 | 0.07 | 15.65 | 0.95 | 0.47 |
| Hex | EC | 42 | 6 | 0 | 48 | 61 | 7 | 10 | 5F | 2F |
| Octal | 354 | 102 | 6 | 0 | 110 | 141 | 7 | 20 | 137 | 57 |
| Binary | 11101100 | 1000010 | 110 | 0 | 1001000 | 1100001 | 111 | 10000 | 1011111 | 101111 |
Color Harmonies of #EC4206
Complementary color
Monochromatic Colors of #EC4206
Black with #EC4206
Text Example
Text Example
White with #EC4206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4206; }
p { color: rgb(236,66,6); }
H1.HeaderClassName
{
color: #EC4206;
}
.AnyTagClassName
{
color: #EC4206;
}
</style>
background-color css
<style>
a { background-color: #EC4206; }
a { background-color: rgb(236,66,6); }
div.DivClassName
{
background-color: #EC4206;
}
.BgClassName
{
background-color: #EC4206;
}
</style>
border-color css
<style>
span { border-color: #EC4206; }
span { border-color: rgb(236,66,6); }
td.TdClassName
{
border-color: #EC4206;
}
.TagClassName
{
border-color: #EC4206;
}
</style>