Shades of Alizarin #DB2936
Tints of Alizarin #DB2936
RGB
CMYK
RGB Variations
Color information
#DB2936 (or 0xDB2936) is known color: Alizarin. HEX triplet: DB, 29 and 36. RGB value is (219,41,54). Sum of RGB (Red+Green+Blue) = 219+41+54=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2936 is #24D6C9. Grayscale: #5F5F5F. Windows color (decimal): -2414282 or 3549659. OLE color: 3549659.
HSL color Cylindrical-coordinate representation of color #DB2936: hue angle of 355.62º 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 #DB2936 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 54 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.14 |
| HSL | 355.62º | 0.71% | 0.51% | - |
| HSV(B) | 355.62º | 0.81% | 0.86% | - |
| XYZ | 30.67 | 16.91 | 5.14 | - |
| YUV | 95.7 | 104.47 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 54 | 0 | 0.81 | 0.75 | 0.14 | 355.62 | 0.71 | 0.51 |
| Hex | DB | 29 | 36 | 0 | 51 | 4B | E | 164 | 47 | 33 |
| Octal | 333 | 51 | 66 | 0 | 121 | 113 | 16 | 544 | 107 | 63 |
| Binary | 11011011 | 101001 | 110110 | 0 | 1010001 | 1001011 | 1110 | 101100100 | 1000111 | 110011 |
Color Harmonies of #DB2936
Complementary color
Monochromatic Colors of #DB2936
Black with #DB2936
Text Example
Text Example
White with #DB2936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2936; }
p { color: rgb(219,41,54); }
H1.HeaderClassName
{
color: #DB2936;
}
.AnyTagClassName
{
color: #DB2936;
}
</style>
background-color css
<style>
a { background-color: #DB2936; }
a { background-color: rgb(219,41,54); }
div.DivClassName
{
background-color: #DB2936;
}
.BgClassName
{
background-color: #DB2936;
}
</style>
border-color css
<style>
span { border-color: #DB2936; }
span { border-color: rgb(219,41,54); }
td.TdClassName
{
border-color: #DB2936;
}
.TagClassName
{
border-color: #DB2936;
}
</style>