Shades of Red #EC1010
Tints of Red #EC1010
RGB
CMYK
RGB Variations
Color information
#EC1010 (or 0xEC1010) is known color: Red. HEX triplet: EC, 10 and 10. RGB value is (236,16,16). Sum of RGB (Red+Green+Blue) = 236+16+16=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1010 is #13EFEF. Grayscale: #525252. Windows color (decimal): -1306608 or 1052908. OLE color: 1052908.
HSL color Cylindrical-coordinate representation of color #EC1010: hue angle of 0º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1010 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 16 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.07 |
| HSL | 0º | 0.87% | 0.49% | - |
| HSV(B) | 0º | 0.93% | 0.93% | - |
| XYZ | 34.87 | 18.24 | 2.17 | - |
| YUV | 81.78 | 90.89 | 238 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 16 | 0 | 0.93 | 0.93 | 0.07 | 0 | 0.87 | 0.49 |
| Hex | EC | 10 | 10 | 0 | 5D | 5D | 7 | 0 | 57 | 31 |
| Octal | 354 | 20 | 20 | 0 | 135 | 135 | 7 | 0 | 127 | 61 |
| Binary | 11101100 | 10000 | 10000 | 0 | 1011101 | 1011101 | 111 | 0 | 1010111 | 110001 |
Color Harmonies of #EC1010
Complementary color
Monochromatic Colors of #EC1010
Black with #EC1010
Text Example
Text Example
White with #EC1010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1010; }
p { color: rgb(236,16,16); }
H1.HeaderClassName
{
color: #EC1010;
}
.AnyTagClassName
{
color: #EC1010;
}
</style>
background-color css
<style>
a { background-color: #EC1010; }
a { background-color: rgb(236,16,16); }
div.DivClassName
{
background-color: #EC1010;
}
.BgClassName
{
background-color: #EC1010;
}
</style>
border-color css
<style>
span { border-color: #EC1010; }
span { border-color: rgb(236,16,16); }
td.TdClassName
{
border-color: #EC1010;
}
.TagClassName
{
border-color: #EC1010;
}
</style>