Shades of Alizarin #DD202C
Tints of Alizarin #DD202C
RGB
CMYK
RGB Variations
Color information
#DD202C (or 0xDD202C) is known color: Alizarin. HEX triplet: DD, 20 and 2C. RGB value is (221,32,44). Sum of RGB (Red+Green+Blue) = 221+32+44=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD202C is #22DFD3. Grayscale: #5A5A5A. Windows color (decimal): -2285524 or 2891997. OLE color: 2891997.
HSL color Cylindrical-coordinate representation of color #DD202C: hue angle of 356.19º 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 #DD202C is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 44 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.13 |
| HSL | 356.19º | 0.75% | 0.5% | - |
| HSV(B) | 356.19º | 0.86% | 0.87% | - |
| XYZ | 30.79 | 16.59 | 3.96 | - |
| YUV | 89.88 | 102.12 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 44 | 0 | 0.86 | 0.80 | 0.13 | 356.19 | 0.75 | 0.5 |
| Hex | DD | 20 | 2C | 0 | 56 | 50 | D | 164 | 4B | 32 |
| Octal | 335 | 40 | 54 | 0 | 126 | 120 | 15 | 544 | 113 | 62 |
| Binary | 11011101 | 100000 | 101100 | 0 | 1010110 | 1010000 | 1101 | 101100100 | 1001011 | 110010 |
Color Harmonies of #DD202C
Complementary color
Monochromatic Colors of #DD202C
Black with #DD202C
Text Example
Text Example
White with #DD202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD202C; }
p { color: rgb(221,32,44); }
H1.HeaderClassName
{
color: #DD202C;
}
.AnyTagClassName
{
color: #DD202C;
}
</style>
background-color css
<style>
a { background-color: #DD202C; }
a { background-color: rgb(221,32,44); }
div.DivClassName
{
background-color: #DD202C;
}
.BgClassName
{
background-color: #DD202C;
}
</style>
border-color css
<style>
span { border-color: #DD202C; }
span { border-color: rgb(221,32,44); }
td.TdClassName
{
border-color: #DD202C;
}
.TagClassName
{
border-color: #DD202C;
}
</style>