Shades of Orange Red #EC4207
Tints of Orange Red #EC4207
RGB
CMYK
RGB Variations
Color information
#EC4207 (or 0xEC4207) is known color: Orange Red. HEX triplet: EC, 42 and 07. RGB value is (236,66,7). Sum of RGB (Red+Green+Blue) = 236+66+7=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4207 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4207 is #13BDF8. Grayscale: #6E6E6E. Windows color (decimal): -1293817 or 475884. OLE color: 475884.
HSL color Cylindrical-coordinate representation of color #EC4207: hue angle of 15.46º 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 #EC4207 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 7 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.07 |
| HSL | 15.46º | 0.94% | 0.48% | - |
| HSV(B) | 15.46º | 0.97% | 0.93% | - |
| XYZ | 36.58 | 21.74 | 2.47 | - |
| YUV | 110.1 | 69.82 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 7 | 0 | 0.72 | 0.97 | 0.07 | 15.46 | 0.94 | 0.48 |
| Hex | EC | 42 | 7 | 0 | 48 | 61 | 7 | F | 5E | 30 |
| Octal | 354 | 102 | 7 | 0 | 110 | 141 | 7 | 17 | 136 | 60 |
| Binary | 11101100 | 1000010 | 111 | 0 | 1001000 | 1100001 | 111 | 1111 | 1011110 | 110000 |
Color Harmonies of #EC4207
Complementary color
Monochromatic Colors of #EC4207
Black with #EC4207
Text Example
Text Example
White with #EC4207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4207; }
p { color: rgb(236,66,7); }
H1.HeaderClassName
{
color: #EC4207;
}
.AnyTagClassName
{
color: #EC4207;
}
</style>
background-color css
<style>
a { background-color: #EC4207; }
a { background-color: rgb(236,66,7); }
div.DivClassName
{
background-color: #EC4207;
}
.BgClassName
{
background-color: #EC4207;
}
</style>
border-color css
<style>
span { border-color: #EC4207; }
span { border-color: rgb(236,66,7); }
td.TdClassName
{
border-color: #EC4207;
}
.TagClassName
{
border-color: #EC4207;
}
</style>