Shades of Alizarin #DB2839
Tints of Alizarin #DB2839
RGB
CMYK
RGB Variations
Color information
#DB2839 (or 0xDB2839) is known color: Alizarin. HEX triplet: DB, 28 and 39. RGB value is (219,40,57). Sum of RGB (Red+Green+Blue) = 219+40+57=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2839 is #24D7C6. Grayscale: #5F5F5F. Windows color (decimal): -2414535 or 3746011. OLE color: 3746011.
HSL color Cylindrical-coordinate representation of color #DB2839: hue angle of 354.3º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2839 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 57 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.14 |
| HSL | 354.3º | 0.71% | 0.51% | - |
| HSV(B) | 354.3º | 0.82% | 0.86% | - |
| XYZ | 30.71 | 16.87 | 5.51 | - |
| YUV | 95.46 | 106.3 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 57 | 0 | 0.82 | 0.74 | 0.14 | 354.3 | 0.71 | 0.51 |
| Hex | DB | 28 | 39 | 0 | 52 | 4A | E | 162 | 47 | 33 |
| Octal | 333 | 50 | 71 | 0 | 122 | 112 | 16 | 542 | 107 | 63 |
| Binary | 11011011 | 101000 | 111001 | 0 | 1010010 | 1001010 | 1110 | 101100010 | 1000111 | 110011 |
Color Harmonies of #DB2839
Complementary color
Monochromatic Colors of #DB2839
Black with #DB2839
Text Example
Text Example
White with #DB2839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2839; }
p { color: rgb(219,40,57); }
H1.HeaderClassName
{
color: #DB2839;
}
.AnyTagClassName
{
color: #DB2839;
}
</style>
background-color css
<style>
a { background-color: #DB2839; }
a { background-color: rgb(219,40,57); }
div.DivClassName
{
background-color: #DB2839;
}
.BgClassName
{
background-color: #DB2839;
}
</style>
border-color css
<style>
span { border-color: #DB2839; }
span { border-color: rgb(219,40,57); }
td.TdClassName
{
border-color: #DB2839;
}
.TagClassName
{
border-color: #DB2839;
}
</style>