Shades of Alizarin #DB2240
Tints of Alizarin #DB2240
RGB
CMYK
RGB Variations
Color information
#DB2240 (or 0xDB2240) is known color: Alizarin. HEX triplet: DB, 22 and 40. RGB value is (219,34,64). Sum of RGB (Red+Green+Blue) = 219+34+64=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2240 is #24DDBF. Grayscale: #5C5C5C. Windows color (decimal): -2416064 or 4203227. OLE color: 4203227.
HSL color Cylindrical-coordinate representation of color #DB2240: hue angle of 350.27º degrees, saturation: 0.73, 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 #DB2240 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 64 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.14 |
| HSL | 350.27º | 0.73% | 0.5% | - |
| HSV(B) | 350.27º | 0.84% | 0.86% | - |
| XYZ | 30.71 | 16.57 | 6.43 | - |
| YUV | 92.74 | 111.79 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 64 | 0 | 0.84 | 0.71 | 0.14 | 350.27 | 0.73 | 0.5 |
| Hex | DB | 22 | 40 | 0 | 54 | 47 | E | 15E | 49 | 32 |
| Octal | 333 | 42 | 100 | 0 | 124 | 107 | 16 | 536 | 111 | 62 |
| Binary | 11011011 | 100010 | 1000000 | 0 | 1010100 | 1000111 | 1110 | 101011110 | 1001001 | 110010 |
Color Harmonies of #DB2240
Complementary color
Monochromatic Colors of #DB2240
Black with #DB2240
Text Example
Text Example
White with #DB2240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2240; }
p { color: rgb(219,34,64); }
H1.HeaderClassName
{
color: #DB2240;
}
.AnyTagClassName
{
color: #DB2240;
}
</style>
background-color css
<style>
a { background-color: #DB2240; }
a { background-color: rgb(219,34,64); }
div.DivClassName
{
background-color: #DB2240;
}
.BgClassName
{
background-color: #DB2240;
}
</style>
border-color css
<style>
span { border-color: #DB2240; }
span { border-color: rgb(219,34,64); }
td.TdClassName
{
border-color: #DB2240;
}
.TagClassName
{
border-color: #DB2240;
}
</style>