Shades of Amaranth #DB3646
Tints of Amaranth #DB3646
RGB
CMYK
RGB Variations
Color information
#DB3646 (or 0xDB3646) is known color: Amaranth. HEX triplet: DB, 36 and 46. RGB value is (219,54,70). Sum of RGB (Red+Green+Blue) = 219+54+70=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3646 is #24C9B9. Grayscale: #696969. Windows color (decimal): -2410938 or 4601563. OLE color: 4601563.
HSL color Cylindrical-coordinate representation of color #DB3646: hue angle of 354.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3646 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 70 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.14 |
| HSL | 354.18º | 0.7% | 0.54% | - |
| HSV(B) | 354.18º | 0.75% | 0.86% | - |
| XYZ | 31.64 | 18.14 | 7.63 | - |
| YUV | 105.16 | 108.16 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 70 | 0 | 0.75 | 0.68 | 0.14 | 354.18 | 0.7 | 0.54 |
| Hex | DB | 36 | 46 | 0 | 4B | 44 | E | 162 | 46 | 36 |
| Octal | 333 | 66 | 106 | 0 | 113 | 104 | 16 | 542 | 106 | 66 |
| Binary | 11011011 | 110110 | 1000110 | 0 | 1001011 | 1000100 | 1110 | 101100010 | 1000110 | 110110 |
Color Harmonies of #DB3646
Complementary color
Monochromatic Colors of #DB3646
Black with #DB3646
Text Example
Text Example
White with #DB3646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3646; }
p { color: rgb(219,54,70); }
H1.HeaderClassName
{
color: #DB3646;
}
.AnyTagClassName
{
color: #DB3646;
}
</style>
background-color css
<style>
a { background-color: #DB3646; }
a { background-color: rgb(219,54,70); }
div.DivClassName
{
background-color: #DB3646;
}
.BgClassName
{
background-color: #DB3646;
}
</style>
border-color css
<style>
span { border-color: #DB3646; }
span { border-color: rgb(219,54,70); }
td.TdClassName
{
border-color: #DB3646;
}
.TagClassName
{
border-color: #DB3646;
}
</style>