Shades of Alizarin #DB2135
Tints of Alizarin #DB2135
RGB
CMYK
RGB Variations
Color information
#DB2135 (or 0xDB2135) is known color: Alizarin. HEX triplet: DB, 21 and 35. RGB value is (219,33,53). Sum of RGB (Red+Green+Blue) = 219+33+53=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2135 is #24DECA. Grayscale: #5B5B5B. Windows color (decimal): -2416331 or 3482075. OLE color: 3482075.
HSL color Cylindrical-coordinate representation of color #DB2135: hue angle of 353.55º 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 #DB2135 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 53 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.14 |
| HSL | 353.55º | 0.74% | 0.49% | - |
| HSV(B) | 353.55º | 0.85% | 0.86% | - |
| XYZ | 30.4 | 16.4 | 4.93 | - |
| YUV | 90.89 | 106.62 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 53 | 0 | 0.85 | 0.76 | 0.14 | 353.55 | 0.74 | 0.49 |
| Hex | DB | 21 | 35 | 0 | 55 | 4C | E | 162 | 4A | 31 |
| Octal | 333 | 41 | 65 | 0 | 125 | 114 | 16 | 542 | 112 | 61 |
| Binary | 11011011 | 100001 | 110101 | 0 | 1010101 | 1001100 | 1110 | 101100010 | 1001010 | 110001 |
Color Harmonies of #DB2135
Complementary color
Monochromatic Colors of #DB2135
Black with #DB2135
Text Example
Text Example
White with #DB2135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2135; }
p { color: rgb(219,33,53); }
H1.HeaderClassName
{
color: #DB2135;
}
.AnyTagClassName
{
color: #DB2135;
}
</style>
background-color css
<style>
a { background-color: #DB2135; }
a { background-color: rgb(219,33,53); }
div.DivClassName
{
background-color: #DB2135;
}
.BgClassName
{
background-color: #DB2135;
}
</style>
border-color css
<style>
span { border-color: #DB2135; }
span { border-color: rgb(219,33,53); }
td.TdClassName
{
border-color: #DB2135;
}
.TagClassName
{
border-color: #DB2135;
}
</style>