Shades of Alizarin #DD202F
Tints of Alizarin #DD202F
RGB
CMYK
RGB Variations
Color information
#DD202F (or 0xDD202F) is known color: Alizarin. HEX triplet: DD, 20 and 2F. RGB value is (221,32,47). Sum of RGB (Red+Green+Blue) = 221+32+47=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD202F is #22DFD0. Grayscale: #5A5A5A. Windows color (decimal): -2285521 or 3088605. OLE color: 3088605.
HSL color Cylindrical-coordinate representation of color #DD202F: hue angle of 355.24º 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 #DD202F is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 47 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.13 |
| HSL | 355.24º | 0.75% | 0.5% | - |
| HSV(B) | 355.24º | 0.86% | 0.87% | - |
| XYZ | 30.85 | 16.61 | 4.27 | - |
| YUV | 90.22 | 103.62 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 47 | 0 | 0.86 | 0.79 | 0.13 | 355.24 | 0.75 | 0.5 |
| Hex | DD | 20 | 2F | 0 | 56 | 4F | D | 163 | 4B | 32 |
| Octal | 335 | 40 | 57 | 0 | 126 | 117 | 15 | 543 | 113 | 62 |
| Binary | 11011101 | 100000 | 101111 | 0 | 1010110 | 1001111 | 1101 | 101100011 | 1001011 | 110010 |
Color Harmonies of #DD202F
Complementary color
Monochromatic Colors of #DD202F
Black with #DD202F
Text Example
Text Example
White with #DD202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD202F; }
p { color: rgb(221,32,47); }
H1.HeaderClassName
{
color: #DD202F;
}
.AnyTagClassName
{
color: #DD202F;
}
</style>
background-color css
<style>
a { background-color: #DD202F; }
a { background-color: rgb(221,32,47); }
div.DivClassName
{
background-color: #DD202F;
}
.BgClassName
{
background-color: #DD202F;
}
</style>
border-color css
<style>
span { border-color: #DD202F; }
span { border-color: rgb(221,32,47); }
td.TdClassName
{
border-color: #DD202F;
}
.TagClassName
{
border-color: #DD202F;
}
</style>