Shades of Alizarin #DB2840
Tints of Alizarin #DB2840
RGB
CMYK
RGB Variations
Color information
#DB2840 (or 0xDB2840) is known color: Alizarin. HEX triplet: DB, 28 and 40. RGB value is (219,40,64). Sum of RGB (Red+Green+Blue) = 219+40+64=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2840 is #24D7BF. Grayscale: #606060. Windows color (decimal): -2414528 or 4204763. OLE color: 4204763.
HSL color Cylindrical-coordinate representation of color #DB2840: hue angle of 351.96º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2840 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 64 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.14 |
| HSL | 351.96º | 0.71% | 0.51% | - |
| HSV(B) | 351.96º | 0.82% | 0.86% | - |
| XYZ | 30.9 | 16.95 | 6.49 | - |
| YUV | 96.26 | 109.8 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 64 | 0 | 0.82 | 0.71 | 0.14 | 351.96 | 0.71 | 0.51 |
| Hex | DB | 28 | 40 | 0 | 52 | 47 | E | 160 | 47 | 33 |
| Octal | 333 | 50 | 100 | 0 | 122 | 107 | 16 | 540 | 107 | 63 |
| Binary | 11011011 | 101000 | 1000000 | 0 | 1010010 | 1000111 | 1110 | 101100000 | 1000111 | 110011 |
Color Harmonies of #DB2840
Complementary color
Monochromatic Colors of #DB2840
Black with #DB2840
Text Example
Text Example
White with #DB2840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2840; }
p { color: rgb(219,40,64); }
H1.HeaderClassName
{
color: #DB2840;
}
.AnyTagClassName
{
color: #DB2840;
}
</style>
background-color css
<style>
a { background-color: #DB2840; }
a { background-color: rgb(219,40,64); }
div.DivClassName
{
background-color: #DB2840;
}
.BgClassName
{
background-color: #DB2840;
}
</style>
border-color css
<style>
span { border-color: #DB2840; }
span { border-color: rgb(219,40,64); }
td.TdClassName
{
border-color: #DB2840;
}
.TagClassName
{
border-color: #DB2840;
}
</style>