Shades of Red #EC0F0C
Tints of Red #EC0F0C
RGB
CMYK
RGB Variations
Color information
#EC0F0C (or 0xEC0F0C) is known color: Red. HEX triplet: EC, 0F and 0C. RGB value is (236,15,12). Sum of RGB (Red+Green+Blue) = 236+15+12=263 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.73% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0F0C is #13F0F3. Grayscale: #505050. Windows color (decimal): -1306868 or 790508. OLE color: 790508.
HSL color Cylindrical-coordinate representation of color #EC0F0C: hue angle of 0.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0F0C is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 12 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.07 |
| HSL | 0.8º | 0.9% | 0.49% | - |
| HSV(B) | 0.8º | 0.95% | 0.93% | - |
| XYZ | 34.83 | 18.2 | 2.03 | - |
| YUV | 80.74 | 89.22 | 238.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 12 | 0 | 0.94 | 0.95 | 0.07 | 0.8 | 0.9 | 0.49 |
| Hex | EC | F | C | 0 | 5E | 5F | 7 | 1 | 5A | 31 |
| Octal | 354 | 17 | 14 | 0 | 136 | 137 | 7 | 1 | 132 | 61 |
| Binary | 11101100 | 1111 | 1100 | 0 | 1011110 | 1011111 | 111 | 1 | 1011010 | 110001 |
Color Harmonies of #EC0F0C
Complementary color
Monochromatic Colors of #EC0F0C
Black with #EC0F0C
Text Example
Text Example
White with #EC0F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F0C; }
p { color: rgb(236,15,12); }
H1.HeaderClassName
{
color: #EC0F0C;
}
.AnyTagClassName
{
color: #EC0F0C;
}
</style>
background-color css
<style>
a { background-color: #EC0F0C; }
a { background-color: rgb(236,15,12); }
div.DivClassName
{
background-color: #EC0F0C;
}
.BgClassName
{
background-color: #EC0F0C;
}
</style>
border-color css
<style>
span { border-color: #EC0F0C; }
span { border-color: rgb(236,15,12); }
td.TdClassName
{
border-color: #EC0F0C;
}
.TagClassName
{
border-color: #EC0F0C;
}
</style>