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