Shades of Orange Red #EC3E07
Tints of Orange Red #EC3E07
RGB
CMYK
RGB Variations
Color information
#EC3E07 (or 0xEC3E07) is known color: Orange Red. HEX triplet: EC, 3E and 07. RGB value is (236,62,7). Sum of RGB (Red+Green+Blue) = 236+62+7=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3E07 is #13C1F8. Grayscale: #6C6C6C. Windows color (decimal): -1294841 or 474860. OLE color: 474860.
HSL color Cylindrical-coordinate representation of color #EC3E07: hue angle of 14.41º 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 #EC3E07 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 7 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.07 |
| HSL | 14.41º | 0.94% | 0.48% | - |
| HSV(B) | 14.41º | 0.97% | 0.93% | - |
| XYZ | 36.35 | 21.29 | 2.4 | - |
| YUV | 107.76 | 71.15 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 7 | 0 | 0.74 | 0.97 | 0.07 | 14.41 | 0.94 | 0.48 |
| Hex | EC | 3E | 7 | 0 | 4A | 61 | 7 | E | 5E | 30 |
| Octal | 354 | 76 | 7 | 0 | 112 | 141 | 7 | 16 | 136 | 60 |
| Binary | 11101100 | 111110 | 111 | 0 | 1001010 | 1100001 | 111 | 1110 | 1011110 | 110000 |
Color Harmonies of #EC3E07
Complementary color
Monochromatic Colors of #EC3E07
Black with #EC3E07
Text Example
Text Example
White with #EC3E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E07; }
p { color: rgb(236,62,7); }
H1.HeaderClassName
{
color: #EC3E07;
}
.AnyTagClassName
{
color: #EC3E07;
}
</style>
background-color css
<style>
a { background-color: #EC3E07; }
a { background-color: rgb(236,62,7); }
div.DivClassName
{
background-color: #EC3E07;
}
.BgClassName
{
background-color: #EC3E07;
}
</style>
border-color css
<style>
span { border-color: #EC3E07; }
span { border-color: rgb(236,62,7); }
td.TdClassName
{
border-color: #EC3E07;
}
.TagClassName
{
border-color: #EC3E07;
}
</style>