Shades of Alizarin #DB2B43
Tints of Alizarin #DB2B43
RGB
CMYK
RGB Variations
Color information
#DB2B43 (or 0xDB2B43) is known color: Alizarin. HEX triplet: DB, 2B and 43. RGB value is (219,43,67). Sum of RGB (Red+Green+Blue) = 219+43+67=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B43 is #24D4BC. Grayscale: #626262. Windows color (decimal): -2413757 or 4402139. OLE color: 4402139.
HSL color Cylindrical-coordinate representation of color #DB2B43: hue angle of 351.82º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2B43 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 67 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.14 |
| HSL | 351.82º | 0.71% | 0.51% | - |
| HSV(B) | 351.82º | 0.8% | 0.86% | - |
| XYZ | 31.09 | 17.19 | 6.99 | - |
| YUV | 98.36 | 110.31 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 67 | 0 | 0.80 | 0.69 | 0.14 | 351.82 | 0.71 | 0.51 |
| Hex | DB | 2B | 43 | 0 | 50 | 45 | E | 160 | 47 | 33 |
| Octal | 333 | 53 | 103 | 0 | 120 | 105 | 16 | 540 | 107 | 63 |
| Binary | 11011011 | 101011 | 1000011 | 0 | 1010000 | 1000101 | 1110 | 101100000 | 1000111 | 110011 |
Color Harmonies of #DB2B43
Complementary color
Monochromatic Colors of #DB2B43
Black with #DB2B43
Text Example
Text Example
White with #DB2B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B43; }
p { color: rgb(219,43,67); }
H1.HeaderClassName
{
color: #DB2B43;
}
.AnyTagClassName
{
color: #DB2B43;
}
</style>
background-color css
<style>
a { background-color: #DB2B43; }
a { background-color: rgb(219,43,67); }
div.DivClassName
{
background-color: #DB2B43;
}
.BgClassName
{
background-color: #DB2B43;
}
</style>
border-color css
<style>
span { border-color: #DB2B43; }
span { border-color: rgb(219,43,67); }
td.TdClassName
{
border-color: #DB2B43;
}
.TagClassName
{
border-color: #DB2B43;
}
</style>