Shades of Alizarin #DD2131
Tints of Alizarin #DD2131
RGB
CMYK
RGB Variations
Color information
#DD2131 (or 0xDD2131) is known color: Alizarin. HEX triplet: DD, 21 and 31. RGB value is (221,33,49). Sum of RGB (Red+Green+Blue) = 221+33+49=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2131 is #22DECE. Grayscale: #5B5B5B. Windows color (decimal): -2285263 or 3219933. OLE color: 3219933.
HSL color Cylindrical-coordinate representation of color #DD2131: hue angle of 354.89º 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 #DD2131 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 49 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.13 |
| HSL | 354.89º | 0.74% | 0.5% | - |
| HSV(B) | 354.89º | 0.85% | 0.87% | - |
| XYZ | 30.92 | 16.68 | 4.5 | - |
| YUV | 91.04 | 104.28 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 49 | 0 | 0.85 | 0.78 | 0.13 | 354.89 | 0.74 | 0.5 |
| Hex | DD | 21 | 31 | 0 | 55 | 4E | D | 163 | 4A | 32 |
| Octal | 335 | 41 | 61 | 0 | 125 | 116 | 15 | 543 | 112 | 62 |
| Binary | 11011101 | 100001 | 110001 | 0 | 1010101 | 1001110 | 1101 | 101100011 | 1001010 | 110010 |
Color Harmonies of #DD2131
Complementary color
Monochromatic Colors of #DD2131
Black with #DD2131
Text Example
Text Example
White with #DD2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2131; }
p { color: rgb(221,33,49); }
H1.HeaderClassName
{
color: #DD2131;
}
.AnyTagClassName
{
color: #DD2131;
}
</style>
background-color css
<style>
a { background-color: #DD2131; }
a { background-color: rgb(221,33,49); }
div.DivClassName
{
background-color: #DD2131;
}
.BgClassName
{
background-color: #DD2131;
}
</style>
border-color css
<style>
span { border-color: #DD2131; }
span { border-color: rgb(221,33,49); }
td.TdClassName
{
border-color: #DD2131;
}
.TagClassName
{
border-color: #DD2131;
}
</style>