Shades of Red #EC110B
Tints of Red #EC110B
RGB
CMYK
RGB Variations
Color information
#EC110B (or 0xEC110B) is known color: Red. HEX triplet: EC, 11 and 0B. RGB value is (236,17,11). Sum of RGB (Red+Green+Blue) = 236+17+11=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC110B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC110B is #13EEF4. Grayscale: #525252. Windows color (decimal): -1306357 or 725484. OLE color: 725484.
HSL color Cylindrical-coordinate representation of color #EC110B: hue angle of 1.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC110B is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 11 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.07 |
| HSL | 1.6º | 0.91% | 0.48% | - |
| HSV(B) | 1.6º | 0.95% | 0.93% | - |
| XYZ | 34.85 | 18.26 | 2 | - |
| YUV | 81.8 | 88.05 | 237.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 11 | 0 | 0.93 | 0.95 | 0.07 | 1.6 | 0.91 | 0.48 |
| Hex | EC | 11 | B | 0 | 5D | 5F | 7 | 2 | 5B | 30 |
| Octal | 354 | 21 | 13 | 0 | 135 | 137 | 7 | 2 | 133 | 60 |
| Binary | 11101100 | 10001 | 1011 | 0 | 1011101 | 1011111 | 111 | 10 | 1011011 | 110000 |
Color Harmonies of #EC110B
Complementary color
Monochromatic Colors of #EC110B
Black with #EC110B
Text Example
Text Example
White with #EC110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC110B; }
p { color: rgb(236,17,11); }
H1.HeaderClassName
{
color: #EC110B;
}
.AnyTagClassName
{
color: #EC110B;
}
</style>
background-color css
<style>
a { background-color: #EC110B; }
a { background-color: rgb(236,17,11); }
div.DivClassName
{
background-color: #EC110B;
}
.BgClassName
{
background-color: #EC110B;
}
</style>
border-color css
<style>
span { border-color: #EC110B; }
span { border-color: rgb(236,17,11); }
td.TdClassName
{
border-color: #EC110B;
}
.TagClassName
{
border-color: #EC110B;
}
</style>