Shades of Alizarin #DB2E3E
Tints of Alizarin #DB2E3E
RGB
CMYK
RGB Variations
Color information
#DB2E3E (or 0xDB2E3E) is known color: Alizarin. HEX triplet: DB, 2E and 3E. RGB value is (219,46,62). Sum of RGB (Red+Green+Blue) = 219+46+62=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2E3E is #24D1C1. Grayscale: #636363. Windows color (decimal): -2412994 or 4075227. OLE color: 4075227.
HSL color Cylindrical-coordinate representation of color #DB2E3E: hue angle of 354.45º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2E3E is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 62 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.14 |
| HSL | 354.45º | 0.71% | 0.52% | - |
| HSV(B) | 354.45º | 0.79% | 0.86% | - |
| XYZ | 31.06 | 17.36 | 6.27 | - |
| YUV | 99.55 | 106.81 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 62 | 0 | 0.79 | 0.72 | 0.14 | 354.45 | 0.71 | 0.52 |
| Hex | DB | 2E | 3E | 0 | 4F | 48 | E | 162 | 47 | 34 |
| Octal | 333 | 56 | 76 | 0 | 117 | 110 | 16 | 542 | 107 | 64 |
| Binary | 11011011 | 101110 | 111110 | 0 | 1001111 | 1001000 | 1110 | 101100010 | 1000111 | 110100 |
Color Harmonies of #DB2E3E
Complementary color
Monochromatic Colors of #DB2E3E
Black with #DB2E3E
Text Example
Text Example
White with #DB2E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E3E; }
p { color: rgb(219,46,62); }
H1.HeaderClassName
{
color: #DB2E3E;
}
.AnyTagClassName
{
color: #DB2E3E;
}
</style>
background-color css
<style>
a { background-color: #DB2E3E; }
a { background-color: rgb(219,46,62); }
div.DivClassName
{
background-color: #DB2E3E;
}
.BgClassName
{
background-color: #DB2E3E;
}
</style>
border-color css
<style>
span { border-color: #DB2E3E; }
span { border-color: rgb(219,46,62); }
td.TdClassName
{
border-color: #DB2E3E;
}
.TagClassName
{
border-color: #DB2E3E;
}
</style>