Shades of Alizarin #DB2A3F
Tints of Alizarin #DB2A3F
RGB
CMYK
RGB Variations
Color information
#DB2A3F (or 0xDB2A3F) is known color: Alizarin. HEX triplet: DB, 2A and 3F. RGB value is (219,42,63). Sum of RGB (Red+Green+Blue) = 219+42+63=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A3F is #24D5C0. Grayscale: #616161. Windows color (decimal): -2414017 or 4139739. OLE color: 4139739.
HSL color Cylindrical-coordinate representation of color #DB2A3F: hue angle of 352.88º 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 #DB2A3F is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 63 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.14 |
| HSL | 352.88º | 0.71% | 0.51% | - |
| HSV(B) | 352.88º | 0.81% | 0.86% | - |
| XYZ | 30.94 | 17.07 | 6.37 | - |
| YUV | 97.32 | 108.64 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 63 | 0 | 0.81 | 0.71 | 0.14 | 352.88 | 0.71 | 0.51 |
| Hex | DB | 2A | 3F | 0 | 51 | 47 | E | 161 | 47 | 33 |
| Octal | 333 | 52 | 77 | 0 | 121 | 107 | 16 | 541 | 107 | 63 |
| Binary | 11011011 | 101010 | 111111 | 0 | 1010001 | 1000111 | 1110 | 101100001 | 1000111 | 110011 |
Color Harmonies of #DB2A3F
Complementary color
Monochromatic Colors of #DB2A3F
Black with #DB2A3F
Text Example
Text Example
White with #DB2A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A3F; }
p { color: rgb(219,42,63); }
H1.HeaderClassName
{
color: #DB2A3F;
}
.AnyTagClassName
{
color: #DB2A3F;
}
</style>
background-color css
<style>
a { background-color: #DB2A3F; }
a { background-color: rgb(219,42,63); }
div.DivClassName
{
background-color: #DB2A3F;
}
.BgClassName
{
background-color: #DB2A3F;
}
</style>
border-color css
<style>
span { border-color: #DB2A3F; }
span { border-color: rgb(219,42,63); }
td.TdClassName
{
border-color: #DB2A3F;
}
.TagClassName
{
border-color: #DB2A3F;
}
</style>