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