Shades of Alizarin #DB2A2C
Tints of Alizarin #DB2A2C
RGB
CMYK
RGB Variations
Color information
#DB2A2C (or 0xDB2A2C) is known color: Alizarin. HEX triplet: DB, 2A and 2C. RGB value is (219,42,44). Sum of RGB (Red+Green+Blue) = 219+42+44=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A2C is #24D5D3. Grayscale: #5F5F5F. Windows color (decimal): -2414036 or 2894555. OLE color: 2894555.
HSL color Cylindrical-coordinate representation of color #DB2A2C: hue angle of 359.32º 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 #DB2A2C is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 44 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.14 |
| HSL | 359.32º | 0.71% | 0.51% | - |
| HSV(B) | 359.32º | 0.81% | 0.86% | - |
| XYZ | 30.5 | 16.9 | 4.04 | - |
| YUV | 95.15 | 99.14 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 44 | 0 | 0.81 | 0.80 | 0.14 | 359.32 | 0.71 | 0.51 |
| Hex | DB | 2A | 2C | 0 | 51 | 50 | E | 167 | 47 | 33 |
| Octal | 333 | 52 | 54 | 0 | 121 | 120 | 16 | 547 | 107 | 63 |
| Binary | 11011011 | 101010 | 101100 | 0 | 1010001 | 1010000 | 1110 | 101100111 | 1000111 | 110011 |
Color Harmonies of #DB2A2C
Complementary color
Monochromatic Colors of #DB2A2C
Black with #DB2A2C
Text Example
Text Example
White with #DB2A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A2C; }
p { color: rgb(219,42,44); }
H1.HeaderClassName
{
color: #DB2A2C;
}
.AnyTagClassName
{
color: #DB2A2C;
}
</style>
background-color css
<style>
a { background-color: #DB2A2C; }
a { background-color: rgb(219,42,44); }
div.DivClassName
{
background-color: #DB2A2C;
}
.BgClassName
{
background-color: #DB2A2C;
}
</style>
border-color css
<style>
span { border-color: #DB2A2C; }
span { border-color: rgb(219,42,44); }
td.TdClassName
{
border-color: #DB2A2C;
}
.TagClassName
{
border-color: #DB2A2C;
}
</style>