Shades of Alizarin #DD213A
Tints of Alizarin #DD213A
RGB
CMYK
RGB Variations
Color information
#DD213A (or 0xDD213A) is known color: Alizarin. HEX triplet: DD, 21 and 3A. RGB value is (221,33,58). Sum of RGB (Red+Green+Blue) = 221+33+58=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD213A is #22DEC5. Grayscale: #5C5C5C. Windows color (decimal): -2285254 or 3809757. OLE color: 3809757.
HSL color Cylindrical-coordinate representation of color #DD213A: hue angle of 352.02º 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 #DD213A is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 58 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.13 |
| HSL | 352.02º | 0.74% | 0.5% | - |
| HSV(B) | 352.02º | 0.85% | 0.87% | - |
| XYZ | 31.13 | 16.77 | 5.6 | - |
| YUV | 92.06 | 108.78 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 58 | 0 | 0.85 | 0.74 | 0.13 | 352.02 | 0.74 | 0.5 |
| Hex | DD | 21 | 3A | 0 | 55 | 4A | D | 160 | 4A | 32 |
| Octal | 335 | 41 | 72 | 0 | 125 | 112 | 15 | 540 | 112 | 62 |
| Binary | 11011101 | 100001 | 111010 | 0 | 1010101 | 1001010 | 1101 | 101100000 | 1001010 | 110010 |
Color Harmonies of #DD213A
Complementary color
Monochromatic Colors of #DD213A
Black with #DD213A
Text Example
Text Example
White with #DD213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD213A; }
p { color: rgb(221,33,58); }
H1.HeaderClassName
{
color: #DD213A;
}
.AnyTagClassName
{
color: #DD213A;
}
</style>
background-color css
<style>
a { background-color: #DD213A; }
a { background-color: rgb(221,33,58); }
div.DivClassName
{
background-color: #DD213A;
}
.BgClassName
{
background-color: #DD213A;
}
</style>
border-color css
<style>
span { border-color: #DD213A; }
span { border-color: rgb(221,33,58); }
td.TdClassName
{
border-color: #DD213A;
}
.TagClassName
{
border-color: #DD213A;
}
</style>