Shades of Alizarin #DD2030
Tints of Alizarin #DD2030
RGB
CMYK
RGB Variations
Color information
#DD2030 (or 0xDD2030) is known color: Alizarin. HEX triplet: DD, 20 and 30. RGB value is (221,32,48). Sum of RGB (Red+Green+Blue) = 221+32+48=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2030 is #22DFCF. Grayscale: #5A5A5A. Windows color (decimal): -2285520 or 3154141. OLE color: 3154141.
HSL color Cylindrical-coordinate representation of color #DD2030: hue angle of 354.92º 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 #DD2030 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 48 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.13 |
| HSL | 354.92º | 0.75% | 0.5% | - |
| HSV(B) | 354.92º | 0.86% | 0.87% | - |
| XYZ | 30.87 | 16.62 | 4.38 | - |
| YUV | 90.34 | 104.12 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 48 | 0 | 0.86 | 0.78 | 0.13 | 354.92 | 0.75 | 0.5 |
| Hex | DD | 20 | 30 | 0 | 56 | 4E | D | 163 | 4B | 32 |
| Octal | 335 | 40 | 60 | 0 | 126 | 116 | 15 | 543 | 113 | 62 |
| Binary | 11011101 | 100000 | 110000 | 0 | 1010110 | 1001110 | 1101 | 101100011 | 1001011 | 110010 |
Color Harmonies of #DD2030
Complementary color
Monochromatic Colors of #DD2030
Black with #DD2030
Text Example
Text Example
White with #DD2030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2030; }
p { color: rgb(221,32,48); }
H1.HeaderClassName
{
color: #DD2030;
}
.AnyTagClassName
{
color: #DD2030;
}
</style>
background-color css
<style>
a { background-color: #DD2030; }
a { background-color: rgb(221,32,48); }
div.DivClassName
{
background-color: #DD2030;
}
.BgClassName
{
background-color: #DD2030;
}
</style>
border-color css
<style>
span { border-color: #DD2030; }
span { border-color: rgb(221,32,48); }
td.TdClassName
{
border-color: #DD2030;
}
.TagClassName
{
border-color: #DD2030;
}
</style>