Shades of Alizarin #DB2941
Tints of Alizarin #DB2941
RGB
CMYK
RGB Variations
Color information
#DB2941 (or 0xDB2941) is known color: Alizarin. HEX triplet: DB, 29 and 41. RGB value is (219,41,65). Sum of RGB (Red+Green+Blue) = 219+41+65=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2941 is #24D6BE. Grayscale: #616161. Windows color (decimal): -2414271 or 4270555. OLE color: 4270555.
HSL color Cylindrical-coordinate representation of color #DB2941: hue angle of 351.91º 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 #DB2941 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 65 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.14 |
| HSL | 351.91º | 0.71% | 0.51% | - |
| HSV(B) | 351.91º | 0.81% | 0.86% | - |
| XYZ | 30.96 | 17.03 | 6.66 | - |
| YUV | 96.96 | 109.97 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 65 | 0 | 0.81 | 0.70 | 0.14 | 351.91 | 0.71 | 0.51 |
| Hex | DB | 29 | 41 | 0 | 51 | 46 | E | 160 | 47 | 33 |
| Octal | 333 | 51 | 101 | 0 | 121 | 106 | 16 | 540 | 107 | 63 |
| Binary | 11011011 | 101001 | 1000001 | 0 | 1010001 | 1000110 | 1110 | 101100000 | 1000111 | 110011 |
Color Harmonies of #DB2941
Complementary color
Monochromatic Colors of #DB2941
Black with #DB2941
Text Example
Text Example
White with #DB2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2941; }
p { color: rgb(219,41,65); }
H1.HeaderClassName
{
color: #DB2941;
}
.AnyTagClassName
{
color: #DB2941;
}
</style>
background-color css
<style>
a { background-color: #DB2941; }
a { background-color: rgb(219,41,65); }
div.DivClassName
{
background-color: #DB2941;
}
.BgClassName
{
background-color: #DB2941;
}
</style>
border-color css
<style>
span { border-color: #DB2941; }
span { border-color: rgb(219,41,65); }
td.TdClassName
{
border-color: #DB2941;
}
.TagClassName
{
border-color: #DB2941;
}
</style>