Shades of Orange Red #EC4407
Tints of Orange Red #EC4407
RGB
CMYK
RGB Variations
Color information
#EC4407 (or 0xEC4407) is known color: Orange Red. HEX triplet: EC, 44 and 07. RGB value is (236,68,7). Sum of RGB (Red+Green+Blue) = 236+68+7=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4407 is #13BBF8. Grayscale: #6F6F6F. Windows color (decimal): -1293305 or 476396. OLE color: 476396.
HSL color Cylindrical-coordinate representation of color #EC4407: hue angle of 15.98º 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 #EC4407 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 7 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.07 |
| HSL | 15.98º | 0.94% | 0.48% | - |
| HSV(B) | 15.98º | 0.97% | 0.93% | - |
| XYZ | 36.7 | 21.98 | 2.51 | - |
| YUV | 111.28 | 69.16 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 7 | 0 | 0.71 | 0.97 | 0.07 | 15.98 | 0.94 | 0.48 |
| Hex | EC | 44 | 7 | 0 | 47 | 61 | 7 | 10 | 5E | 30 |
| Octal | 354 | 104 | 7 | 0 | 107 | 141 | 7 | 20 | 136 | 60 |
| Binary | 11101100 | 1000100 | 111 | 0 | 1000111 | 1100001 | 111 | 10000 | 1011110 | 110000 |
Color Harmonies of #EC4407
Complementary color
Monochromatic Colors of #EC4407
Black with #EC4407
Text Example
Text Example
White with #EC4407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4407; }
p { color: rgb(236,68,7); }
H1.HeaderClassName
{
color: #EC4407;
}
.AnyTagClassName
{
color: #EC4407;
}
</style>
background-color css
<style>
a { background-color: #EC4407; }
a { background-color: rgb(236,68,7); }
div.DivClassName
{
background-color: #EC4407;
}
.BgClassName
{
background-color: #EC4407;
}
</style>
border-color css
<style>
span { border-color: #EC4407; }
span { border-color: rgb(236,68,7); }
td.TdClassName
{
border-color: #EC4407;
}
.TagClassName
{
border-color: #EC4407;
}
</style>