Shades of Orange Red #EC3B0E
Tints of Orange Red #EC3B0E
RGB
CMYK
RGB Variations
Color information
#EC3B0E (or 0xEC3B0E) is known color: Orange Red. HEX triplet: EC, 3B and 0E. RGB value is (236,59,14). Sum of RGB (Red+Green+Blue) = 236+59+14=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3B0E is #13C4F1. Grayscale: #6B6B6B. Windows color (decimal): -1295602 or 932844. OLE color: 932844.
HSL color Cylindrical-coordinate representation of color #EC3B0E: hue angle of 12.16º 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 #EC3B0E is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 14 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.07 |
| HSL | 12.16º | 0.89% | 0.49% | - |
| HSV(B) | 12.16º | 0.94% | 0.93% | - |
| XYZ | 36.24 | 20.99 | 2.56 | - |
| YUV | 106.79 | 75.64 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 14 | 0 | 0.75 | 0.94 | 0.07 | 12.16 | 0.89 | 0.49 |
| Hex | EC | 3B | E | 0 | 4B | 5E | 7 | C | 59 | 31 |
| Octal | 354 | 73 | 16 | 0 | 113 | 136 | 7 | 14 | 131 | 61 |
| Binary | 11101100 | 111011 | 1110 | 0 | 1001011 | 1011110 | 111 | 1100 | 1011001 | 110001 |
Color Harmonies of #EC3B0E
Complementary color
Monochromatic Colors of #EC3B0E
Black with #EC3B0E
Text Example
Text Example
White with #EC3B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3B0E; }
p { color: rgb(236,59,14); }
H1.HeaderClassName
{
color: #EC3B0E;
}
.AnyTagClassName
{
color: #EC3B0E;
}
</style>
background-color css
<style>
a { background-color: #EC3B0E; }
a { background-color: rgb(236,59,14); }
div.DivClassName
{
background-color: #EC3B0E;
}
.BgClassName
{
background-color: #EC3B0E;
}
</style>
border-color css
<style>
span { border-color: #EC3B0E; }
span { border-color: rgb(236,59,14); }
td.TdClassName
{
border-color: #EC3B0E;
}
.TagClassName
{
border-color: #EC3B0E;
}
</style>