Shades of Alizarin #DB2B3F
Tints of Alizarin #DB2B3F
RGB
CMYK
RGB Variations
Color information
#DB2B3F (or 0xDB2B3F) is known color: Alizarin. HEX triplet: DB, 2B and 3F. RGB value is (219,43,63). Sum of RGB (Red+Green+Blue) = 219+43+63=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B3F is #24D4C0. Grayscale: #626262. Windows color (decimal): -2413761 or 4139995. OLE color: 4139995.
HSL color Cylindrical-coordinate representation of color #DB2B3F: hue angle of 353.18º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2B3F is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 63 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.14 |
| HSL | 353.18º | 0.71% | 0.51% | - |
| HSV(B) | 353.18º | 0.8% | 0.86% | - |
| XYZ | 30.97 | 17.15 | 6.38 | - |
| YUV | 97.9 | 108.31 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 63 | 0 | 0.80 | 0.71 | 0.14 | 353.18 | 0.71 | 0.51 |
| Hex | DB | 2B | 3F | 0 | 50 | 47 | E | 161 | 47 | 33 |
| Octal | 333 | 53 | 77 | 0 | 120 | 107 | 16 | 541 | 107 | 63 |
| Binary | 11011011 | 101011 | 111111 | 0 | 1010000 | 1000111 | 1110 | 101100001 | 1000111 | 110011 |
Color Harmonies of #DB2B3F
Complementary color
Monochromatic Colors of #DB2B3F
Black with #DB2B3F
Text Example
Text Example
White with #DB2B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B3F; }
p { color: rgb(219,43,63); }
H1.HeaderClassName
{
color: #DB2B3F;
}
.AnyTagClassName
{
color: #DB2B3F;
}
</style>
background-color css
<style>
a { background-color: #DB2B3F; }
a { background-color: rgb(219,43,63); }
div.DivClassName
{
background-color: #DB2B3F;
}
.BgClassName
{
background-color: #DB2B3F;
}
</style>
border-color css
<style>
span { border-color: #DB2B3F; }
span { border-color: rgb(219,43,63); }
td.TdClassName
{
border-color: #DB2B3F;
}
.TagClassName
{
border-color: #DB2B3F;
}
</style>