Shades of Alizarin #DB2D3E
Tints of Alizarin #DB2D3E
RGB
CMYK
RGB Variations
Color information
#DB2D3E (or 0xDB2D3E) is known color: Alizarin. HEX triplet: DB, 2D and 3E. RGB value is (219,45,62). Sum of RGB (Red+Green+Blue) = 219+45+62=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2D3E is #24D2C1. Grayscale: #636363. Windows color (decimal): -2413250 or 4074971. OLE color: 4074971.
HSL color Cylindrical-coordinate representation of color #DB2D3E: hue angle of 354.14º 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 #DB2D3E is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 62 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.14 |
| HSL | 354.14º | 0.71% | 0.52% | - |
| HSV(B) | 354.14º | 0.79% | 0.86% | - |
| XYZ | 31.02 | 17.28 | 6.26 | - |
| YUV | 98.96 | 107.15 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 62 | 0 | 0.79 | 0.72 | 0.14 | 354.14 | 0.71 | 0.52 |
| Hex | DB | 2D | 3E | 0 | 4F | 48 | E | 162 | 47 | 34 |
| Octal | 333 | 55 | 76 | 0 | 117 | 110 | 16 | 542 | 107 | 64 |
| Binary | 11011011 | 101101 | 111110 | 0 | 1001111 | 1001000 | 1110 | 101100010 | 1000111 | 110100 |
Color Harmonies of #DB2D3E
Complementary color
Monochromatic Colors of #DB2D3E
Black with #DB2D3E
Text Example
Text Example
White with #DB2D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D3E; }
p { color: rgb(219,45,62); }
H1.HeaderClassName
{
color: #DB2D3E;
}
.AnyTagClassName
{
color: #DB2D3E;
}
</style>
background-color css
<style>
a { background-color: #DB2D3E; }
a { background-color: rgb(219,45,62); }
div.DivClassName
{
background-color: #DB2D3E;
}
.BgClassName
{
background-color: #DB2D3E;
}
</style>
border-color css
<style>
span { border-color: #DB2D3E; }
span { border-color: rgb(219,45,62); }
td.TdClassName
{
border-color: #DB2D3E;
}
.TagClassName
{
border-color: #DB2D3E;
}
</style>