Shades of Amaranth #DB3549
Tints of Amaranth #DB3549
RGB
CMYK
RGB Variations
Color information
#DB3549 (or 0xDB3549) is known color: Amaranth. HEX triplet: DB, 35 and 49. RGB value is (219,53,73). Sum of RGB (Red+Green+Blue) = 219+53+73=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3549 is #24CAB6. Grayscale: #696969. Windows color (decimal): -2411191 or 4797915. OLE color: 4797915.
HSL color Cylindrical-coordinate representation of color #DB3549: hue angle of 352.77º 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 #DB3549 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 73 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.14 |
| HSL | 352.77º | 0.7% | 0.53% | - |
| HSV(B) | 352.77º | 0.76% | 0.86% | - |
| XYZ | 31.69 | 18.09 | 8.12 | - |
| YUV | 104.91 | 110 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 73 | 0 | 0.76 | 0.67 | 0.14 | 352.77 | 0.7 | 0.53 |
| Hex | DB | 35 | 49 | 0 | 4C | 43 | E | 161 | 46 | 35 |
| Octal | 333 | 65 | 111 | 0 | 114 | 103 | 16 | 541 | 106 | 65 |
| Binary | 11011011 | 110101 | 1001001 | 0 | 1001100 | 1000011 | 1110 | 101100001 | 1000110 | 110101 |
Color Harmonies of #DB3549
Complementary color
Monochromatic Colors of #DB3549
Black with #DB3549
Text Example
Text Example
White with #DB3549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3549; }
p { color: rgb(219,53,73); }
H1.HeaderClassName
{
color: #DB3549;
}
.AnyTagClassName
{
color: #DB3549;
}
</style>
background-color css
<style>
a { background-color: #DB3549; }
a { background-color: rgb(219,53,73); }
div.DivClassName
{
background-color: #DB3549;
}
.BgClassName
{
background-color: #DB3549;
}
</style>
border-color css
<style>
span { border-color: #DB3549; }
span { border-color: rgb(219,53,73); }
td.TdClassName
{
border-color: #DB3549;
}
.TagClassName
{
border-color: #DB3549;
}
</style>