Shades of Alizarin #DD203D
Tints of Alizarin #DD203D
RGB
CMYK
RGB Variations
Color information
#DD203D (or 0xDD203D) is known color: Alizarin. HEX triplet: DD, 20 and 3D. RGB value is (221,32,61). Sum of RGB (Red+Green+Blue) = 221+32+61=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD203D is #22DFC2. Grayscale: #5B5B5B. Windows color (decimal): -2285507 or 4006109. OLE color: 4006109.
HSL color Cylindrical-coordinate representation of color #DD203D: hue angle of 350.79º 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 #DD203D is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 61 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.13 |
| HSL | 350.79º | 0.75% | 0.5% | - |
| HSV(B) | 350.79º | 0.86% | 0.87% | - |
| XYZ | 31.18 | 16.74 | 6 | - |
| YUV | 91.82 | 110.62 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 61 | 0 | 0.86 | 0.72 | 0.13 | 350.79 | 0.75 | 0.5 |
| Hex | DD | 20 | 3D | 0 | 56 | 48 | D | 15F | 4B | 32 |
| Octal | 335 | 40 | 75 | 0 | 126 | 110 | 15 | 537 | 113 | 62 |
| Binary | 11011101 | 100000 | 111101 | 0 | 1010110 | 1001000 | 1101 | 101011111 | 1001011 | 110010 |
Color Harmonies of #DD203D
Complementary color
Monochromatic Colors of #DD203D
Black with #DD203D
Text Example
Text Example
White with #DD203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD203D; }
p { color: rgb(221,32,61); }
H1.HeaderClassName
{
color: #DD203D;
}
.AnyTagClassName
{
color: #DD203D;
}
</style>
background-color css
<style>
a { background-color: #DD203D; }
a { background-color: rgb(221,32,61); }
div.DivClassName
{
background-color: #DD203D;
}
.BgClassName
{
background-color: #DD203D;
}
</style>
border-color css
<style>
span { border-color: #DD203D; }
span { border-color: rgb(221,32,61); }
td.TdClassName
{
border-color: #DD203D;
}
.TagClassName
{
border-color: #DD203D;
}
</style>