Shades of Red #EC0C09
Tints of Red #EC0C09
RGB
CMYK
RGB Variations
Color information
#EC0C09 (or 0xEC0C09) is known color: Red. HEX triplet: EC, 0C and 09. RGB value is (236,12,9). Sum of RGB (Red+Green+Blue) = 236+12+9=257 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.83% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0C09 is #13F3F6. Grayscale: #4E4E4E. Windows color (decimal): -1307639 or 593132. OLE color: 593132.
HSL color Cylindrical-coordinate representation of color #EC0C09: hue angle of 0.79º 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 #EC0C09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 9 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.07 |
| HSL | 0.79º | 0.93% | 0.48% | - |
| HSV(B) | 0.79º | 0.96% | 0.93% | - |
| XYZ | 34.77 | 18.12 | 1.92 | - |
| YUV | 78.63 | 88.71 | 240.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 9 | 0 | 0.95 | 0.96 | 0.07 | 0.79 | 0.93 | 0.48 |
| Hex | EC | C | 9 | 0 | 5F | 60 | 7 | 1 | 5D | 30 |
| Octal | 354 | 14 | 11 | 0 | 137 | 140 | 7 | 1 | 135 | 60 |
| Binary | 11101100 | 1100 | 1001 | 0 | 1011111 | 1100000 | 111 | 1 | 1011101 | 110000 |
Color Harmonies of #EC0C09
Complementary color
Monochromatic Colors of #EC0C09
Black with #EC0C09
Text Example
Text Example
White with #EC0C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C09; }
p { color: rgb(236,12,9); }
H1.HeaderClassName
{
color: #EC0C09;
}
.AnyTagClassName
{
color: #EC0C09;
}
</style>
background-color css
<style>
a { background-color: #EC0C09; }
a { background-color: rgb(236,12,9); }
div.DivClassName
{
background-color: #EC0C09;
}
.BgClassName
{
background-color: #EC0C09;
}
</style>
border-color css
<style>
span { border-color: #EC0C09; }
span { border-color: rgb(236,12,9); }
td.TdClassName
{
border-color: #EC0C09;
}
.TagClassName
{
border-color: #EC0C09;
}
</style>