Shades of Alizarin #DD2532
Tints of Alizarin #DD2532
RGB
CMYK
RGB Variations
Color information
#DD2532 (or 0xDD2532) is known color: Alizarin. HEX triplet: DD, 25 and 32. RGB value is (221,37,50). Sum of RGB (Red+Green+Blue) = 221+37+50=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2532 is #22DACD. Grayscale: #5D5D5D. Windows color (decimal): -2284238 or 3286493. OLE color: 3286493.
HSL color Cylindrical-coordinate representation of color #DD2532: hue angle of 355.76º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2532 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 50 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.13 |
| HSL | 355.76º | 0.73% | 0.51% | - |
| HSV(B) | 355.76º | 0.83% | 0.87% | - |
| XYZ | 31.06 | 16.93 | 4.65 | - |
| YUV | 93.5 | 103.46 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 50 | 0 | 0.83 | 0.77 | 0.13 | 355.76 | 0.73 | 0.51 |
| Hex | DD | 25 | 32 | 0 | 53 | 4D | D | 164 | 49 | 33 |
| Octal | 335 | 45 | 62 | 0 | 123 | 115 | 15 | 544 | 111 | 63 |
| Binary | 11011101 | 100101 | 110010 | 0 | 1010011 | 1001101 | 1101 | 101100100 | 1001001 | 110011 |
Color Harmonies of #DD2532
Complementary color
Monochromatic Colors of #DD2532
Black with #DD2532
Text Example
Text Example
White with #DD2532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2532; }
p { color: rgb(221,37,50); }
H1.HeaderClassName
{
color: #DD2532;
}
.AnyTagClassName
{
color: #DD2532;
}
</style>
background-color css
<style>
a { background-color: #DD2532; }
a { background-color: rgb(221,37,50); }
div.DivClassName
{
background-color: #DD2532;
}
.BgClassName
{
background-color: #DD2532;
}
</style>
border-color css
<style>
span { border-color: #DD2532; }
span { border-color: rgb(221,37,50); }
td.TdClassName
{
border-color: #DD2532;
}
.TagClassName
{
border-color: #DD2532;
}
</style>