Shades of Alizarin #DB2038
Tints of Alizarin #DB2038
RGB
CMYK
RGB Variations
Color information
#DB2038 (or 0xDB2038) is known color: Alizarin. HEX triplet: DB, 20 and 38. RGB value is (219,32,56). Sum of RGB (Red+Green+Blue) = 219+32+56=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2038 is #24DFC7. Grayscale: #5A5A5A. Windows color (decimal): -2416584 or 3678427. OLE color: 3678427.
HSL color Cylindrical-coordinate representation of color #DB2038: hue angle of 352.3º 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 #DB2038 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 56 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.14 |
| HSL | 352.3º | 0.75% | 0.49% | - |
| HSV(B) | 352.3º | 0.85% | 0.86% | - |
| XYZ | 30.44 | 16.38 | 5.3 | - |
| YUV | 90.65 | 108.45 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 56 | 0 | 0.85 | 0.74 | 0.14 | 352.3 | 0.75 | 0.49 |
| Hex | DB | 20 | 38 | 0 | 55 | 4A | E | 160 | 4B | 31 |
| Octal | 333 | 40 | 70 | 0 | 125 | 112 | 16 | 540 | 113 | 61 |
| Binary | 11011011 | 100000 | 111000 | 0 | 1010101 | 1001010 | 1110 | 101100000 | 1001011 | 110001 |
Color Harmonies of #DB2038
Complementary color
Monochromatic Colors of #DB2038
Black with #DB2038
Text Example
Text Example
White with #DB2038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2038; }
p { color: rgb(219,32,56); }
H1.HeaderClassName
{
color: #DB2038;
}
.AnyTagClassName
{
color: #DB2038;
}
</style>
background-color css
<style>
a { background-color: #DB2038; }
a { background-color: rgb(219,32,56); }
div.DivClassName
{
background-color: #DB2038;
}
.BgClassName
{
background-color: #DB2038;
}
</style>
border-color css
<style>
span { border-color: #DB2038; }
span { border-color: rgb(219,32,56); }
td.TdClassName
{
border-color: #DB2038;
}
.TagClassName
{
border-color: #DB2038;
}
</style>