Shades of Alizarin #DB2B3C
Tints of Alizarin #DB2B3C
RGB
CMYK
RGB Variations
Color information
#DB2B3C (or 0xDB2B3C) is known color: Alizarin. HEX triplet: DB, 2B and 3C. RGB value is (219,43,60). Sum of RGB (Red+Green+Blue) = 219+43+60=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B3C is #24D4C3. Grayscale: #616161. Windows color (decimal): -2413764 or 3943387. OLE color: 3943387.
HSL color Cylindrical-coordinate representation of color #DB2B3C: hue angle of 354.2º 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 #DB2B3C is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 60 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.14 |
| HSL | 354.2º | 0.71% | 0.51% | - |
| HSV(B) | 354.2º | 0.8% | 0.86% | - |
| XYZ | 30.89 | 17.11 | 5.95 | - |
| YUV | 97.56 | 106.81 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 60 | 0 | 0.80 | 0.73 | 0.14 | 354.2 | 0.71 | 0.51 |
| Hex | DB | 2B | 3C | 0 | 50 | 49 | E | 162 | 47 | 33 |
| Octal | 333 | 53 | 74 | 0 | 120 | 111 | 16 | 542 | 107 | 63 |
| Binary | 11011011 | 101011 | 111100 | 0 | 1010000 | 1001001 | 1110 | 101100010 | 1000111 | 110011 |
Color Harmonies of #DB2B3C
Complementary color
Monochromatic Colors of #DB2B3C
Black with #DB2B3C
Text Example
Text Example
White with #DB2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B3C; }
p { color: rgb(219,43,60); }
H1.HeaderClassName
{
color: #DB2B3C;
}
.AnyTagClassName
{
color: #DB2B3C;
}
</style>
background-color css
<style>
a { background-color: #DB2B3C; }
a { background-color: rgb(219,43,60); }
div.DivClassName
{
background-color: #DB2B3C;
}
.BgClassName
{
background-color: #DB2B3C;
}
</style>
border-color css
<style>
span { border-color: #DB2B3C; }
span { border-color: rgb(219,43,60); }
td.TdClassName
{
border-color: #DB2B3C;
}
.TagClassName
{
border-color: #DB2B3C;
}
</style>