Shades of Alizarin #DB292F
Tints of Alizarin #DB292F
RGB
CMYK
RGB Variations
Color information
#DB292F (or 0xDB292F) is known color: Alizarin. HEX triplet: DB, 29 and 2F. RGB value is (219,41,47). Sum of RGB (Red+Green+Blue) = 219+41+47=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB292F is #24D6D0. Grayscale: #5F5F5F. Windows color (decimal): -2414289 or 3090907. OLE color: 3090907.
HSL color Cylindrical-coordinate representation of color #DB292F: hue angle of 357.98º 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 #DB292F is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 47 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.14 |
| HSL | 357.98º | 0.71% | 0.51% | - |
| HSV(B) | 357.98º | 0.81% | 0.86% | - |
| XYZ | 30.52 | 16.85 | 4.33 | - |
| YUV | 94.91 | 100.97 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 47 | 0 | 0.81 | 0.79 | 0.14 | 357.98 | 0.71 | 0.51 |
| Hex | DB | 29 | 2F | 0 | 51 | 4F | E | 166 | 47 | 33 |
| Octal | 333 | 51 | 57 | 0 | 121 | 117 | 16 | 546 | 107 | 63 |
| Binary | 11011011 | 101001 | 101111 | 0 | 1010001 | 1001111 | 1110 | 101100110 | 1000111 | 110011 |
Color Harmonies of #DB292F
Complementary color
Monochromatic Colors of #DB292F
Black with #DB292F
Text Example
Text Example
White with #DB292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB292F; }
p { color: rgb(219,41,47); }
H1.HeaderClassName
{
color: #DB292F;
}
.AnyTagClassName
{
color: #DB292F;
}
</style>
background-color css
<style>
a { background-color: #DB292F; }
a { background-color: rgb(219,41,47); }
div.DivClassName
{
background-color: #DB292F;
}
.BgClassName
{
background-color: #DB292F;
}
</style>
border-color css
<style>
span { border-color: #DB292F; }
span { border-color: rgb(219,41,47); }
td.TdClassName
{
border-color: #DB292F;
}
.TagClassName
{
border-color: #DB292F;
}
</style>