Shades of Alizarin #DB2A3A
Tints of Alizarin #DB2A3A
RGB
CMYK
RGB Variations
Color information
#DB2A3A (or 0xDB2A3A) is known color: Alizarin. HEX triplet: DB, 2A and 3A. RGB value is (219,42,58). Sum of RGB (Red+Green+Blue) = 219+42+58=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A3A is #24D5C5. Grayscale: #606060. Windows color (decimal): -2414022 or 3812059. OLE color: 3812059.
HSL color Cylindrical-coordinate representation of color #DB2A3A: hue angle of 354.58º 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 #DB2A3A is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 58 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.14 |
| HSL | 354.58º | 0.71% | 0.51% | - |
| HSV(B) | 354.58º | 0.81% | 0.86% | - |
| XYZ | 30.81 | 17.02 | 5.66 | - |
| YUV | 96.75 | 106.14 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 58 | 0 | 0.81 | 0.74 | 0.14 | 354.58 | 0.71 | 0.51 |
| Hex | DB | 2A | 3A | 0 | 51 | 4A | E | 163 | 47 | 33 |
| Octal | 333 | 52 | 72 | 0 | 121 | 112 | 16 | 543 | 107 | 63 |
| Binary | 11011011 | 101010 | 111010 | 0 | 1010001 | 1001010 | 1110 | 101100011 | 1000111 | 110011 |
Color Harmonies of #DB2A3A
Complementary color
Monochromatic Colors of #DB2A3A
Black with #DB2A3A
Text Example
Text Example
White with #DB2A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A3A; }
p { color: rgb(219,42,58); }
H1.HeaderClassName
{
color: #DB2A3A;
}
.AnyTagClassName
{
color: #DB2A3A;
}
</style>
background-color css
<style>
a { background-color: #DB2A3A; }
a { background-color: rgb(219,42,58); }
div.DivClassName
{
background-color: #DB2A3A;
}
.BgClassName
{
background-color: #DB2A3A;
}
</style>
border-color css
<style>
span { border-color: #DB2A3A; }
span { border-color: rgb(219,42,58); }
td.TdClassName
{
border-color: #DB2A3A;
}
.TagClassName
{
border-color: #DB2A3A;
}
</style>