Shades of Alizarin #DB2529
Tints of Alizarin #DB2529
RGB
CMYK
RGB Variations
Color information
#DB2529 (or 0xDB2529) is known color: Alizarin. HEX triplet: DB, 25 and 29. RGB value is (219,37,41). Sum of RGB (Red+Green+Blue) = 219+37+41=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2529 is #24DAD6. Grayscale: #5C5C5C. Windows color (decimal): -2415319 or 2696667. OLE color: 2696667.
HSL color Cylindrical-coordinate representation of color #DB2529: hue angle of 358.68º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2529 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 41 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.14 |
| HSL | 358.68º | 0.72% | 0.5% | - |
| HSV(B) | 358.68º | 0.83% | 0.86% | - |
| XYZ | 30.28 | 16.54 | 3.7 | - |
| YUV | 91.87 | 99.3 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 41 | 0 | 0.83 | 0.81 | 0.14 | 358.68 | 0.72 | 0.5 |
| Hex | DB | 25 | 29 | 0 | 53 | 51 | E | 167 | 48 | 32 |
| Octal | 333 | 45 | 51 | 0 | 123 | 121 | 16 | 547 | 110 | 62 |
| Binary | 11011011 | 100101 | 101001 | 0 | 1010011 | 1010001 | 1110 | 101100111 | 1001000 | 110010 |
Color Harmonies of #DB2529
Complementary color
Monochromatic Colors of #DB2529
Black with #DB2529
Text Example
Text Example
White with #DB2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2529; }
p { color: rgb(219,37,41); }
H1.HeaderClassName
{
color: #DB2529;
}
.AnyTagClassName
{
color: #DB2529;
}
</style>
background-color css
<style>
a { background-color: #DB2529; }
a { background-color: rgb(219,37,41); }
div.DivClassName
{
background-color: #DB2529;
}
.BgClassName
{
background-color: #DB2529;
}
</style>
border-color css
<style>
span { border-color: #DB2529; }
span { border-color: rgb(219,37,41); }
td.TdClassName
{
border-color: #DB2529;
}
.TagClassName
{
border-color: #DB2529;
}
</style>