Shades of Alizarin #DB2032
Tints of Alizarin #DB2032
RGB
CMYK
RGB Variations
Color information
#DB2032 (or 0xDB2032) is known color: Alizarin. HEX triplet: DB, 20 and 32. RGB value is (219,32,50). Sum of RGB (Red+Green+Blue) = 219+32+50=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2032 is #24DFCD. Grayscale: #5A5A5A. Windows color (decimal): -2416590 or 3285211. OLE color: 3285211.
HSL color Cylindrical-coordinate representation of color #DB2032: hue angle of 354.22º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2032 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 50 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.14 |
| HSL | 354.22º | 0.75% | 0.49% | - |
| HSV(B) | 354.22º | 0.85% | 0.86% | - |
| XYZ | 30.31 | 16.32 | 4.57 | - |
| YUV | 89.97 | 105.45 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 50 | 0 | 0.85 | 0.77 | 0.14 | 354.22 | 0.75 | 0.49 |
| Hex | DB | 20 | 32 | 0 | 55 | 4D | E | 162 | 4B | 31 |
| Octal | 333 | 40 | 62 | 0 | 125 | 115 | 16 | 542 | 113 | 61 |
| Binary | 11011011 | 100000 | 110010 | 0 | 1010101 | 1001101 | 1110 | 101100010 | 1001011 | 110001 |
Color Harmonies of #DB2032
Complementary color
Monochromatic Colors of #DB2032
Black with #DB2032
Text Example
Text Example
White with #DB2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2032; }
p { color: rgb(219,32,50); }
H1.HeaderClassName
{
color: #DB2032;
}
.AnyTagClassName
{
color: #DB2032;
}
</style>
background-color css
<style>
a { background-color: #DB2032; }
a { background-color: rgb(219,32,50); }
div.DivClassName
{
background-color: #DB2032;
}
.BgClassName
{
background-color: #DB2032;
}
</style>
border-color css
<style>
span { border-color: #DB2032; }
span { border-color: rgb(219,32,50); }
td.TdClassName
{
border-color: #DB2032;
}
.TagClassName
{
border-color: #DB2032;
}
</style>