Shades of Alizarin #DB2B3E
Tints of Alizarin #DB2B3E
RGB
CMYK
RGB Variations
Color information
#DB2B3E (or 0xDB2B3E) is known color: Alizarin. HEX triplet: DB, 2B and 3E. RGB value is (219,43,62). Sum of RGB (Red+Green+Blue) = 219+43+62=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B3E is #24D4C1. Grayscale: #616161. Windows color (decimal): -2413762 or 4074459. OLE color: 4074459.
HSL color Cylindrical-coordinate representation of color #DB2B3E: hue angle of 353.52º 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 #DB2B3E is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 62 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.14 |
| HSL | 353.52º | 0.71% | 0.51% | - |
| HSV(B) | 353.52º | 0.8% | 0.86% | - |
| XYZ | 30.95 | 17.14 | 6.23 | - |
| YUV | 97.79 | 107.81 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 62 | 0 | 0.80 | 0.72 | 0.14 | 353.52 | 0.71 | 0.51 |
| Hex | DB | 2B | 3E | 0 | 50 | 48 | E | 162 | 47 | 33 |
| Octal | 333 | 53 | 76 | 0 | 120 | 110 | 16 | 542 | 107 | 63 |
| Binary | 11011011 | 101011 | 111110 | 0 | 1010000 | 1001000 | 1110 | 101100010 | 1000111 | 110011 |
Color Harmonies of #DB2B3E
Complementary color
Monochromatic Colors of #DB2B3E
Black with #DB2B3E
Text Example
Text Example
White with #DB2B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B3E; }
p { color: rgb(219,43,62); }
H1.HeaderClassName
{
color: #DB2B3E;
}
.AnyTagClassName
{
color: #DB2B3E;
}
</style>
background-color css
<style>
a { background-color: #DB2B3E; }
a { background-color: rgb(219,43,62); }
div.DivClassName
{
background-color: #DB2B3E;
}
.BgClassName
{
background-color: #DB2B3E;
}
</style>
border-color css
<style>
span { border-color: #DB2B3E; }
span { border-color: rgb(219,43,62); }
td.TdClassName
{
border-color: #DB2B3E;
}
.TagClassName
{
border-color: #DB2B3E;
}
</style>