Shades of Orange Red #EC4506
Tints of Orange Red #EC4506
RGB
CMYK
RGB Variations
Color information
#EC4506 (or 0xEC4506) is known color: Orange Red. HEX triplet: EC, 45 and 06. RGB value is (236,69,6). Sum of RGB (Red+Green+Blue) = 236+69+6=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4506 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4506 is #13BAF9. Grayscale: #707070. Windows color (decimal): -1293050 or 411116. OLE color: 411116.
HSL color Cylindrical-coordinate representation of color #EC4506: hue angle of 16.43º 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 #EC4506 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 6 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.07 |
| HSL | 16.43º | 0.95% | 0.47% | - |
| HSV(B) | 16.43º | 0.97% | 0.93% | - |
| XYZ | 36.75 | 22.1 | 2.5 | - |
| YUV | 111.75 | 68.33 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 6 | 0 | 0.71 | 0.97 | 0.07 | 16.43 | 0.95 | 0.47 |
| Hex | EC | 45 | 6 | 0 | 47 | 61 | 7 | 10 | 5F | 2F |
| Octal | 354 | 105 | 6 | 0 | 107 | 141 | 7 | 20 | 137 | 57 |
| Binary | 11101100 | 1000101 | 110 | 0 | 1000111 | 1100001 | 111 | 10000 | 1011111 | 101111 |
Color Harmonies of #EC4506
Complementary color
Monochromatic Colors of #EC4506
Black with #EC4506
Text Example
Text Example
White with #EC4506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4506; }
p { color: rgb(236,69,6); }
H1.HeaderClassName
{
color: #EC4506;
}
.AnyTagClassName
{
color: #EC4506;
}
</style>
background-color css
<style>
a { background-color: #EC4506; }
a { background-color: rgb(236,69,6); }
div.DivClassName
{
background-color: #EC4506;
}
.BgClassName
{
background-color: #EC4506;
}
</style>
border-color css
<style>
span { border-color: #EC4506; }
span { border-color: rgb(236,69,6); }
td.TdClassName
{
border-color: #EC4506;
}
.TagClassName
{
border-color: #EC4506;
}
</style>