Shades of Alizarin #DB2937
Tints of Alizarin #DB2937
RGB
CMYK
RGB Variations
Color information
#DB2937 (or 0xDB2937) is known color: Alizarin. HEX triplet: DB, 29 and 37. RGB value is (219,41,55). Sum of RGB (Red+Green+Blue) = 219+41+55=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2937 is #24D6C8. Grayscale: #5F5F5F. Windows color (decimal): -2414281 or 3615195. OLE color: 3615195.
HSL color Cylindrical-coordinate representation of color #DB2937: hue angle of 355.28º 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 #DB2937 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 55 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.14 |
| HSL | 355.28º | 0.71% | 0.51% | - |
| HSV(B) | 355.28º | 0.81% | 0.86% | - |
| XYZ | 30.7 | 16.92 | 5.26 | - |
| YUV | 95.82 | 104.97 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 55 | 0 | 0.81 | 0.75 | 0.14 | 355.28 | 0.71 | 0.51 |
| Hex | DB | 29 | 37 | 0 | 51 | 4B | E | 163 | 47 | 33 |
| Octal | 333 | 51 | 67 | 0 | 121 | 113 | 16 | 543 | 107 | 63 |
| Binary | 11011011 | 101001 | 110111 | 0 | 1010001 | 1001011 | 1110 | 101100011 | 1000111 | 110011 |
Color Harmonies of #DB2937
Complementary color
Monochromatic Colors of #DB2937
Black with #DB2937
Text Example
Text Example
White with #DB2937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2937; }
p { color: rgb(219,41,55); }
H1.HeaderClassName
{
color: #DB2937;
}
.AnyTagClassName
{
color: #DB2937;
}
</style>
background-color css
<style>
a { background-color: #DB2937; }
a { background-color: rgb(219,41,55); }
div.DivClassName
{
background-color: #DB2937;
}
.BgClassName
{
background-color: #DB2937;
}
</style>
border-color css
<style>
span { border-color: #DB2937; }
span { border-color: rgb(219,41,55); }
td.TdClassName
{
border-color: #DB2937;
}
.TagClassName
{
border-color: #DB2937;
}
</style>