Shades of Alizarin #EC1721
Tints of Alizarin #EC1721
RGB
CMYK
RGB Variations
Color information
#EC1721 (or 0xEC1721) is known color: Alizarin. HEX triplet: EC, 17 and 21. RGB value is (236,23,33). Sum of RGB (Red+Green+Blue) = 236+23+33=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1721 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1721 is #13E8DE. Grayscale: #575757. Windows color (decimal): -1304799 or 2168812. OLE color: 2168812.
HSL color Cylindrical-coordinate representation of color #EC1721: hue angle of 357.18º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1721 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 33 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.07 |
| HSL | 357.18º | 0.85% | 0.51% | - |
| HSV(B) | 357.18º | 0.9% | 0.93% | - |
| XYZ | 35.17 | 18.56 | 3.17 | - |
| YUV | 87.83 | 97.07 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 33 | 0 | 0.90 | 0.86 | 0.07 | 357.18 | 0.85 | 0.51 |
| Hex | EC | 17 | 21 | 0 | 5A | 56 | 7 | 165 | 55 | 33 |
| Octal | 354 | 27 | 41 | 0 | 132 | 126 | 7 | 545 | 125 | 63 |
| Binary | 11101100 | 10111 | 100001 | 0 | 1011010 | 1010110 | 111 | 101100101 | 1010101 | 110011 |
Color Harmonies of #EC1721
Complementary color
Monochromatic Colors of #EC1721
Black with #EC1721
Text Example
Text Example
White with #EC1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1721; }
p { color: rgb(236,23,33); }
H1.HeaderClassName
{
color: #EC1721;
}
.AnyTagClassName
{
color: #EC1721;
}
</style>
background-color css
<style>
a { background-color: #EC1721; }
a { background-color: rgb(236,23,33); }
div.DivClassName
{
background-color: #EC1721;
}
.BgClassName
{
background-color: #EC1721;
}
</style>
border-color css
<style>
span { border-color: #EC1721; }
span { border-color: rgb(236,23,33); }
td.TdClassName
{
border-color: #EC1721;
}
.TagClassName
{
border-color: #EC1721;
}
</style>