Shades of Alizarin #DB2A3C
Tints of Alizarin #DB2A3C
RGB
CMYK
RGB Variations
Color information
#DB2A3C (or 0xDB2A3C) is known color: Alizarin. HEX triplet: DB, 2A and 3C. RGB value is (219,42,60). Sum of RGB (Red+Green+Blue) = 219+42+60=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A3C is #24D5C3. Grayscale: #616161. Windows color (decimal): -2414020 or 3943131. OLE color: 3943131.
HSL color Cylindrical-coordinate representation of color #DB2A3C: hue angle of 353.9º 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 #DB2A3C is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 60 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.14 |
| HSL | 353.9º | 0.71% | 0.51% | - |
| HSV(B) | 353.9º | 0.81% | 0.86% | - |
| XYZ | 30.86 | 17.04 | 5.94 | - |
| YUV | 96.98 | 107.14 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 60 | 0 | 0.81 | 0.73 | 0.14 | 353.9 | 0.71 | 0.51 |
| Hex | DB | 2A | 3C | 0 | 51 | 49 | E | 162 | 47 | 33 |
| Octal | 333 | 52 | 74 | 0 | 121 | 111 | 16 | 542 | 107 | 63 |
| Binary | 11011011 | 101010 | 111100 | 0 | 1010001 | 1001001 | 1110 | 101100010 | 1000111 | 110011 |
Color Harmonies of #DB2A3C
Complementary color
Monochromatic Colors of #DB2A3C
Black with #DB2A3C
Text Example
Text Example
White with #DB2A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A3C; }
p { color: rgb(219,42,60); }
H1.HeaderClassName
{
color: #DB2A3C;
}
.AnyTagClassName
{
color: #DB2A3C;
}
</style>
background-color css
<style>
a { background-color: #DB2A3C; }
a { background-color: rgb(219,42,60); }
div.DivClassName
{
background-color: #DB2A3C;
}
.BgClassName
{
background-color: #DB2A3C;
}
</style>
border-color css
<style>
span { border-color: #DB2A3C; }
span { border-color: rgb(219,42,60); }
td.TdClassName
{
border-color: #DB2A3C;
}
.TagClassName
{
border-color: #DB2A3C;
}
</style>