Shades of Alizarin #DB2940
Tints of Alizarin #DB2940
RGB
CMYK
RGB Variations
Color information
#DB2940 (or 0xDB2940) is known color: Alizarin. HEX triplet: DB, 29 and 40. RGB value is (219,41,64). Sum of RGB (Red+Green+Blue) = 219+41+64=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2940 is #24D6BF. Grayscale: #606060. Windows color (decimal): -2414272 or 4205019. OLE color: 4205019.
HSL color Cylindrical-coordinate representation of color #DB2940: hue angle of 352.25º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2940 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 64 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.14 |
| HSL | 352.25º | 0.71% | 0.51% | - |
| HSV(B) | 352.25º | 0.81% | 0.86% | - |
| XYZ | 30.93 | 17.02 | 6.5 | - |
| YUV | 96.84 | 109.47 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 64 | 0 | 0.81 | 0.71 | 0.14 | 352.25 | 0.71 | 0.51 |
| Hex | DB | 29 | 40 | 0 | 51 | 47 | E | 160 | 47 | 33 |
| Octal | 333 | 51 | 100 | 0 | 121 | 107 | 16 | 540 | 107 | 63 |
| Binary | 11011011 | 101001 | 1000000 | 0 | 1010001 | 1000111 | 1110 | 101100000 | 1000111 | 110011 |
Color Harmonies of #DB2940
Complementary color
Monochromatic Colors of #DB2940
Black with #DB2940
Text Example
Text Example
White with #DB2940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2940; }
p { color: rgb(219,41,64); }
H1.HeaderClassName
{
color: #DB2940;
}
.AnyTagClassName
{
color: #DB2940;
}
</style>
background-color css
<style>
a { background-color: #DB2940; }
a { background-color: rgb(219,41,64); }
div.DivClassName
{
background-color: #DB2940;
}
.BgClassName
{
background-color: #DB2940;
}
</style>
border-color css
<style>
span { border-color: #DB2940; }
span { border-color: rgb(219,41,64); }
td.TdClassName
{
border-color: #DB2940;
}
.TagClassName
{
border-color: #DB2940;
}
</style>