Shades of Alizarin #DB2A2B
Tints of Alizarin #DB2A2B
RGB
CMYK
RGB Variations
Color information
#DB2A2B (or 0xDB2A2B) is known color: Alizarin. HEX triplet: DB, 2A and 2B. RGB value is (219,42,43). Sum of RGB (Red+Green+Blue) = 219+42+43=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A2B is #24D5D4. Grayscale: #5F5F5F. Windows color (decimal): -2414037 or 2829019. OLE color: 2829019.
HSL color Cylindrical-coordinate representation of color #DB2A2B: 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.81%. Process color model (Four color, CMYK) of #DB2A2B is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 43 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.14 |
| HSL | 359.66º | 0.71% | 0.51% | - |
| HSV(B) | 359.66º | 0.81% | 0.86% | - |
| XYZ | 30.48 | 16.89 | 3.94 | - |
| YUV | 95.04 | 98.64 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 43 | 0 | 0.81 | 0.80 | 0.14 | 359.66 | 0.71 | 0.51 |
| Hex | DB | 2A | 2B | 0 | 51 | 50 | E | 168 | 47 | 33 |
| Octal | 333 | 52 | 53 | 0 | 121 | 120 | 16 | 550 | 107 | 63 |
| Binary | 11011011 | 101010 | 101011 | 0 | 1010001 | 1010000 | 1110 | 101101000 | 1000111 | 110011 |
Color Harmonies of #DB2A2B
Complementary color
Monochromatic Colors of #DB2A2B
Black with #DB2A2B
Text Example
Text Example
White with #DB2A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A2B; }
p { color: rgb(219,42,43); }
H1.HeaderClassName
{
color: #DB2A2B;
}
.AnyTagClassName
{
color: #DB2A2B;
}
</style>
background-color css
<style>
a { background-color: #DB2A2B; }
a { background-color: rgb(219,42,43); }
div.DivClassName
{
background-color: #DB2A2B;
}
.BgClassName
{
background-color: #DB2A2B;
}
</style>
border-color css
<style>
span { border-color: #DB2A2B; }
span { border-color: rgb(219,42,43); }
td.TdClassName
{
border-color: #DB2A2B;
}
.TagClassName
{
border-color: #DB2A2B;
}
</style>