Shades of Alizarin #DD2028
Tints of Alizarin #DD2028
RGB
CMYK
RGB Variations
Color information
#DD2028 (or 0xDD2028) is known color: Alizarin. HEX triplet: DD, 20 and 28. RGB value is (221,32,40). Sum of RGB (Red+Green+Blue) = 221+32+40=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2028 is #22DFD7. Grayscale: #595959. Windows color (decimal): -2285528 or 2629853. OLE color: 2629853.
HSL color Cylindrical-coordinate representation of color #DD2028: hue angle of 357.46º 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 #DD2028 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 40 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.13 |
| HSL | 357.46º | 0.75% | 0.5% | - |
| HSV(B) | 357.46º | 0.86% | 0.87% | - |
| XYZ | 30.72 | 16.56 | 3.58 | - |
| YUV | 89.42 | 100.12 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 40 | 0 | 0.86 | 0.82 | 0.13 | 357.46 | 0.75 | 0.5 |
| Hex | DD | 20 | 28 | 0 | 56 | 52 | D | 165 | 4B | 32 |
| Octal | 335 | 40 | 50 | 0 | 126 | 122 | 15 | 545 | 113 | 62 |
| Binary | 11011101 | 100000 | 101000 | 0 | 1010110 | 1010010 | 1101 | 101100101 | 1001011 | 110010 |
Color Harmonies of #DD2028
Complementary color
Monochromatic Colors of #DD2028
Black with #DD2028
Text Example
Text Example
White with #DD2028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2028; }
p { color: rgb(221,32,40); }
H1.HeaderClassName
{
color: #DD2028;
}
.AnyTagClassName
{
color: #DD2028;
}
</style>
background-color css
<style>
a { background-color: #DD2028; }
a { background-color: rgb(221,32,40); }
div.DivClassName
{
background-color: #DD2028;
}
.BgClassName
{
background-color: #DD2028;
}
</style>
border-color css
<style>
span { border-color: #DD2028; }
span { border-color: rgb(221,32,40); }
td.TdClassName
{
border-color: #DD2028;
}
.TagClassName
{
border-color: #DD2028;
}
</style>