Shades of Alizarin #EC1629
Tints of Alizarin #EC1629
RGB
CMYK
RGB Variations
Color information
#EC1629 (or 0xEC1629) is known color: Alizarin. HEX triplet: EC, 16 and 29. RGB value is (236,22,41). Sum of RGB (Red+Green+Blue) = 236+22+41=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1629 is #13E9D6. Grayscale: #585858. Windows color (decimal): -1305047 or 2692844. OLE color: 2692844.
HSL color Cylindrical-coordinate representation of color #EC1629: hue angle of 354.67º 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 #EC1629 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 41 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.07 |
| HSL | 354.67º | 0.85% | 0.51% | - |
| HSV(B) | 354.67º | 0.91% | 0.93% | - |
| XYZ | 35.28 | 18.57 | 3.82 | - |
| YUV | 88.15 | 101.4 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 41 | 0 | 0.91 | 0.83 | 0.07 | 354.67 | 0.85 | 0.51 |
| Hex | EC | 16 | 29 | 0 | 5B | 53 | 7 | 163 | 55 | 33 |
| Octal | 354 | 26 | 51 | 0 | 133 | 123 | 7 | 543 | 125 | 63 |
| Binary | 11101100 | 10110 | 101001 | 0 | 1011011 | 1010011 | 111 | 101100011 | 1010101 | 110011 |
Color Harmonies of #EC1629
Complementary color
Monochromatic Colors of #EC1629
Black with #EC1629
Text Example
Text Example
White with #EC1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1629; }
p { color: rgb(236,22,41); }
H1.HeaderClassName
{
color: #EC1629;
}
.AnyTagClassName
{
color: #EC1629;
}
</style>
background-color css
<style>
a { background-color: #EC1629; }
a { background-color: rgb(236,22,41); }
div.DivClassName
{
background-color: #EC1629;
}
.BgClassName
{
background-color: #EC1629;
}
</style>
border-color css
<style>
span { border-color: #EC1629; }
span { border-color: rgb(236,22,41); }
td.TdClassName
{
border-color: #EC1629;
}
.TagClassName
{
border-color: #EC1629;
}
</style>