Shades of Alizarin #DB2932
Tints of Alizarin #DB2932
RGB
CMYK
RGB Variations
Color information
#DB2932 (or 0xDB2932) is known color: Alizarin. HEX triplet: DB, 29 and 32. RGB value is (219,41,50). Sum of RGB (Red+Green+Blue) = 219+41+50=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2932 is #24D6CD. Grayscale: #5F5F5F. Windows color (decimal): -2414286 or 3287515. OLE color: 3287515.
HSL color Cylindrical-coordinate representation of color #DB2932: hue angle of 356.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2932 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 50 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.14 |
| HSL | 356.97º | 0.71% | 0.51% | - |
| HSV(B) | 356.97º | 0.81% | 0.86% | - |
| XYZ | 30.58 | 16.88 | 4.66 | - |
| YUV | 95.25 | 102.47 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 50 | 0 | 0.81 | 0.77 | 0.14 | 356.97 | 0.71 | 0.51 |
| Hex | DB | 29 | 32 | 0 | 51 | 4D | E | 165 | 47 | 33 |
| Octal | 333 | 51 | 62 | 0 | 121 | 115 | 16 | 545 | 107 | 63 |
| Binary | 11011011 | 101001 | 110010 | 0 | 1010001 | 1001101 | 1110 | 101100101 | 1000111 | 110011 |
Color Harmonies of #DB2932
Complementary color
Monochromatic Colors of #DB2932
Black with #DB2932
Text Example
Text Example
White with #DB2932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2932; }
p { color: rgb(219,41,50); }
H1.HeaderClassName
{
color: #DB2932;
}
.AnyTagClassName
{
color: #DB2932;
}
</style>
background-color css
<style>
a { background-color: #DB2932; }
a { background-color: rgb(219,41,50); }
div.DivClassName
{
background-color: #DB2932;
}
.BgClassName
{
background-color: #DB2932;
}
</style>
border-color css
<style>
span { border-color: #DB2932; }
span { border-color: rgb(219,41,50); }
td.TdClassName
{
border-color: #DB2932;
}
.TagClassName
{
border-color: #DB2932;
}
</style>