Shades of Alizarin #DB3543
Tints of Alizarin #DB3543
RGB
CMYK
RGB Variations
Color information
#DB3543 (or 0xDB3543) is known color: Alizarin. HEX triplet: DB, 35 and 43. RGB value is (219,53,67). Sum of RGB (Red+Green+Blue) = 219+53+67=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3543 is #24CABC. Grayscale: #686868. Windows color (decimal): -2411197 or 4404699. OLE color: 4404699.
HSL color Cylindrical-coordinate representation of color #DB3543: hue angle of 354.94º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3543 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 67 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.14 |
| HSL | 354.94º | 0.7% | 0.53% | - |
| HSV(B) | 354.94º | 0.76% | 0.86% | - |
| XYZ | 31.5 | 18.01 | 7.13 | - |
| YUV | 104.23 | 107 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 67 | 0 | 0.76 | 0.69 | 0.14 | 354.94 | 0.7 | 0.53 |
| Hex | DB | 35 | 43 | 0 | 4C | 45 | E | 163 | 46 | 35 |
| Octal | 333 | 65 | 103 | 0 | 114 | 105 | 16 | 543 | 106 | 65 |
| Binary | 11011011 | 110101 | 1000011 | 0 | 1001100 | 1000101 | 1110 | 101100011 | 1000110 | 110101 |
Color Harmonies of #DB3543
Complementary color
Monochromatic Colors of #DB3543
Black with #DB3543
Text Example
Text Example
White with #DB3543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3543; }
p { color: rgb(219,53,67); }
H1.HeaderClassName
{
color: #DB3543;
}
.AnyTagClassName
{
color: #DB3543;
}
</style>
background-color css
<style>
a { background-color: #DB3543; }
a { background-color: rgb(219,53,67); }
div.DivClassName
{
background-color: #DB3543;
}
.BgClassName
{
background-color: #DB3543;
}
</style>
border-color css
<style>
span { border-color: #DB3543; }
span { border-color: rgb(219,53,67); }
td.TdClassName
{
border-color: #DB3543;
}
.TagClassName
{
border-color: #DB3543;
}
</style>