Shades of Red #EC1211
Tints of Red #EC1211
RGB
CMYK
RGB Variations
Color information
#EC1211 (or 0xEC1211) is known color: Red. HEX triplet: EC, 12 and 11. RGB value is (236,18,17). Sum of RGB (Red+Green+Blue) = 236+18+17=271 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.08% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1211 is #13EDEE. Grayscale: #535353. Windows color (decimal): -1306095 or 1118956. OLE color: 1118956.
HSL color Cylindrical-coordinate representation of color #EC1211: hue angle of 0.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1211 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 17 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.07 |
| HSL | 0.27º | 0.87% | 0.5% | - |
| HSV(B) | 0.27º | 0.93% | 0.93% | - |
| XYZ | 34.91 | 18.31 | 2.22 | - |
| YUV | 83.07 | 90.72 | 237.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 17 | 0 | 0.92 | 0.93 | 0.07 | 0.27 | 0.87 | 0.5 |
| Hex | EC | 12 | 11 | 0 | 5C | 5D | 7 | 0 | 57 | 32 |
| Octal | 354 | 22 | 21 | 0 | 134 | 135 | 7 | 0 | 127 | 62 |
| Binary | 11101100 | 10010 | 10001 | 0 | 1011100 | 1011101 | 111 | 0 | 1010111 | 110010 |
Color Harmonies of #EC1211
Complementary color
Monochromatic Colors of #EC1211
Black with #EC1211
Text Example
Text Example
White with #EC1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1211; }
p { color: rgb(236,18,17); }
H1.HeaderClassName
{
color: #EC1211;
}
.AnyTagClassName
{
color: #EC1211;
}
</style>
background-color css
<style>
a { background-color: #EC1211; }
a { background-color: rgb(236,18,17); }
div.DivClassName
{
background-color: #EC1211;
}
.BgClassName
{
background-color: #EC1211;
}
</style>
border-color css
<style>
span { border-color: #EC1211; }
span { border-color: rgb(236,18,17); }
td.TdClassName
{
border-color: #EC1211;
}
.TagClassName
{
border-color: #EC1211;
}
</style>