Shades of Alizarin #DD213C
Tints of Alizarin #DD213C
RGB
CMYK
RGB Variations
Color information
#DD213C (or 0xDD213C) is known color: Alizarin. HEX triplet: DD, 21 and 3C. RGB value is (221,33,60). Sum of RGB (Red+Green+Blue) = 221+33+60=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD213C is #22DEC3. Grayscale: #5C5C5C. Windows color (decimal): -2285252 or 3940829. OLE color: 3940829.
HSL color Cylindrical-coordinate representation of color #DD213C: hue angle of 351.38º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD213C is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 60 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.13 |
| HSL | 351.38º | 0.74% | 0.5% | - |
| HSV(B) | 351.38º | 0.85% | 0.87% | - |
| XYZ | 31.18 | 16.79 | 5.87 | - |
| YUV | 92.29 | 109.78 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 60 | 0 | 0.85 | 0.73 | 0.13 | 351.38 | 0.74 | 0.5 |
| Hex | DD | 21 | 3C | 0 | 55 | 49 | D | 15F | 4A | 32 |
| Octal | 335 | 41 | 74 | 0 | 125 | 111 | 15 | 537 | 112 | 62 |
| Binary | 11011101 | 100001 | 111100 | 0 | 1010101 | 1001001 | 1101 | 101011111 | 1001010 | 110010 |
Color Harmonies of #DD213C
Complementary color
Monochromatic Colors of #DD213C
Black with #DD213C
Text Example
Text Example
White with #DD213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD213C; }
p { color: rgb(221,33,60); }
H1.HeaderClassName
{
color: #DD213C;
}
.AnyTagClassName
{
color: #DD213C;
}
</style>
background-color css
<style>
a { background-color: #DD213C; }
a { background-color: rgb(221,33,60); }
div.DivClassName
{
background-color: #DD213C;
}
.BgClassName
{
background-color: #DD213C;
}
</style>
border-color css
<style>
span { border-color: #DD213C; }
span { border-color: rgb(221,33,60); }
td.TdClassName
{
border-color: #DD213C;
}
.TagClassName
{
border-color: #DD213C;
}
</style>