Shades of Red #EC110C
Tints of Red #EC110C
RGB
CMYK
RGB Variations
Color information
#EC110C (or 0xEC110C) is known color: Red. HEX triplet: EC, 11 and 0C. RGB value is (236,17,12). Sum of RGB (Red+Green+Blue) = 236+17+12=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC110C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC110C is #13EEF3. Grayscale: #525252. Windows color (decimal): -1306356 or 791020. OLE color: 791020.
HSL color Cylindrical-coordinate representation of color #EC110C: hue angle of 1.34º 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 #EC110C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 12 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.07 |
| HSL | 1.34º | 0.9% | 0.49% | - |
| HSV(B) | 1.34º | 0.95% | 0.93% | - |
| XYZ | 34.86 | 18.26 | 2.04 | - |
| YUV | 81.91 | 88.55 | 237.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 12 | 0 | 0.93 | 0.95 | 0.07 | 1.34 | 0.9 | 0.49 |
| Hex | EC | 11 | C | 0 | 5D | 5F | 7 | 1 | 5A | 31 |
| Octal | 354 | 21 | 14 | 0 | 135 | 137 | 7 | 1 | 132 | 61 |
| Binary | 11101100 | 10001 | 1100 | 0 | 1011101 | 1011111 | 111 | 1 | 1011010 | 110001 |
Color Harmonies of #EC110C
Complementary color
Monochromatic Colors of #EC110C
Black with #EC110C
Text Example
Text Example
White with #EC110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC110C; }
p { color: rgb(236,17,12); }
H1.HeaderClassName
{
color: #EC110C;
}
.AnyTagClassName
{
color: #EC110C;
}
</style>
background-color css
<style>
a { background-color: #EC110C; }
a { background-color: rgb(236,17,12); }
div.DivClassName
{
background-color: #EC110C;
}
.BgClassName
{
background-color: #EC110C;
}
</style>
border-color css
<style>
span { border-color: #EC110C; }
span { border-color: rgb(236,17,12); }
td.TdClassName
{
border-color: #EC110C;
}
.TagClassName
{
border-color: #EC110C;
}
</style>