Shades of Alizarin #DB2528
Tints of Alizarin #DB2528
RGB
CMYK
RGB Variations
Color information
#DB2528 (or 0xDB2528) is known color: Alizarin. HEX triplet: DB, 25 and 28. RGB value is (219,37,40). Sum of RGB (Red+Green+Blue) = 219+37+40=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2528 is #24DAD7. Grayscale: #5B5B5B. Windows color (decimal): -2415320 or 2631131. OLE color: 2631131.
HSL color Cylindrical-coordinate representation of color #DB2528: hue angle of 359.01º 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 #DB2528 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 40 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.14 |
| HSL | 359.01º | 0.72% | 0.5% | - |
| HSV(B) | 359.01º | 0.83% | 0.86% | - |
| XYZ | 30.26 | 16.54 | 3.6 | - |
| YUV | 91.76 | 98.8 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 40 | 0 | 0.83 | 0.82 | 0.14 | 359.01 | 0.72 | 0.5 |
| Hex | DB | 25 | 28 | 0 | 53 | 52 | E | 167 | 48 | 32 |
| Octal | 333 | 45 | 50 | 0 | 123 | 122 | 16 | 547 | 110 | 62 |
| Binary | 11011011 | 100101 | 101000 | 0 | 1010011 | 1010010 | 1110 | 101100111 | 1001000 | 110010 |
Color Harmonies of #DB2528
Complementary color
Monochromatic Colors of #DB2528
Black with #DB2528
Text Example
Text Example
White with #DB2528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2528; }
p { color: rgb(219,37,40); }
H1.HeaderClassName
{
color: #DB2528;
}
.AnyTagClassName
{
color: #DB2528;
}
</style>
background-color css
<style>
a { background-color: #DB2528; }
a { background-color: rgb(219,37,40); }
div.DivClassName
{
background-color: #DB2528;
}
.BgClassName
{
background-color: #DB2528;
}
</style>
border-color css
<style>
span { border-color: #DB2528; }
span { border-color: rgb(219,37,40); }
td.TdClassName
{
border-color: #DB2528;
}
.TagClassName
{
border-color: #DB2528;
}
</style>