Shades of Orange Red #EC3A0E
Tints of Orange Red #EC3A0E
RGB
CMYK
RGB Variations
Color information
#EC3A0E (or 0xEC3A0E) is known color: Orange Red. HEX triplet: EC, 3A and 0E. RGB value is (236,58,14). Sum of RGB (Red+Green+Blue) = 236+58+14=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3A0E is #13C5F1. Grayscale: #6A6A6A. Windows color (decimal): -1295858 or 932588. OLE color: 932588.
HSL color Cylindrical-coordinate representation of color #EC3A0E: hue angle of 11.89º 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 #EC3A0E is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 14 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.07 |
| HSL | 11.89º | 0.89% | 0.49% | - |
| HSV(B) | 11.89º | 0.94% | 0.93% | - |
| XYZ | 36.18 | 20.89 | 2.54 | - |
| YUV | 106.21 | 75.97 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 14 | 0 | 0.75 | 0.94 | 0.07 | 11.89 | 0.89 | 0.49 |
| Hex | EC | 3A | E | 0 | 4B | 5E | 7 | C | 59 | 31 |
| Octal | 354 | 72 | 16 | 0 | 113 | 136 | 7 | 14 | 131 | 61 |
| Binary | 11101100 | 111010 | 1110 | 0 | 1001011 | 1011110 | 111 | 1100 | 1011001 | 110001 |
Color Harmonies of #EC3A0E
Complementary color
Monochromatic Colors of #EC3A0E
Black with #EC3A0E
Text Example
Text Example
White with #EC3A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A0E; }
p { color: rgb(236,58,14); }
H1.HeaderClassName
{
color: #EC3A0E;
}
.AnyTagClassName
{
color: #EC3A0E;
}
</style>
background-color css
<style>
a { background-color: #EC3A0E; }
a { background-color: rgb(236,58,14); }
div.DivClassName
{
background-color: #EC3A0E;
}
.BgClassName
{
background-color: #EC3A0E;
}
</style>
border-color css
<style>
span { border-color: #EC3A0E; }
span { border-color: rgb(236,58,14); }
td.TdClassName
{
border-color: #EC3A0E;
}
.TagClassName
{
border-color: #EC3A0E;
}
</style>