Shades of Alizarin #DB2A3B
Tints of Alizarin #DB2A3B
RGB
CMYK
RGB Variations
Color information
#DB2A3B (or 0xDB2A3B) is known color: Alizarin. HEX triplet: DB, 2A and 3B. RGB value is (219,42,59). Sum of RGB (Red+Green+Blue) = 219+42+59=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A3B is #24D5C4. Grayscale: #606060. Windows color (decimal): -2414021 or 3877595. OLE color: 3877595.
HSL color Cylindrical-coordinate representation of color #DB2A3B: hue angle of 354.24º 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 #DB2A3B is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 59 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.14 |
| HSL | 354.24º | 0.71% | 0.51% | - |
| HSV(B) | 354.24º | 0.81% | 0.86% | - |
| XYZ | 30.83 | 17.03 | 5.8 | - |
| YUV | 96.86 | 106.64 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 59 | 0 | 0.81 | 0.73 | 0.14 | 354.24 | 0.71 | 0.51 |
| Hex | DB | 2A | 3B | 0 | 51 | 49 | E | 162 | 47 | 33 |
| Octal | 333 | 52 | 73 | 0 | 121 | 111 | 16 | 542 | 107 | 63 |
| Binary | 11011011 | 101010 | 111011 | 0 | 1010001 | 1001001 | 1110 | 101100010 | 1000111 | 110011 |
Color Harmonies of #DB2A3B
Complementary color
Monochromatic Colors of #DB2A3B
Black with #DB2A3B
Text Example
Text Example
White with #DB2A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A3B; }
p { color: rgb(219,42,59); }
H1.HeaderClassName
{
color: #DB2A3B;
}
.AnyTagClassName
{
color: #DB2A3B;
}
</style>
background-color css
<style>
a { background-color: #DB2A3B; }
a { background-color: rgb(219,42,59); }
div.DivClassName
{
background-color: #DB2A3B;
}
.BgClassName
{
background-color: #DB2A3B;
}
</style>
border-color css
<style>
span { border-color: #DB2A3B; }
span { border-color: rgb(219,42,59); }
td.TdClassName
{
border-color: #DB2A3B;
}
.TagClassName
{
border-color: #DB2A3B;
}
</style>