Shades of Alizarin #EC1620
Tints of Alizarin #EC1620
RGB
CMYK
RGB Variations
Color information
#EC1620 (or 0xEC1620) is known color: Alizarin. HEX triplet: EC, 16 and 20. RGB value is (236,22,32). Sum of RGB (Red+Green+Blue) = 236+22+32=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1620 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1620 is #13E9DF. Grayscale: #575757. Windows color (decimal): -1305056 or 2103020. OLE color: 2103020.
HSL color Cylindrical-coordinate representation of color #EC1620: hue angle of 357.2º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1620 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 32 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.07 |
| HSL | 357.2º | 0.85% | 0.51% | - |
| HSV(B) | 357.2º | 0.91% | 0.93% | - |
| XYZ | 35.14 | 18.51 | 3.09 | - |
| YUV | 87.13 | 96.9 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 32 | 0 | 0.91 | 0.86 | 0.07 | 357.2 | 0.85 | 0.51 |
| Hex | EC | 16 | 20 | 0 | 5B | 56 | 7 | 165 | 55 | 33 |
| Octal | 354 | 26 | 40 | 0 | 133 | 126 | 7 | 545 | 125 | 63 |
| Binary | 11101100 | 10110 | 100000 | 0 | 1011011 | 1010110 | 111 | 101100101 | 1010101 | 110011 |
Color Harmonies of #EC1620
Complementary color
Monochromatic Colors of #EC1620
Black with #EC1620
Text Example
Text Example
White with #EC1620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1620; }
p { color: rgb(236,22,32); }
H1.HeaderClassName
{
color: #EC1620;
}
.AnyTagClassName
{
color: #EC1620;
}
</style>
background-color css
<style>
a { background-color: #EC1620; }
a { background-color: rgb(236,22,32); }
div.DivClassName
{
background-color: #EC1620;
}
.BgClassName
{
background-color: #EC1620;
}
</style>
border-color css
<style>
span { border-color: #EC1620; }
span { border-color: rgb(236,22,32); }
td.TdClassName
{
border-color: #EC1620;
}
.TagClassName
{
border-color: #EC1620;
}
</style>