Shades of Amaranth #DB3548
Tints of Amaranth #DB3548
RGB
CMYK
RGB Variations
Color information
#DB3548 (or 0xDB3548) is known color: Amaranth. HEX triplet: DB, 35 and 48. RGB value is (219,53,72). Sum of RGB (Red+Green+Blue) = 219+53+72=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3548 is #24CAB7. Grayscale: #686868. Windows color (decimal): -2411192 or 4732379. OLE color: 4732379.
HSL color Cylindrical-coordinate representation of color #DB3548: hue angle of 353.13º 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 #DB3548 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 72 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.14 |
| HSL | 353.13º | 0.7% | 0.53% | - |
| HSV(B) | 353.13º | 0.76% | 0.86% | - |
| XYZ | 31.66 | 18.07 | 7.95 | - |
| YUV | 104.8 | 109.5 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 72 | 0 | 0.76 | 0.67 | 0.14 | 353.13 | 0.7 | 0.53 |
| Hex | DB | 35 | 48 | 0 | 4C | 43 | E | 161 | 46 | 35 |
| Octal | 333 | 65 | 110 | 0 | 114 | 103 | 16 | 541 | 106 | 65 |
| Binary | 11011011 | 110101 | 1001000 | 0 | 1001100 | 1000011 | 1110 | 101100001 | 1000110 | 110101 |
Color Harmonies of #DB3548
Complementary color
Monochromatic Colors of #DB3548
Black with #DB3548
Text Example
Text Example
White with #DB3548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3548; }
p { color: rgb(219,53,72); }
H1.HeaderClassName
{
color: #DB3548;
}
.AnyTagClassName
{
color: #DB3548;
}
</style>
background-color css
<style>
a { background-color: #DB3548; }
a { background-color: rgb(219,53,72); }
div.DivClassName
{
background-color: #DB3548;
}
.BgClassName
{
background-color: #DB3548;
}
</style>
border-color css
<style>
span { border-color: #DB3548; }
span { border-color: rgb(219,53,72); }
td.TdClassName
{
border-color: #DB3548;
}
.TagClassName
{
border-color: #DB3548;
}
</style>