Shades of Alizarin #DB2939
Tints of Alizarin #DB2939
RGB
CMYK
RGB Variations
Color information
#DB2939 (or 0xDB2939) is known color: Alizarin. HEX triplet: DB, 29 and 39. RGB value is (219,41,57). Sum of RGB (Red+Green+Blue) = 219+41+57=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2939 is #24D6C6. Grayscale: #606060. Windows color (decimal): -2414279 or 3746267. OLE color: 3746267.
HSL color Cylindrical-coordinate representation of color #DB2939: hue angle of 354.61º 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 #DB2939 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 57 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.14 |
| HSL | 354.61º | 0.71% | 0.51% | - |
| HSV(B) | 354.61º | 0.81% | 0.86% | - |
| XYZ | 30.74 | 16.94 | 5.52 | - |
| YUV | 96.05 | 105.97 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 57 | 0 | 0.81 | 0.74 | 0.14 | 354.61 | 0.71 | 0.51 |
| Hex | DB | 29 | 39 | 0 | 51 | 4A | E | 163 | 47 | 33 |
| Octal | 333 | 51 | 71 | 0 | 121 | 112 | 16 | 543 | 107 | 63 |
| Binary | 11011011 | 101001 | 111001 | 0 | 1010001 | 1001010 | 1110 | 101100011 | 1000111 | 110011 |
Color Harmonies of #DB2939
Complementary color
Monochromatic Colors of #DB2939
Black with #DB2939
Text Example
Text Example
White with #DB2939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2939; }
p { color: rgb(219,41,57); }
H1.HeaderClassName
{
color: #DB2939;
}
.AnyTagClassName
{
color: #DB2939;
}
</style>
background-color css
<style>
a { background-color: #DB2939; }
a { background-color: rgb(219,41,57); }
div.DivClassName
{
background-color: #DB2939;
}
.BgClassName
{
background-color: #DB2939;
}
</style>
border-color css
<style>
span { border-color: #DB2939; }
span { border-color: rgb(219,41,57); }
td.TdClassName
{
border-color: #DB2939;
}
.TagClassName
{
border-color: #DB2939;
}
</style>