Shades of Alizarin #DB212B
Tints of Alizarin #DB212B
RGB
CMYK
RGB Variations
Color information
#DB212B (or 0xDB212B) is known color: Alizarin. HEX triplet: DB, 21 and 2B. RGB value is (219,33,43). Sum of RGB (Red+Green+Blue) = 219+33+43=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB212B is #24DED4. Grayscale: #595959. Windows color (decimal): -2416341 or 2826715. OLE color: 2826715.
HSL color Cylindrical-coordinate representation of color #DB212B: hue angle of 356.77º 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 #DB212B is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 43 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.14 |
| HSL | 356.77º | 0.74% | 0.49% | - |
| HSV(B) | 356.77º | 0.85% | 0.86% | - |
| XYZ | 30.19 | 16.32 | 3.84 | - |
| YUV | 89.75 | 101.62 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 43 | 0 | 0.85 | 0.80 | 0.14 | 356.77 | 0.74 | 0.49 |
| Hex | DB | 21 | 2B | 0 | 55 | 50 | E | 165 | 4A | 31 |
| Octal | 333 | 41 | 53 | 0 | 125 | 120 | 16 | 545 | 112 | 61 |
| Binary | 11011011 | 100001 | 101011 | 0 | 1010101 | 1010000 | 1110 | 101100101 | 1001010 | 110001 |
Color Harmonies of #DB212B
Complementary color
Monochromatic Colors of #DB212B
Black with #DB212B
Text Example
Text Example
White with #DB212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB212B; }
p { color: rgb(219,33,43); }
H1.HeaderClassName
{
color: #DB212B;
}
.AnyTagClassName
{
color: #DB212B;
}
</style>
background-color css
<style>
a { background-color: #DB212B; }
a { background-color: rgb(219,33,43); }
div.DivClassName
{
background-color: #DB212B;
}
.BgClassName
{
background-color: #DB212B;
}
</style>
border-color css
<style>
span { border-color: #DB212B; }
span { border-color: rgb(219,33,43); }
td.TdClassName
{
border-color: #DB212B;
}
.TagClassName
{
border-color: #DB212B;
}
</style>