Shades of Amaranth #DB3544
Tints of Amaranth #DB3544
RGB
CMYK
RGB Variations
Color information
#DB3544 (or 0xDB3544) is known color: Amaranth. HEX triplet: DB, 35 and 44. RGB value is (219,53,68). Sum of RGB (Red+Green+Blue) = 219+53+68=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3544 is #24CABB. Grayscale: #686868. Windows color (decimal): -2411196 or 4470235. OLE color: 4470235.
HSL color Cylindrical-coordinate representation of color #DB3544: hue angle of 354.58º 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 #DB3544 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 68 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.14 |
| HSL | 354.58º | 0.7% | 0.53% | - |
| HSV(B) | 354.58º | 0.76% | 0.86% | - |
| XYZ | 31.53 | 18.02 | 7.29 | - |
| YUV | 104.34 | 107.5 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 68 | 0 | 0.76 | 0.69 | 0.14 | 354.58 | 0.7 | 0.53 |
| Hex | DB | 35 | 44 | 0 | 4C | 45 | E | 163 | 46 | 35 |
| Octal | 333 | 65 | 104 | 0 | 114 | 105 | 16 | 543 | 106 | 65 |
| Binary | 11011011 | 110101 | 1000100 | 0 | 1001100 | 1000101 | 1110 | 101100011 | 1000110 | 110101 |
Color Harmonies of #DB3544
Complementary color
Monochromatic Colors of #DB3544
Black with #DB3544
Text Example
Text Example
White with #DB3544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3544; }
p { color: rgb(219,53,68); }
H1.HeaderClassName
{
color: #DB3544;
}
.AnyTagClassName
{
color: #DB3544;
}
</style>
background-color css
<style>
a { background-color: #DB3544; }
a { background-color: rgb(219,53,68); }
div.DivClassName
{
background-color: #DB3544;
}
.BgClassName
{
background-color: #DB3544;
}
</style>
border-color css
<style>
span { border-color: #DB3544; }
span { border-color: rgb(219,53,68); }
td.TdClassName
{
border-color: #DB3544;
}
.TagClassName
{
border-color: #DB3544;
}
</style>