Shades of Orange Red #EC4508
Tints of Orange Red #EC4508
RGB
CMYK
RGB Variations
Color information
#EC4508 (or 0xEC4508) is known color: Orange Red. HEX triplet: EC, 45 and 08. RGB value is (236,69,8). Sum of RGB (Red+Green+Blue) = 236+69+8=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4508 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4508 is #13BAF7. Grayscale: #707070. Windows color (decimal): -1293048 or 542188. OLE color: 542188.
HSL color Cylindrical-coordinate representation of color #EC4508: hue angle of 16.05º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC4508 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 8 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.07 |
| HSL | 16.05º | 0.93% | 0.48% | - |
| HSV(B) | 16.05º | 0.97% | 0.93% | - |
| XYZ | 36.76 | 22.11 | 2.56 | - |
| YUV | 111.98 | 69.33 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 8 | 0 | 0.71 | 0.97 | 0.07 | 16.05 | 0.93 | 0.48 |
| Hex | EC | 45 | 8 | 0 | 47 | 61 | 7 | 10 | 5D | 30 |
| Octal | 354 | 105 | 10 | 0 | 107 | 141 | 7 | 20 | 135 | 60 |
| Binary | 11101100 | 1000101 | 1000 | 0 | 1000111 | 1100001 | 111 | 10000 | 1011101 | 110000 |
Color Harmonies of #EC4508
Complementary color
Monochromatic Colors of #EC4508
Black with #EC4508
Text Example
Text Example
White with #EC4508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4508; }
p { color: rgb(236,69,8); }
H1.HeaderClassName
{
color: #EC4508;
}
.AnyTagClassName
{
color: #EC4508;
}
</style>
background-color css
<style>
a { background-color: #EC4508; }
a { background-color: rgb(236,69,8); }
div.DivClassName
{
background-color: #EC4508;
}
.BgClassName
{
background-color: #EC4508;
}
</style>
border-color css
<style>
span { border-color: #EC4508; }
span { border-color: rgb(236,69,8); }
td.TdClassName
{
border-color: #EC4508;
}
.TagClassName
{
border-color: #EC4508;
}
</style>