Shades of Alizarin #DB2A2D
Tints of Alizarin #DB2A2D
RGB
CMYK
RGB Variations
Color information
#DB2A2D (or 0xDB2A2D) is known color: Alizarin. HEX triplet: DB, 2A and 2D. RGB value is (219,42,45). Sum of RGB (Red+Green+Blue) = 219+42+45=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A2D is #24D5D2. Grayscale: #5F5F5F. Windows color (decimal): -2414035 or 2960091. OLE color: 2960091.
HSL color Cylindrical-coordinate representation of color #DB2A2D: hue angle of 358.98º 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 #DB2A2D is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 45 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.14 |
| HSL | 358.98º | 0.71% | 0.51% | - |
| HSV(B) | 358.98º | 0.81% | 0.86% | - |
| XYZ | 30.52 | 16.91 | 4.14 | - |
| YUV | 95.27 | 99.64 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 45 | 0 | 0.81 | 0.79 | 0.14 | 358.98 | 0.71 | 0.51 |
| Hex | DB | 2A | 2D | 0 | 51 | 4F | E | 167 | 47 | 33 |
| Octal | 333 | 52 | 55 | 0 | 121 | 117 | 16 | 547 | 107 | 63 |
| Binary | 11011011 | 101010 | 101101 | 0 | 1010001 | 1001111 | 1110 | 101100111 | 1000111 | 110011 |
Color Harmonies of #DB2A2D
Complementary color
Monochromatic Colors of #DB2A2D
Black with #DB2A2D
Text Example
Text Example
White with #DB2A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A2D; }
p { color: rgb(219,42,45); }
H1.HeaderClassName
{
color: #DB2A2D;
}
.AnyTagClassName
{
color: #DB2A2D;
}
</style>
background-color css
<style>
a { background-color: #DB2A2D; }
a { background-color: rgb(219,42,45); }
div.DivClassName
{
background-color: #DB2A2D;
}
.BgClassName
{
background-color: #DB2A2D;
}
</style>
border-color css
<style>
span { border-color: #DB2A2D; }
span { border-color: rgb(219,42,45); }
td.TdClassName
{
border-color: #DB2A2D;
}
.TagClassName
{
border-color: #DB2A2D;
}
</style>