Shades of Alizarin #DD2C32
Tints of Alizarin #DD2C32
RGB
CMYK
RGB Variations
Color information
#DD2C32 (or 0xDD2C32) is known color: Alizarin. HEX triplet: DD, 2C and 32. RGB value is (221,44,50). Sum of RGB (Red+Green+Blue) = 221+44+50=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C32 is #22D3CD. Grayscale: #616161. Windows color (decimal): -2282446 or 3288285. OLE color: 3288285.
HSL color Cylindrical-coordinate representation of color #DD2C32: hue angle of 357.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2C32 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 50 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.13 |
| HSL | 357.97º | 0.72% | 0.52% | - |
| HSV(B) | 357.97º | 0.8% | 0.87% | - |
| XYZ | 31.3 | 17.4 | 4.73 | - |
| YUV | 97.61 | 101.14 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 50 | 0 | 0.80 | 0.77 | 0.13 | 357.97 | 0.72 | 0.52 |
| Hex | DD | 2C | 32 | 0 | 50 | 4D | D | 166 | 48 | 34 |
| Octal | 335 | 54 | 62 | 0 | 120 | 115 | 15 | 546 | 110 | 64 |
| Binary | 11011101 | 101100 | 110010 | 0 | 1010000 | 1001101 | 1101 | 101100110 | 1001000 | 110100 |
Color Harmonies of #DD2C32
Complementary color
Monochromatic Colors of #DD2C32
Black with #DD2C32
Text Example
Text Example
White with #DD2C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2C32; }
p { color: rgb(221,44,50); }
H1.HeaderClassName
{
color: #DD2C32;
}
.AnyTagClassName
{
color: #DD2C32;
}
</style>
background-color css
<style>
a { background-color: #DD2C32; }
a { background-color: rgb(221,44,50); }
div.DivClassName
{
background-color: #DD2C32;
}
.BgClassName
{
background-color: #DD2C32;
}
</style>
border-color css
<style>
span { border-color: #DD2C32; }
span { border-color: rgb(221,44,50); }
td.TdClassName
{
border-color: #DD2C32;
}
.TagClassName
{
border-color: #DD2C32;
}
</style>