Shades of Alizarin #EC2029
Tints of Alizarin #EC2029
RGB
CMYK
RGB Variations
Color information
#EC2029 (or 0xEC2029) is known color: Alizarin. HEX triplet: EC, 20 and 29. RGB value is (236,32,41). Sum of RGB (Red+Green+Blue) = 236+32+41=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2029 is #13DFD6. Grayscale: #5E5E5E. Windows color (decimal): -1302487 or 2695404. OLE color: 2695404.
HSL color Cylindrical-coordinate representation of color #EC2029: hue angle of 357.35º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2029 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 41 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.07 |
| HSL | 357.35º | 0.84% | 0.53% | - |
| HSV(B) | 357.35º | 0.86% | 0.93% | - |
| XYZ | 35.51 | 19.03 | 3.9 | - |
| YUV | 94.02 | 98.09 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 41 | 0 | 0.86 | 0.83 | 0.07 | 357.35 | 0.84 | 0.53 |
| Hex | EC | 20 | 29 | 0 | 56 | 53 | 7 | 165 | 54 | 35 |
| Octal | 354 | 40 | 51 | 0 | 126 | 123 | 7 | 545 | 124 | 65 |
| Binary | 11101100 | 100000 | 101001 | 0 | 1010110 | 1010011 | 111 | 101100101 | 1010100 | 110101 |
Color Harmonies of #EC2029
Complementary color
Monochromatic Colors of #EC2029
Black with #EC2029
Text Example
Text Example
White with #EC2029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2029; }
p { color: rgb(236,32,41); }
H1.HeaderClassName
{
color: #EC2029;
}
.AnyTagClassName
{
color: #EC2029;
}
</style>
background-color css
<style>
a { background-color: #EC2029; }
a { background-color: rgb(236,32,41); }
div.DivClassName
{
background-color: #EC2029;
}
.BgClassName
{
background-color: #EC2029;
}
</style>
border-color css
<style>
span { border-color: #EC2029; }
span { border-color: rgb(236,32,41); }
td.TdClassName
{
border-color: #EC2029;
}
.TagClassName
{
border-color: #EC2029;
}
</style>