Shades of Alizarin #DB2A3E
Tints of Alizarin #DB2A3E
RGB
CMYK
RGB Variations
Color information
#DB2A3E (or 0xDB2A3E) is known color: Alizarin. HEX triplet: DB, 2A and 3E. RGB value is (219,42,62). Sum of RGB (Red+Green+Blue) = 219+42+62=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A3E is #24D5C1. Grayscale: #616161. Windows color (decimal): -2414018 or 4074203. OLE color: 4074203.
HSL color Cylindrical-coordinate representation of color #DB2A3E: hue angle of 353.22º 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 #DB2A3E is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 62 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.14 |
| HSL | 353.22º | 0.71% | 0.51% | - |
| HSV(B) | 353.22º | 0.81% | 0.86% | - |
| XYZ | 30.91 | 17.06 | 6.22 | - |
| YUV | 97.2 | 108.14 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 62 | 0 | 0.81 | 0.72 | 0.14 | 353.22 | 0.71 | 0.51 |
| Hex | DB | 2A | 3E | 0 | 51 | 48 | E | 161 | 47 | 33 |
| Octal | 333 | 52 | 76 | 0 | 121 | 110 | 16 | 541 | 107 | 63 |
| Binary | 11011011 | 101010 | 111110 | 0 | 1010001 | 1001000 | 1110 | 101100001 | 1000111 | 110011 |
Color Harmonies of #DB2A3E
Complementary color
Monochromatic Colors of #DB2A3E
Black with #DB2A3E
Text Example
Text Example
White with #DB2A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A3E; }
p { color: rgb(219,42,62); }
H1.HeaderClassName
{
color: #DB2A3E;
}
.AnyTagClassName
{
color: #DB2A3E;
}
</style>
background-color css
<style>
a { background-color: #DB2A3E; }
a { background-color: rgb(219,42,62); }
div.DivClassName
{
background-color: #DB2A3E;
}
.BgClassName
{
background-color: #DB2A3E;
}
</style>
border-color css
<style>
span { border-color: #DB2A3E; }
span { border-color: rgb(219,42,62); }
td.TdClassName
{
border-color: #DB2A3E;
}
.TagClassName
{
border-color: #DB2A3E;
}
</style>