Shades of Alizarin #DB2A39
Tints of Alizarin #DB2A39
RGB
CMYK
RGB Variations
Color information
#DB2A39 (or 0xDB2A39) is known color: Alizarin. HEX triplet: DB, 2A and 39. RGB value is (219,42,57). Sum of RGB (Red+Green+Blue) = 219+42+57=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A39 is #24D5C6. Grayscale: #606060. Windows color (decimal): -2414023 or 3746523. OLE color: 3746523.
HSL color Cylindrical-coordinate representation of color #DB2A39: hue angle of 354.92º 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 #DB2A39 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 57 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.14 |
| HSL | 354.92º | 0.71% | 0.51% | - |
| HSV(B) | 354.92º | 0.81% | 0.86% | - |
| XYZ | 30.78 | 17.01 | 5.53 | - |
| YUV | 96.63 | 105.64 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 57 | 0 | 0.81 | 0.74 | 0.14 | 354.92 | 0.71 | 0.51 |
| Hex | DB | 2A | 39 | 0 | 51 | 4A | E | 163 | 47 | 33 |
| Octal | 333 | 52 | 71 | 0 | 121 | 112 | 16 | 543 | 107 | 63 |
| Binary | 11011011 | 101010 | 111001 | 0 | 1010001 | 1001010 | 1110 | 101100011 | 1000111 | 110011 |
Color Harmonies of #DB2A39
Complementary color
Monochromatic Colors of #DB2A39
Black with #DB2A39
Text Example
Text Example
White with #DB2A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A39; }
p { color: rgb(219,42,57); }
H1.HeaderClassName
{
color: #DB2A39;
}
.AnyTagClassName
{
color: #DB2A39;
}
</style>
background-color css
<style>
a { background-color: #DB2A39; }
a { background-color: rgb(219,42,57); }
div.DivClassName
{
background-color: #DB2A39;
}
.BgClassName
{
background-color: #DB2A39;
}
</style>
border-color css
<style>
span { border-color: #DB2A39; }
span { border-color: rgb(219,42,57); }
td.TdClassName
{
border-color: #DB2A39;
}
.TagClassName
{
border-color: #DB2A39;
}
</style>