Shades of Alizarin #DD2039
Tints of Alizarin #DD2039
RGB
CMYK
RGB Variations
Color information
#DD2039 (or 0xDD2039) is known color: Alizarin. HEX triplet: DD, 20 and 39. RGB value is (221,32,57). Sum of RGB (Red+Green+Blue) = 221+32+57=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2039 is #22DFC6. Grayscale: #5B5B5B. Windows color (decimal): -2285511 or 3743965. OLE color: 3743965.
HSL color Cylindrical-coordinate representation of color #DD2039: hue angle of 352.06º 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 #DD2039 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 57 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.13 |
| HSL | 352.06º | 0.75% | 0.5% | - |
| HSV(B) | 352.06º | 0.86% | 0.87% | - |
| XYZ | 31.07 | 16.7 | 5.46 | - |
| YUV | 91.36 | 108.62 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 57 | 0 | 0.86 | 0.74 | 0.13 | 352.06 | 0.75 | 0.5 |
| Hex | DD | 20 | 39 | 0 | 56 | 4A | D | 160 | 4B | 32 |
| Octal | 335 | 40 | 71 | 0 | 126 | 112 | 15 | 540 | 113 | 62 |
| Binary | 11011101 | 100000 | 111001 | 0 | 1010110 | 1001010 | 1101 | 101100000 | 1001011 | 110010 |
Color Harmonies of #DD2039
Complementary color
Monochromatic Colors of #DD2039
Black with #DD2039
Text Example
Text Example
White with #DD2039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2039; }
p { color: rgb(221,32,57); }
H1.HeaderClassName
{
color: #DD2039;
}
.AnyTagClassName
{
color: #DD2039;
}
</style>
background-color css
<style>
a { background-color: #DD2039; }
a { background-color: rgb(221,32,57); }
div.DivClassName
{
background-color: #DD2039;
}
.BgClassName
{
background-color: #DD2039;
}
</style>
border-color css
<style>
span { border-color: #DD2039; }
span { border-color: rgb(221,32,57); }
td.TdClassName
{
border-color: #DD2039;
}
.TagClassName
{
border-color: #DD2039;
}
</style>