Shades of Alizarin #EC1929
Tints of Alizarin #EC1929
RGB
CMYK
RGB Variations
Color information
#EC1929 (or 0xEC1929) is known color: Alizarin. HEX triplet: EC, 19 and 29. RGB value is (236,25,41). Sum of RGB (Red+Green+Blue) = 236+25+41=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1929 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1929 is #13E6D6. Grayscale: #5A5A5A. Windows color (decimal): -1304279 or 2693612. OLE color: 2693612.
HSL color Cylindrical-coordinate representation of color #EC1929: hue angle of 355.45º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1929 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 41 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.07 |
| HSL | 355.45º | 0.85% | 0.51% | - |
| HSV(B) | 355.45º | 0.89% | 0.93% | - |
| XYZ | 35.34 | 18.69 | 3.84 | - |
| YUV | 89.91 | 100.4 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 41 | 0 | 0.89 | 0.83 | 0.07 | 355.45 | 0.85 | 0.51 |
| Hex | EC | 19 | 29 | 0 | 59 | 53 | 7 | 163 | 55 | 33 |
| Octal | 354 | 31 | 51 | 0 | 131 | 123 | 7 | 543 | 125 | 63 |
| Binary | 11101100 | 11001 | 101001 | 0 | 1011001 | 1010011 | 111 | 101100011 | 1010101 | 110011 |
Color Harmonies of #EC1929
Complementary color
Monochromatic Colors of #EC1929
Black with #EC1929
Text Example
Text Example
White with #EC1929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1929; }
p { color: rgb(236,25,41); }
H1.HeaderClassName
{
color: #EC1929;
}
.AnyTagClassName
{
color: #EC1929;
}
</style>
background-color css
<style>
a { background-color: #EC1929; }
a { background-color: rgb(236,25,41); }
div.DivClassName
{
background-color: #EC1929;
}
.BgClassName
{
background-color: #EC1929;
}
</style>
border-color css
<style>
span { border-color: #EC1929; }
span { border-color: rgb(236,25,41); }
td.TdClassName
{
border-color: #EC1929;
}
.TagClassName
{
border-color: #EC1929;
}
</style>