Shades of Alizarin #DB213A
Tints of Alizarin #DB213A
RGB
CMYK
RGB Variations
Color information
#DB213A (or 0xDB213A) is known color: Alizarin. HEX triplet: DB, 21 and 3A. RGB value is (219,33,58). Sum of RGB (Red+Green+Blue) = 219+33+58=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB213A is #24DEC5. Grayscale: #5B5B5B. Windows color (decimal): -2416326 or 3809755. OLE color: 3809755.
HSL color Cylindrical-coordinate representation of color #DB213A: hue angle of 351.94º 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 #DB213A is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 58 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.14 |
| HSL | 351.94º | 0.74% | 0.49% | - |
| HSV(B) | 351.94º | 0.85% | 0.86% | - |
| XYZ | 30.52 | 16.45 | 5.57 | - |
| YUV | 91.46 | 109.12 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 58 | 0 | 0.85 | 0.74 | 0.14 | 351.94 | 0.74 | 0.49 |
| Hex | DB | 21 | 3A | 0 | 55 | 4A | E | 160 | 4A | 31 |
| Octal | 333 | 41 | 72 | 0 | 125 | 112 | 16 | 540 | 112 | 61 |
| Binary | 11011011 | 100001 | 111010 | 0 | 1010101 | 1001010 | 1110 | 101100000 | 1001010 | 110001 |
Color Harmonies of #DB213A
Complementary color
Monochromatic Colors of #DB213A
Black with #DB213A
Text Example
Text Example
White with #DB213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB213A; }
p { color: rgb(219,33,58); }
H1.HeaderClassName
{
color: #DB213A;
}
.AnyTagClassName
{
color: #DB213A;
}
</style>
background-color css
<style>
a { background-color: #DB213A; }
a { background-color: rgb(219,33,58); }
div.DivClassName
{
background-color: #DB213A;
}
.BgClassName
{
background-color: #DB213A;
}
</style>
border-color css
<style>
span { border-color: #DB213A; }
span { border-color: rgb(219,33,58); }
td.TdClassName
{
border-color: #DB213A;
}
.TagClassName
{
border-color: #DB213A;
}
</style>