Shades of Alizarin #DB2134
Tints of Alizarin #DB2134
RGB
CMYK
RGB Variations
Color information
#DB2134 (or 0xDB2134) is known color: Alizarin. HEX triplet: DB, 21 and 34. RGB value is (219,33,52). Sum of RGB (Red+Green+Blue) = 219+33+52=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2134 is #24DECB. Grayscale: #5A5A5A. Windows color (decimal): -2416332 or 3416539. OLE color: 3416539.
HSL color Cylindrical-coordinate representation of color #DB2134: hue angle of 353.87º degrees, saturation: 0.74, 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 #DB2134 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 52 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.14 |
| HSL | 353.87º | 0.74% | 0.49% | - |
| HSV(B) | 353.87º | 0.85% | 0.86% | - |
| XYZ | 30.38 | 16.4 | 4.81 | - |
| YUV | 90.78 | 106.12 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 52 | 0 | 0.85 | 0.76 | 0.14 | 353.87 | 0.74 | 0.49 |
| Hex | DB | 21 | 34 | 0 | 55 | 4C | E | 162 | 4A | 31 |
| Octal | 333 | 41 | 64 | 0 | 125 | 114 | 16 | 542 | 112 | 61 |
| Binary | 11011011 | 100001 | 110100 | 0 | 1010101 | 1001100 | 1110 | 101100010 | 1001010 | 110001 |
Color Harmonies of #DB2134
Complementary color
Monochromatic Colors of #DB2134
Black with #DB2134
Text Example
Text Example
White with #DB2134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2134; }
p { color: rgb(219,33,52); }
H1.HeaderClassName
{
color: #DB2134;
}
.AnyTagClassName
{
color: #DB2134;
}
</style>
background-color css
<style>
a { background-color: #DB2134; }
a { background-color: rgb(219,33,52); }
div.DivClassName
{
background-color: #DB2134;
}
.BgClassName
{
background-color: #DB2134;
}
</style>
border-color css
<style>
span { border-color: #DB2134; }
span { border-color: rgb(219,33,52); }
td.TdClassName
{
border-color: #DB2134;
}
.TagClassName
{
border-color: #DB2134;
}
</style>