Shades of Alizarin #DD2029
Tints of Alizarin #DD2029
RGB
CMYK
RGB Variations
Color information
#DD2029 (or 0xDD2029) is known color: Alizarin. HEX triplet: DD, 20 and 29. RGB value is (221,32,41). Sum of RGB (Red+Green+Blue) = 221+32+41=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2029 is #22DFD6. Grayscale: #595959. Windows color (decimal): -2285527 or 2695389. OLE color: 2695389.
HSL color Cylindrical-coordinate representation of color #DD2029: hue angle of 357.14º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD2029 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 41 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.13 |
| HSL | 357.14º | 0.75% | 0.5% | - |
| HSV(B) | 357.14º | 0.86% | 0.87% | - |
| XYZ | 30.74 | 16.57 | 3.68 | - |
| YUV | 89.54 | 100.62 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 41 | 0 | 0.86 | 0.81 | 0.13 | 357.14 | 0.75 | 0.5 |
| Hex | DD | 20 | 29 | 0 | 56 | 51 | D | 165 | 4B | 32 |
| Octal | 335 | 40 | 51 | 0 | 126 | 121 | 15 | 545 | 113 | 62 |
| Binary | 11011101 | 100000 | 101001 | 0 | 1010110 | 1010001 | 1101 | 101100101 | 1001011 | 110010 |
Color Harmonies of #DD2029
Complementary color
Monochromatic Colors of #DD2029
Black with #DD2029
Text Example
Text Example
White with #DD2029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2029; }
p { color: rgb(221,32,41); }
H1.HeaderClassName
{
color: #DD2029;
}
.AnyTagClassName
{
color: #DD2029;
}
</style>
background-color css
<style>
a { background-color: #DD2029; }
a { background-color: rgb(221,32,41); }
div.DivClassName
{
background-color: #DD2029;
}
.BgClassName
{
background-color: #DD2029;
}
</style>
border-color css
<style>
span { border-color: #DD2029; }
span { border-color: rgb(221,32,41); }
td.TdClassName
{
border-color: #DD2029;
}
.TagClassName
{
border-color: #DD2029;
}
</style>