Shades of Alizarin #DB213B
Tints of Alizarin #DB213B
RGB
CMYK
RGB Variations
Color information
#DB213B (or 0xDB213B) is known color: Alizarin. HEX triplet: DB, 21 and 3B. RGB value is (219,33,59). Sum of RGB (Red+Green+Blue) = 219+33+59=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB213B is #24DEC4. Grayscale: #5B5B5B. Windows color (decimal): -2416325 or 3875291. OLE color: 3875291.
HSL color Cylindrical-coordinate representation of color #DB213B: hue angle of 351.61º 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 #DB213B is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 59 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.14 |
| HSL | 351.61º | 0.74% | 0.49% | - |
| HSV(B) | 351.61º | 0.85% | 0.86% | - |
| XYZ | 30.55 | 16.46 | 5.71 | - |
| YUV | 91.58 | 109.62 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 59 | 0 | 0.85 | 0.73 | 0.14 | 351.61 | 0.74 | 0.49 |
| Hex | DB | 21 | 3B | 0 | 55 | 49 | E | 160 | 4A | 31 |
| Octal | 333 | 41 | 73 | 0 | 125 | 111 | 16 | 540 | 112 | 61 |
| Binary | 11011011 | 100001 | 111011 | 0 | 1010101 | 1001001 | 1110 | 101100000 | 1001010 | 110001 |
Color Harmonies of #DB213B
Complementary color
Monochromatic Colors of #DB213B
Black with #DB213B
Text Example
Text Example
White with #DB213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB213B; }
p { color: rgb(219,33,59); }
H1.HeaderClassName
{
color: #DB213B;
}
.AnyTagClassName
{
color: #DB213B;
}
</style>
background-color css
<style>
a { background-color: #DB213B; }
a { background-color: rgb(219,33,59); }
div.DivClassName
{
background-color: #DB213B;
}
.BgClassName
{
background-color: #DB213B;
}
</style>
border-color css
<style>
span { border-color: #DB213B; }
span { border-color: rgb(219,33,59); }
td.TdClassName
{
border-color: #DB213B;
}
.TagClassName
{
border-color: #DB213B;
}
</style>