Shades of Alizarin #EC1829
Tints of Alizarin #EC1829
RGB
CMYK
RGB Variations
Color information
#EC1829 (or 0xEC1829) is known color: Alizarin. HEX triplet: EC, 18 and 29. RGB value is (236,24,41). Sum of RGB (Red+Green+Blue) = 236+24+41=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1829 is #13E7D6. Grayscale: #595959. Windows color (decimal): -1304535 or 2693356. OLE color: 2693356.
HSL color Cylindrical-coordinate representation of color #EC1829: hue angle of 355.19º 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 #EC1829 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 41 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.07 |
| HSL | 355.19º | 0.85% | 0.51% | - |
| HSV(B) | 355.19º | 0.9% | 0.93% | - |
| XYZ | 35.32 | 18.65 | 3.84 | - |
| YUV | 89.33 | 100.74 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 41 | 0 | 0.90 | 0.83 | 0.07 | 355.19 | 0.85 | 0.51 |
| Hex | EC | 18 | 29 | 0 | 5A | 53 | 7 | 163 | 55 | 33 |
| Octal | 354 | 30 | 51 | 0 | 132 | 123 | 7 | 543 | 125 | 63 |
| Binary | 11101100 | 11000 | 101001 | 0 | 1011010 | 1010011 | 111 | 101100011 | 1010101 | 110011 |
Color Harmonies of #EC1829
Complementary color
Monochromatic Colors of #EC1829
Black with #EC1829
Text Example
Text Example
White with #EC1829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1829; }
p { color: rgb(236,24,41); }
H1.HeaderClassName
{
color: #EC1829;
}
.AnyTagClassName
{
color: #EC1829;
}
</style>
background-color css
<style>
a { background-color: #EC1829; }
a { background-color: rgb(236,24,41); }
div.DivClassName
{
background-color: #EC1829;
}
.BgClassName
{
background-color: #EC1829;
}
</style>
border-color css
<style>
span { border-color: #EC1829; }
span { border-color: rgb(236,24,41); }
td.TdClassName
{
border-color: #EC1829;
}
.TagClassName
{
border-color: #EC1829;
}
</style>