Shades of Alizarin #DB292D
Tints of Alizarin #DB292D
RGB
CMYK
RGB Variations
Color information
#DB292D (or 0xDB292D) is known color: Alizarin. HEX triplet: DB, 29 and 2D. RGB value is (219,41,45). Sum of RGB (Red+Green+Blue) = 219+41+45=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB292D is #24D6D2. Grayscale: #5E5E5E. Windows color (decimal): -2414291 or 2959835. OLE color: 2959835.
HSL color Cylindrical-coordinate representation of color #DB292D: hue angle of 358.65º 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 #DB292D is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 45 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.14 |
| HSL | 358.65º | 0.71% | 0.51% | - |
| HSV(B) | 358.65º | 0.81% | 0.86% | - |
| XYZ | 30.48 | 16.84 | 4.13 | - |
| YUV | 94.68 | 99.97 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 45 | 0 | 0.81 | 0.79 | 0.14 | 358.65 | 0.71 | 0.51 |
| Hex | DB | 29 | 2D | 0 | 51 | 4F | E | 167 | 47 | 33 |
| Octal | 333 | 51 | 55 | 0 | 121 | 117 | 16 | 547 | 107 | 63 |
| Binary | 11011011 | 101001 | 101101 | 0 | 1010001 | 1001111 | 1110 | 101100111 | 1000111 | 110011 |
Color Harmonies of #DB292D
Complementary color
Monochromatic Colors of #DB292D
Black with #DB292D
Text Example
Text Example
White with #DB292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB292D; }
p { color: rgb(219,41,45); }
H1.HeaderClassName
{
color: #DB292D;
}
.AnyTagClassName
{
color: #DB292D;
}
</style>
background-color css
<style>
a { background-color: #DB292D; }
a { background-color: rgb(219,41,45); }
div.DivClassName
{
background-color: #DB292D;
}
.BgClassName
{
background-color: #DB292D;
}
</style>
border-color css
<style>
span { border-color: #DB292D; }
span { border-color: rgb(219,41,45); }
td.TdClassName
{
border-color: #DB292D;
}
.TagClassName
{
border-color: #DB292D;
}
</style>