Shades of Alizarin #DB2332
Tints of Alizarin #DB2332
RGB
CMYK
RGB Variations
Color information
#DB2332 (or 0xDB2332) is known color: Alizarin. HEX triplet: DB, 23 and 32. RGB value is (219,35,50). Sum of RGB (Red+Green+Blue) = 219+35+50=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2332 is #24DCCD. Grayscale: #5B5B5B. Windows color (decimal): -2415822 or 3285979. OLE color: 3285979.
HSL color Cylindrical-coordinate representation of color #DB2332: hue angle of 355.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2332 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 50 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.14 |
| HSL | 355.11º | 0.72% | 0.5% | - |
| HSV(B) | 355.11º | 0.84% | 0.86% | - |
| XYZ | 30.39 | 16.49 | 4.6 | - |
| YUV | 91.73 | 104.46 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 50 | 0 | 0.84 | 0.77 | 0.14 | 355.11 | 0.72 | 0.5 |
| Hex | DB | 23 | 32 | 0 | 54 | 4D | E | 163 | 48 | 32 |
| Octal | 333 | 43 | 62 | 0 | 124 | 115 | 16 | 543 | 110 | 62 |
| Binary | 11011011 | 100011 | 110010 | 0 | 1010100 | 1001101 | 1110 | 101100011 | 1001000 | 110010 |
Color Harmonies of #DB2332
Complementary color
Monochromatic Colors of #DB2332
Black with #DB2332
Text Example
Text Example
White with #DB2332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2332; }
p { color: rgb(219,35,50); }
H1.HeaderClassName
{
color: #DB2332;
}
.AnyTagClassName
{
color: #DB2332;
}
</style>
background-color css
<style>
a { background-color: #DB2332; }
a { background-color: rgb(219,35,50); }
div.DivClassName
{
background-color: #DB2332;
}
.BgClassName
{
background-color: #DB2332;
}
</style>
border-color css
<style>
span { border-color: #DB2332; }
span { border-color: rgb(219,35,50); }
td.TdClassName
{
border-color: #DB2332;
}
.TagClassName
{
border-color: #DB2332;
}
</style>