Shades of Alizarin #DB2428
Tints of Alizarin #DB2428
RGB
CMYK
RGB Variations
Color information
#DB2428 (or 0xDB2428) is known color: Alizarin. HEX triplet: DB, 24 and 28. RGB value is (219,36,40). Sum of RGB (Red+Green+Blue) = 219+36+40=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2428 is #24DBD7. Grayscale: #5B5B5B. Windows color (decimal): -2415576 or 2630875. OLE color: 2630875.
HSL color Cylindrical-coordinate representation of color #DB2428: hue angle of 358.69º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2428 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 40 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.14 |
| HSL | 358.69º | 0.72% | 0.5% | - |
| HSV(B) | 358.69º | 0.84% | 0.86% | - |
| XYZ | 30.23 | 16.48 | 3.59 | - |
| YUV | 91.17 | 99.13 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 40 | 0 | 0.84 | 0.82 | 0.14 | 358.69 | 0.72 | 0.5 |
| Hex | DB | 24 | 28 | 0 | 54 | 52 | E | 167 | 48 | 32 |
| Octal | 333 | 44 | 50 | 0 | 124 | 122 | 16 | 547 | 110 | 62 |
| Binary | 11011011 | 100100 | 101000 | 0 | 1010100 | 1010010 | 1110 | 101100111 | 1001000 | 110010 |
Color Harmonies of #DB2428
Complementary color
Monochromatic Colors of #DB2428
Black with #DB2428
Text Example
Text Example
White with #DB2428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2428; }
p { color: rgb(219,36,40); }
H1.HeaderClassName
{
color: #DB2428;
}
.AnyTagClassName
{
color: #DB2428;
}
</style>
background-color css
<style>
a { background-color: #DB2428; }
a { background-color: rgb(219,36,40); }
div.DivClassName
{
background-color: #DB2428;
}
.BgClassName
{
background-color: #DB2428;
}
</style>
border-color css
<style>
span { border-color: #DB2428; }
span { border-color: rgb(219,36,40); }
td.TdClassName
{
border-color: #DB2428;
}
.TagClassName
{
border-color: #DB2428;
}
</style>