Shades of Alizarin #DB2931
Tints of Alizarin #DB2931
RGB
CMYK
RGB Variations
Color information
#DB2931 (or 0xDB2931) is known color: Alizarin. HEX triplet: DB, 29 and 31. RGB value is (219,41,49). Sum of RGB (Red+Green+Blue) = 219+41+49=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2931 is #24D6CE. Grayscale: #5F5F5F. Windows color (decimal): -2414287 or 3221979. OLE color: 3221979.
HSL color Cylindrical-coordinate representation of color #DB2931: hue angle of 357.3º 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 #DB2931 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 49 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.14 |
| HSL | 357.3º | 0.71% | 0.51% | - |
| HSV(B) | 357.3º | 0.81% | 0.86% | - |
| XYZ | 30.56 | 16.87 | 4.55 | - |
| YUV | 95.13 | 101.97 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 49 | 0 | 0.81 | 0.78 | 0.14 | 357.3 | 0.71 | 0.51 |
| Hex | DB | 29 | 31 | 0 | 51 | 4E | E | 165 | 47 | 33 |
| Octal | 333 | 51 | 61 | 0 | 121 | 116 | 16 | 545 | 107 | 63 |
| Binary | 11011011 | 101001 | 110001 | 0 | 1010001 | 1001110 | 1110 | 101100101 | 1000111 | 110011 |
Color Harmonies of #DB2931
Complementary color
Monochromatic Colors of #DB2931
Black with #DB2931
Text Example
Text Example
White with #DB2931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2931; }
p { color: rgb(219,41,49); }
H1.HeaderClassName
{
color: #DB2931;
}
.AnyTagClassName
{
color: #DB2931;
}
</style>
background-color css
<style>
a { background-color: #DB2931; }
a { background-color: rgb(219,41,49); }
div.DivClassName
{
background-color: #DB2931;
}
.BgClassName
{
background-color: #DB2931;
}
</style>
border-color css
<style>
span { border-color: #DB2931; }
span { border-color: rgb(219,41,49); }
td.TdClassName
{
border-color: #DB2931;
}
.TagClassName
{
border-color: #DB2931;
}
</style>