Shades of Red #EC110A
Tints of Red #EC110A
RGB
CMYK
RGB Variations
Color information
#EC110A (or 0xEC110A) is known color: Red. HEX triplet: EC, 11 and 0A. RGB value is (236,17,10). Sum of RGB (Red+Green+Blue) = 236+17+10=263 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.73% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 236 - color contains mainly: red. Hex color #EC110A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC110A is #13EEF5. Grayscale: #515151. Windows color (decimal): -1306358 or 659948. OLE color: 659948.
HSL color Cylindrical-coordinate representation of color #EC110A: hue angle of 1.86º degrees, saturation: 0.92, 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 #EC110A is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 10 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.07 |
| HSL | 1.86º | 0.92% | 0.48% | - |
| HSV(B) | 1.86º | 0.96% | 0.93% | - |
| XYZ | 34.85 | 18.26 | 1.97 | - |
| YUV | 81.68 | 87.55 | 238.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 10 | 0 | 0.93 | 0.96 | 0.07 | 1.86 | 0.92 | 0.48 |
| Hex | EC | 11 | A | 0 | 5D | 60 | 7 | 2 | 5C | 30 |
| Octal | 354 | 21 | 12 | 0 | 135 | 140 | 7 | 2 | 134 | 60 |
| Binary | 11101100 | 10001 | 1010 | 0 | 1011101 | 1100000 | 111 | 10 | 1011100 | 110000 |
Color Harmonies of #EC110A
Complementary color
Monochromatic Colors of #EC110A
Black with #EC110A
Text Example
Text Example
White with #EC110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC110A; }
p { color: rgb(236,17,10); }
H1.HeaderClassName
{
color: #EC110A;
}
.AnyTagClassName
{
color: #EC110A;
}
</style>
background-color css
<style>
a { background-color: #EC110A; }
a { background-color: rgb(236,17,10); }
div.DivClassName
{
background-color: #EC110A;
}
.BgClassName
{
background-color: #EC110A;
}
</style>
border-color css
<style>
span { border-color: #EC110A; }
span { border-color: rgb(236,17,10); }
td.TdClassName
{
border-color: #EC110A;
}
.TagClassName
{
border-color: #EC110A;
}
</style>