Shades of Alizarin #DB2129
Tints of Alizarin #DB2129
RGB
CMYK
RGB Variations
Color information
#DB2129 (or 0xDB2129) is known color: Alizarin. HEX triplet: DB, 21 and 29. RGB value is (219,33,41). Sum of RGB (Red+Green+Blue) = 219+33+41=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2129 is #24DED6. Grayscale: #595959. Windows color (decimal): -2416343 or 2695643. OLE color: 2695643.
HSL color Cylindrical-coordinate representation of color #DB2129: hue angle of 357.42º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2129 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 41 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.14 |
| HSL | 357.42º | 0.74% | 0.49% | - |
| HSV(B) | 357.42º | 0.85% | 0.86% | - |
| XYZ | 30.16 | 16.31 | 3.66 | - |
| YUV | 89.53 | 100.62 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 41 | 0 | 0.85 | 0.81 | 0.14 | 357.42 | 0.74 | 0.49 |
| Hex | DB | 21 | 29 | 0 | 55 | 51 | E | 165 | 4A | 31 |
| Octal | 333 | 41 | 51 | 0 | 125 | 121 | 16 | 545 | 112 | 61 |
| Binary | 11011011 | 100001 | 101001 | 0 | 1010101 | 1010001 | 1110 | 101100101 | 1001010 | 110001 |
Color Harmonies of #DB2129
Complementary color
Monochromatic Colors of #DB2129
Black with #DB2129
Text Example
Text Example
White with #DB2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2129; }
p { color: rgb(219,33,41); }
H1.HeaderClassName
{
color: #DB2129;
}
.AnyTagClassName
{
color: #DB2129;
}
</style>
background-color css
<style>
a { background-color: #DB2129; }
a { background-color: rgb(219,33,41); }
div.DivClassName
{
background-color: #DB2129;
}
.BgClassName
{
background-color: #DB2129;
}
</style>
border-color css
<style>
span { border-color: #DB2129; }
span { border-color: rgb(219,33,41); }
td.TdClassName
{
border-color: #DB2129;
}
.TagClassName
{
border-color: #DB2129;
}
</style>