Shades of Alizarin #DB2532
Tints of Alizarin #DB2532
RGB
CMYK
RGB Variations
Color information
#DB2532 (or 0xDB2532) is known color: Alizarin. HEX triplet: DB, 25 and 32. RGB value is (219,37,50). Sum of RGB (Red+Green+Blue) = 219+37+50=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2532 is #24DACD. Grayscale: #5D5D5D. Windows color (decimal): -2415310 or 3286491. OLE color: 3286491.
HSL color Cylindrical-coordinate representation of color #DB2532: hue angle of 355.71º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2532 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 50 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.14 |
| HSL | 355.71º | 0.72% | 0.5% | - |
| HSV(B) | 355.71º | 0.83% | 0.86% | - |
| XYZ | 30.45 | 16.61 | 4.62 | - |
| YUV | 92.9 | 103.8 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 50 | 0 | 0.83 | 0.77 | 0.14 | 355.71 | 0.72 | 0.5 |
| Hex | DB | 25 | 32 | 0 | 53 | 4D | E | 164 | 48 | 32 |
| Octal | 333 | 45 | 62 | 0 | 123 | 115 | 16 | 544 | 110 | 62 |
| Binary | 11011011 | 100101 | 110010 | 0 | 1010011 | 1001101 | 1110 | 101100100 | 1001000 | 110010 |
Color Harmonies of #DB2532
Complementary color
Monochromatic Colors of #DB2532
Black with #DB2532
Text Example
Text Example
White with #DB2532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2532; }
p { color: rgb(219,37,50); }
H1.HeaderClassName
{
color: #DB2532;
}
.AnyTagClassName
{
color: #DB2532;
}
</style>
background-color css
<style>
a { background-color: #DB2532; }
a { background-color: rgb(219,37,50); }
div.DivClassName
{
background-color: #DB2532;
}
.BgClassName
{
background-color: #DB2532;
}
</style>
border-color css
<style>
span { border-color: #DB2532; }
span { border-color: rgb(219,37,50); }
td.TdClassName
{
border-color: #DB2532;
}
.TagClassName
{
border-color: #DB2532;
}
</style>