Shades of Orange Red #EC4507
Tints of Orange Red #EC4507
RGB
CMYK
RGB Variations
Color information
#EC4507 (or 0xEC4507) is known color: Orange Red. HEX triplet: EC, 45 and 07. RGB value is (236,69,7). Sum of RGB (Red+Green+Blue) = 236+69+7=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4507 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4507 is #13BAF8. Grayscale: #707070. Windows color (decimal): -1293049 or 476652. OLE color: 476652.
HSL color Cylindrical-coordinate representation of color #EC4507: hue angle of 16.24º degrees, saturation: 0.94, 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 #EC4507 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 7 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.07 |
| HSL | 16.24º | 0.94% | 0.48% | - |
| HSV(B) | 16.24º | 0.97% | 0.93% | - |
| XYZ | 36.76 | 22.1 | 2.53 | - |
| YUV | 111.87 | 68.83 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 7 | 0 | 0.71 | 0.97 | 0.07 | 16.24 | 0.94 | 0.48 |
| Hex | EC | 45 | 7 | 0 | 47 | 61 | 7 | 10 | 5E | 30 |
| Octal | 354 | 105 | 7 | 0 | 107 | 141 | 7 | 20 | 136 | 60 |
| Binary | 11101100 | 1000101 | 111 | 0 | 1000111 | 1100001 | 111 | 10000 | 1011110 | 110000 |
Color Harmonies of #EC4507
Complementary color
Monochromatic Colors of #EC4507
Black with #EC4507
Text Example
Text Example
White with #EC4507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4507; }
p { color: rgb(236,69,7); }
H1.HeaderClassName
{
color: #EC4507;
}
.AnyTagClassName
{
color: #EC4507;
}
</style>
background-color css
<style>
a { background-color: #EC4507; }
a { background-color: rgb(236,69,7); }
div.DivClassName
{
background-color: #EC4507;
}
.BgClassName
{
background-color: #EC4507;
}
</style>
border-color css
<style>
span { border-color: #EC4507; }
span { border-color: rgb(236,69,7); }
td.TdClassName
{
border-color: #EC4507;
}
.TagClassName
{
border-color: #EC4507;
}
</style>