Shades of Red #EC0C0C
Tints of Red #EC0C0C
RGB
CMYK
RGB Variations
Color information
#EC0C0C (or 0xEC0C0C) is known color: Red. HEX triplet: EC, 0C and 0C. RGB value is (236,12,12). Sum of RGB (Red+Green+Blue) = 236+12+12=260 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.77% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0C0C is #13F3F3. Grayscale: #4F4F4F. Windows color (decimal): -1307636 or 789740. OLE color: 789740.
HSL color Cylindrical-coordinate representation of color #EC0C0C: hue angle of 0º 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 #EC0C0C is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 12 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.07 |
| HSL | 0º | 0.9% | 0.49% | - |
| HSV(B) | 0º | 0.95% | 0.93% | - |
| XYZ | 34.79 | 18.12 | 2.01 | - |
| YUV | 78.98 | 90.21 | 240 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 12 | 0 | 0.95 | 0.95 | 0.07 | 0 | 0.9 | 0.49 |
| Hex | EC | C | C | 0 | 5F | 5F | 7 | 0 | 5A | 31 |
| Octal | 354 | 14 | 14 | 0 | 137 | 137 | 7 | 0 | 132 | 61 |
| Binary | 11101100 | 1100 | 1100 | 0 | 1011111 | 1011111 | 111 | 0 | 1011010 | 110001 |
Color Harmonies of #EC0C0C
Complementary color
Monochromatic Colors of #EC0C0C
Black with #EC0C0C
Text Example
Text Example
White with #EC0C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C0C; }
p { color: rgb(236,12,12); }
H1.HeaderClassName
{
color: #EC0C0C;
}
.AnyTagClassName
{
color: #EC0C0C;
}
</style>
background-color css
<style>
a { background-color: #EC0C0C; }
a { background-color: rgb(236,12,12); }
div.DivClassName
{
background-color: #EC0C0C;
}
.BgClassName
{
background-color: #EC0C0C;
}
</style>
border-color css
<style>
span { border-color: #EC0C0C; }
span { border-color: rgb(236,12,12); }
td.TdClassName
{
border-color: #EC0C0C;
}
.TagClassName
{
border-color: #EC0C0C;
}
</style>