Shades of Alizarin #DB2B2C
Tints of Alizarin #DB2B2C
RGB
CMYK
RGB Variations
Color information
#DB2B2C (or 0xDB2B2C) is known color: Alizarin. HEX triplet: DB, 2B and 2C. RGB value is (219,43,44). Sum of RGB (Red+Green+Blue) = 219+43+44=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B2C is #24D4D3. Grayscale: #5F5F5F. Windows color (decimal): -2413780 or 2894811. OLE color: 2894811.
HSL color Cylindrical-coordinate representation of color #DB2B2C: hue angle of 359.66º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2B2C is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 44 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.14 |
| HSL | 359.66º | 0.71% | 0.51% | - |
| HSV(B) | 359.66º | 0.8% | 0.86% | - |
| XYZ | 30.53 | 16.97 | 4.05 | - |
| YUV | 95.74 | 98.81 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 44 | 0 | 0.80 | 0.80 | 0.14 | 359.66 | 0.71 | 0.51 |
| Hex | DB | 2B | 2C | 0 | 50 | 50 | E | 168 | 47 | 33 |
| Octal | 333 | 53 | 54 | 0 | 120 | 120 | 16 | 550 | 107 | 63 |
| Binary | 11011011 | 101011 | 101100 | 0 | 1010000 | 1010000 | 1110 | 101101000 | 1000111 | 110011 |
Color Harmonies of #DB2B2C
Complementary color
Monochromatic Colors of #DB2B2C
Black with #DB2B2C
Text Example
Text Example
White with #DB2B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B2C; }
p { color: rgb(219,43,44); }
H1.HeaderClassName
{
color: #DB2B2C;
}
.AnyTagClassName
{
color: #DB2B2C;
}
</style>
background-color css
<style>
a { background-color: #DB2B2C; }
a { background-color: rgb(219,43,44); }
div.DivClassName
{
background-color: #DB2B2C;
}
.BgClassName
{
background-color: #DB2B2C;
}
</style>
border-color css
<style>
span { border-color: #DB2B2C; }
span { border-color: rgb(219,43,44); }
td.TdClassName
{
border-color: #DB2B2C;
}
.TagClassName
{
border-color: #DB2B2C;
}
</style>