Shades of Alizarin #EC1720
Tints of Alizarin #EC1720
RGB
CMYK
RGB Variations
Color information
#EC1720 (or 0xEC1720) is known color: Alizarin. HEX triplet: EC, 17 and 20. RGB value is (236,23,32). Sum of RGB (Red+Green+Blue) = 236+23+32=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1720 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1720 is #13E8DF. Grayscale: #575757. Windows color (decimal): -1304800 or 2103276. OLE color: 2103276.
HSL color Cylindrical-coordinate representation of color #EC1720: hue angle of 357.46º 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 #EC1720 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 32 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.07 |
| HSL | 357.46º | 0.85% | 0.51% | - |
| HSV(B) | 357.46º | 0.9% | 0.93% | - |
| XYZ | 35.16 | 18.55 | 3.09 | - |
| YUV | 87.71 | 96.57 | 233.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 32 | 0 | 0.90 | 0.86 | 0.07 | 357.46 | 0.85 | 0.51 |
| Hex | EC | 17 | 20 | 0 | 5A | 56 | 7 | 165 | 55 | 33 |
| Octal | 354 | 27 | 40 | 0 | 132 | 126 | 7 | 545 | 125 | 63 |
| Binary | 11101100 | 10111 | 100000 | 0 | 1011010 | 1010110 | 111 | 101100101 | 1010101 | 110011 |
Color Harmonies of #EC1720
Complementary color
Monochromatic Colors of #EC1720
Black with #EC1720
Text Example
Text Example
White with #EC1720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1720; }
p { color: rgb(236,23,32); }
H1.HeaderClassName
{
color: #EC1720;
}
.AnyTagClassName
{
color: #EC1720;
}
</style>
background-color css
<style>
a { background-color: #EC1720; }
a { background-color: rgb(236,23,32); }
div.DivClassName
{
background-color: #EC1720;
}
.BgClassName
{
background-color: #EC1720;
}
</style>
border-color css
<style>
span { border-color: #EC1720; }
span { border-color: rgb(236,23,32); }
td.TdClassName
{
border-color: #EC1720;
}
.TagClassName
{
border-color: #EC1720;
}
</style>