Shades of Orange Red #EC3C07
Tints of Orange Red #EC3C07
RGB
CMYK
RGB Variations
Color information
#EC3C07 (or 0xEC3C07) is known color: Orange Red. HEX triplet: EC, 3C and 07. RGB value is (236,60,7). Sum of RGB (Red+Green+Blue) = 236+60+7=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3C07 is #13C3F8. Grayscale: #6A6A6A. Windows color (decimal): -1295353 or 474348. OLE color: 474348.
HSL color Cylindrical-coordinate representation of color #EC3C07: hue angle of 13.89º 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 #EC3C07 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 7 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.07 |
| HSL | 13.89º | 0.94% | 0.48% | - |
| HSV(B) | 13.89º | 0.97% | 0.93% | - |
| XYZ | 36.25 | 21.08 | 2.36 | - |
| YUV | 106.58 | 71.81 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 7 | 0 | 0.75 | 0.97 | 0.07 | 13.89 | 0.94 | 0.48 |
| Hex | EC | 3C | 7 | 0 | 4B | 61 | 7 | E | 5E | 30 |
| Octal | 354 | 74 | 7 | 0 | 113 | 141 | 7 | 16 | 136 | 60 |
| Binary | 11101100 | 111100 | 111 | 0 | 1001011 | 1100001 | 111 | 1110 | 1011110 | 110000 |
Color Harmonies of #EC3C07
Complementary color
Monochromatic Colors of #EC3C07
Black with #EC3C07
Text Example
Text Example
White with #EC3C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C07; }
p { color: rgb(236,60,7); }
H1.HeaderClassName
{
color: #EC3C07;
}
.AnyTagClassName
{
color: #EC3C07;
}
</style>
background-color css
<style>
a { background-color: #EC3C07; }
a { background-color: rgb(236,60,7); }
div.DivClassName
{
background-color: #EC3C07;
}
.BgClassName
{
background-color: #EC3C07;
}
</style>
border-color css
<style>
span { border-color: #EC3C07; }
span { border-color: rgb(236,60,7); }
td.TdClassName
{
border-color: #EC3C07;
}
.TagClassName
{
border-color: #EC3C07;
}
</style>