Shades of Alizarin #DD2033
Tints of Alizarin #DD2033
RGB
CMYK
RGB Variations
Color information
#DD2033 (or 0xDD2033) is known color: Alizarin. HEX triplet: DD, 20 and 33. RGB value is (221,32,51). Sum of RGB (Red+Green+Blue) = 221+32+51=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2033 is #22DFCC. Grayscale: #5A5A5A. Windows color (decimal): -2285517 or 3350749. OLE color: 3350749.
HSL color Cylindrical-coordinate representation of color #DD2033: hue angle of 353.97º 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 #DD2033 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 51 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.13 |
| HSL | 353.97º | 0.75% | 0.5% | - |
| HSV(B) | 353.97º | 0.86% | 0.87% | - |
| XYZ | 30.93 | 16.64 | 4.71 | - |
| YUV | 90.68 | 105.62 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 51 | 0 | 0.86 | 0.77 | 0.13 | 353.97 | 0.75 | 0.5 |
| Hex | DD | 20 | 33 | 0 | 56 | 4D | D | 162 | 4B | 32 |
| Octal | 335 | 40 | 63 | 0 | 126 | 115 | 15 | 542 | 113 | 62 |
| Binary | 11011101 | 100000 | 110011 | 0 | 1010110 | 1001101 | 1101 | 101100010 | 1001011 | 110010 |
Color Harmonies of #DD2033
Complementary color
Monochromatic Colors of #DD2033
Black with #DD2033
Text Example
Text Example
White with #DD2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2033; }
p { color: rgb(221,32,51); }
H1.HeaderClassName
{
color: #DD2033;
}
.AnyTagClassName
{
color: #DD2033;
}
</style>
background-color css
<style>
a { background-color: #DD2033; }
a { background-color: rgb(221,32,51); }
div.DivClassName
{
background-color: #DD2033;
}
.BgClassName
{
background-color: #DD2033;
}
</style>
border-color css
<style>
span { border-color: #DD2033; }
span { border-color: rgb(221,32,51); }
td.TdClassName
{
border-color: #DD2033;
}
.TagClassName
{
border-color: #DD2033;
}
</style>