Shades of Orange Red #EC3E09
Tints of Orange Red #EC3E09
RGB
CMYK
RGB Variations
Color information
#EC3E09 (or 0xEC3E09) is known color: Orange Red. HEX triplet: EC, 3E and 09. RGB value is (236,62,9). Sum of RGB (Red+Green+Blue) = 236+62+9=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3E09 is #13C1F6. Grayscale: #6C6C6C. Windows color (decimal): -1294839 or 605932. OLE color: 605932.
HSL color Cylindrical-coordinate representation of color #EC3E09: hue angle of 14.01º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC3E09 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 9 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.07 |
| HSL | 14.01º | 0.93% | 0.48% | - |
| HSV(B) | 14.01º | 0.96% | 0.93% | - |
| XYZ | 36.36 | 21.3 | 2.45 | - |
| YUV | 107.98 | 72.15 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 9 | 0 | 0.74 | 0.96 | 0.07 | 14.01 | 0.93 | 0.48 |
| Hex | EC | 3E | 9 | 0 | 4A | 60 | 7 | E | 5D | 30 |
| Octal | 354 | 76 | 11 | 0 | 112 | 140 | 7 | 16 | 135 | 60 |
| Binary | 11101100 | 111110 | 1001 | 0 | 1001010 | 1100000 | 111 | 1110 | 1011101 | 110000 |
Color Harmonies of #EC3E09
Complementary color
Monochromatic Colors of #EC3E09
Black with #EC3E09
Text Example
Text Example
White with #EC3E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E09; }
p { color: rgb(236,62,9); }
H1.HeaderClassName
{
color: #EC3E09;
}
.AnyTagClassName
{
color: #EC3E09;
}
</style>
background-color css
<style>
a { background-color: #EC3E09; }
a { background-color: rgb(236,62,9); }
div.DivClassName
{
background-color: #EC3E09;
}
.BgClassName
{
background-color: #EC3E09;
}
</style>
border-color css
<style>
span { border-color: #EC3E09; }
span { border-color: rgb(236,62,9); }
td.TdClassName
{
border-color: #EC3E09;
}
.TagClassName
{
border-color: #EC3E09;
}
</style>