Shades of Alizarin #DB2440
Tints of Alizarin #DB2440
RGB
CMYK
RGB Variations
Color information
#DB2440 (or 0xDB2440) is known color: Alizarin. HEX triplet: DB, 24 and 40. RGB value is (219,36,64). Sum of RGB (Red+Green+Blue) = 219+36+64=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2440 is #24DBBF. Grayscale: #5D5D5D. Windows color (decimal): -2415552 or 4203739. OLE color: 4203739.
HSL color Cylindrical-coordinate representation of color #DB2440: hue angle of 350.82º 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 #DB2440 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 64 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.14 |
| HSL | 350.82º | 0.72% | 0.5% | - |
| HSV(B) | 350.82º | 0.84% | 0.86% | - |
| XYZ | 30.77 | 16.69 | 6.45 | - |
| YUV | 93.91 | 111.13 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 64 | 0 | 0.84 | 0.71 | 0.14 | 350.82 | 0.72 | 0.5 |
| Hex | DB | 24 | 40 | 0 | 54 | 47 | E | 15F | 48 | 32 |
| Octal | 333 | 44 | 100 | 0 | 124 | 107 | 16 | 537 | 110 | 62 |
| Binary | 11011011 | 100100 | 1000000 | 0 | 1010100 | 1000111 | 1110 | 101011111 | 1001000 | 110010 |
Color Harmonies of #DB2440
Complementary color
Monochromatic Colors of #DB2440
Black with #DB2440
Text Example
Text Example
White with #DB2440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2440; }
p { color: rgb(219,36,64); }
H1.HeaderClassName
{
color: #DB2440;
}
.AnyTagClassName
{
color: #DB2440;
}
</style>
background-color css
<style>
a { background-color: #DB2440; }
a { background-color: rgb(219,36,64); }
div.DivClassName
{
background-color: #DB2440;
}
.BgClassName
{
background-color: #DB2440;
}
</style>
border-color css
<style>
span { border-color: #DB2440; }
span { border-color: rgb(219,36,64); }
td.TdClassName
{
border-color: #DB2440;
}
.TagClassName
{
border-color: #DB2440;
}
</style>