Shades of Alizarin #DB292B
Tints of Alizarin #DB292B
RGB
CMYK
RGB Variations
Color information
#DB292B (or 0xDB292B) is known color: Alizarin. HEX triplet: DB, 29 and 2B. RGB value is (219,41,43). Sum of RGB (Red+Green+Blue) = 219+41+43=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB292B is #24D6D4. Grayscale: #5E5E5E. Windows color (decimal): -2414293 or 2828763. OLE color: 2828763.
HSL color Cylindrical-coordinate representation of color #DB292B: hue angle of 359.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB292B is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 43 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.14 |
| HSL | 359.33º | 0.71% | 0.51% | - |
| HSV(B) | 359.33º | 0.81% | 0.86% | - |
| XYZ | 30.44 | 16.82 | 3.93 | - |
| YUV | 94.45 | 98.97 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 43 | 0 | 0.81 | 0.80 | 0.14 | 359.33 | 0.71 | 0.51 |
| Hex | DB | 29 | 2B | 0 | 51 | 50 | E | 167 | 47 | 33 |
| Octal | 333 | 51 | 53 | 0 | 121 | 120 | 16 | 547 | 107 | 63 |
| Binary | 11011011 | 101001 | 101011 | 0 | 1010001 | 1010000 | 1110 | 101100111 | 1000111 | 110011 |
Color Harmonies of #DB292B
Complementary color
Monochromatic Colors of #DB292B
Black with #DB292B
Text Example
Text Example
White with #DB292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB292B; }
p { color: rgb(219,41,43); }
H1.HeaderClassName
{
color: #DB292B;
}
.AnyTagClassName
{
color: #DB292B;
}
</style>
background-color css
<style>
a { background-color: #DB292B; }
a { background-color: rgb(219,41,43); }
div.DivClassName
{
background-color: #DB292B;
}
.BgClassName
{
background-color: #DB292B;
}
</style>
border-color css
<style>
span { border-color: #DB292B; }
span { border-color: rgb(219,41,43); }
td.TdClassName
{
border-color: #DB292B;
}
.TagClassName
{
border-color: #DB292B;
}
</style>