Shades of Alizarin #DB2E41
Tints of Alizarin #DB2E41
RGB
CMYK
RGB Variations
Color information
#DB2E41 (or 0xDB2E41) is known color: Alizarin. HEX triplet: DB, 2E and 41. RGB value is (219,46,65). Sum of RGB (Red+Green+Blue) = 219+46+65=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2E41 is #24D1BE. Grayscale: #636363. Windows color (decimal): -2412991 or 4271835. OLE color: 4271835.
HSL color Cylindrical-coordinate representation of color #DB2E41: hue angle of 353.41º 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 #DB2E41 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 65 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.14 |
| HSL | 353.41º | 0.71% | 0.52% | - |
| HSV(B) | 353.41º | 0.79% | 0.86% | - |
| XYZ | 31.14 | 17.4 | 6.72 | - |
| YUV | 99.89 | 108.31 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 65 | 0 | 0.79 | 0.70 | 0.14 | 353.41 | 0.71 | 0.52 |
| Hex | DB | 2E | 41 | 0 | 4F | 46 | E | 161 | 47 | 34 |
| Octal | 333 | 56 | 101 | 0 | 117 | 106 | 16 | 541 | 107 | 64 |
| Binary | 11011011 | 101110 | 1000001 | 0 | 1001111 | 1000110 | 1110 | 101100001 | 1000111 | 110100 |
Color Harmonies of #DB2E41
Complementary color
Monochromatic Colors of #DB2E41
Black with #DB2E41
Text Example
Text Example
White with #DB2E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E41; }
p { color: rgb(219,46,65); }
H1.HeaderClassName
{
color: #DB2E41;
}
.AnyTagClassName
{
color: #DB2E41;
}
</style>
background-color css
<style>
a { background-color: #DB2E41; }
a { background-color: rgb(219,46,65); }
div.DivClassName
{
background-color: #DB2E41;
}
.BgClassName
{
background-color: #DB2E41;
}
</style>
border-color css
<style>
span { border-color: #DB2E41; }
span { border-color: rgb(219,46,65); }
td.TdClassName
{
border-color: #DB2E41;
}
.TagClassName
{
border-color: #DB2E41;
}
</style>