Shades of Orange Red #EC3E0E
Tints of Orange Red #EC3E0E
RGB
CMYK
RGB Variations
Color information
#EC3E0E (or 0xEC3E0E) is known color: Orange Red. HEX triplet: EC, 3E and 0E. RGB value is (236,62,14). Sum of RGB (Red+Green+Blue) = 236+62+14=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3E0E is #13C1F1. Grayscale: #6C6C6C. Windows color (decimal): -1294834 or 933612. OLE color: 933612.
HSL color Cylindrical-coordinate representation of color #EC3E0E: hue angle of 12.97º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC3E0E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 14 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.07 |
| HSL | 12.97º | 0.89% | 0.49% | - |
| HSV(B) | 12.97º | 0.94% | 0.93% | - |
| XYZ | 36.39 | 21.31 | 2.61 | - |
| YUV | 108.55 | 74.65 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 14 | 0 | 0.74 | 0.94 | 0.07 | 12.97 | 0.89 | 0.49 |
| Hex | EC | 3E | E | 0 | 4A | 5E | 7 | D | 59 | 31 |
| Octal | 354 | 76 | 16 | 0 | 112 | 136 | 7 | 15 | 131 | 61 |
| Binary | 11101100 | 111110 | 1110 | 0 | 1001010 | 1011110 | 111 | 1101 | 1011001 | 110001 |
Color Harmonies of #EC3E0E
Complementary color
Monochromatic Colors of #EC3E0E
Black with #EC3E0E
Text Example
Text Example
White with #EC3E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E0E; }
p { color: rgb(236,62,14); }
H1.HeaderClassName
{
color: #EC3E0E;
}
.AnyTagClassName
{
color: #EC3E0E;
}
</style>
background-color css
<style>
a { background-color: #EC3E0E; }
a { background-color: rgb(236,62,14); }
div.DivClassName
{
background-color: #EC3E0E;
}
.BgClassName
{
background-color: #EC3E0E;
}
</style>
border-color css
<style>
span { border-color: #EC3E0E; }
span { border-color: rgb(236,62,14); }
td.TdClassName
{
border-color: #EC3E0E;
}
.TagClassName
{
border-color: #EC3E0E;
}
</style>