Shades of Alizarin #DB2033
Tints of Alizarin #DB2033
RGB
CMYK
RGB Variations
Color information
#DB2033 (or 0xDB2033) is known color: Alizarin. HEX triplet: DB, 20 and 33. RGB value is (219,32,51). Sum of RGB (Red+Green+Blue) = 219+32+51=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2033 is #24DFCC. Grayscale: #5A5A5A. Windows color (decimal): -2416589 or 3350747. OLE color: 3350747.
HSL color Cylindrical-coordinate representation of color #DB2033: hue angle of 353.9º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2033 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 51 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.14 |
| HSL | 353.9º | 0.75% | 0.49% | - |
| HSV(B) | 353.9º | 0.85% | 0.86% | - |
| XYZ | 30.33 | 16.33 | 4.69 | - |
| YUV | 90.08 | 105.95 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 51 | 0 | 0.85 | 0.77 | 0.14 | 353.9 | 0.75 | 0.49 |
| Hex | DB | 20 | 33 | 0 | 55 | 4D | E | 162 | 4B | 31 |
| Octal | 333 | 40 | 63 | 0 | 125 | 115 | 16 | 542 | 113 | 61 |
| Binary | 11011011 | 100000 | 110011 | 0 | 1010101 | 1001101 | 1110 | 101100010 | 1001011 | 110001 |
Color Harmonies of #DB2033
Complementary color
Monochromatic Colors of #DB2033
Black with #DB2033
Text Example
Text Example
White with #DB2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2033; }
p { color: rgb(219,32,51); }
H1.HeaderClassName
{
color: #DB2033;
}
.AnyTagClassName
{
color: #DB2033;
}
</style>
background-color css
<style>
a { background-color: #DB2033; }
a { background-color: rgb(219,32,51); }
div.DivClassName
{
background-color: #DB2033;
}
.BgClassName
{
background-color: #DB2033;
}
</style>
border-color css
<style>
span { border-color: #DB2033; }
span { border-color: rgb(219,32,51); }
td.TdClassName
{
border-color: #DB2033;
}
.TagClassName
{
border-color: #DB2033;
}
</style>