Shades of Alizarin #DB293A
Tints of Alizarin #DB293A
RGB
CMYK
RGB Variations
Color information
#DB293A (or 0xDB293A) is known color: Alizarin. HEX triplet: DB, 29 and 3A. RGB value is (219,41,58). Sum of RGB (Red+Green+Blue) = 219+41+58=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB293A is #24D6C5. Grayscale: #606060. Windows color (decimal): -2414278 or 3811803. OLE color: 3811803.
HSL color Cylindrical-coordinate representation of color #DB293A: hue angle of 354.27º 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 #DB293A is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 58 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.14 |
| HSL | 354.27º | 0.71% | 0.51% | - |
| HSV(B) | 354.27º | 0.81% | 0.86% | - |
| XYZ | 30.77 | 16.95 | 5.65 | - |
| YUV | 96.16 | 106.47 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 58 | 0 | 0.81 | 0.74 | 0.14 | 354.27 | 0.71 | 0.51 |
| Hex | DB | 29 | 3A | 0 | 51 | 4A | E | 162 | 47 | 33 |
| Octal | 333 | 51 | 72 | 0 | 121 | 112 | 16 | 542 | 107 | 63 |
| Binary | 11011011 | 101001 | 111010 | 0 | 1010001 | 1001010 | 1110 | 101100010 | 1000111 | 110011 |
Color Harmonies of #DB293A
Complementary color
Monochromatic Colors of #DB293A
Black with #DB293A
Text Example
Text Example
White with #DB293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB293A; }
p { color: rgb(219,41,58); }
H1.HeaderClassName
{
color: #DB293A;
}
.AnyTagClassName
{
color: #DB293A;
}
</style>
background-color css
<style>
a { background-color: #DB293A; }
a { background-color: rgb(219,41,58); }
div.DivClassName
{
background-color: #DB293A;
}
.BgClassName
{
background-color: #DB293A;
}
</style>
border-color css
<style>
span { border-color: #DB293A; }
span { border-color: rgb(219,41,58); }
td.TdClassName
{
border-color: #DB293A;
}
.TagClassName
{
border-color: #DB293A;
}
</style>