Shades of Amaranth #DB3C47
Tints of Amaranth #DB3C47
RGB
CMYK
RGB Variations
Color information
#DB3C47 (or 0xDB3C47) is known color: Amaranth. HEX triplet: DB, 3C and 47. RGB value is (219,60,71). Sum of RGB (Red+Green+Blue) = 219+60+71=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C47 is #24C3B8. Grayscale: #6C6C6C. Windows color (decimal): -2409401 or 4668635. OLE color: 4668635.
HSL color Cylindrical-coordinate representation of color #DB3C47: hue angle of 355.85º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3C47 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 71 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.14 |
| HSL | 355.85º | 0.69% | 0.55% | - |
| HSV(B) | 355.85º | 0.73% | 0.86% | - |
| XYZ | 31.97 | 18.75 | 7.89 | - |
| YUV | 108.8 | 106.68 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 71 | 0 | 0.73 | 0.68 | 0.14 | 355.85 | 0.69 | 0.55 |
| Hex | DB | 3C | 47 | 0 | 49 | 44 | E | 164 | 45 | 37 |
| Octal | 333 | 74 | 107 | 0 | 111 | 104 | 16 | 544 | 105 | 67 |
| Binary | 11011011 | 111100 | 1000111 | 0 | 1001001 | 1000100 | 1110 | 101100100 | 1000101 | 110111 |
Color Harmonies of #DB3C47
Complementary color
Monochromatic Colors of #DB3C47
Black with #DB3C47
Text Example
Text Example
White with #DB3C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C47; }
p { color: rgb(219,60,71); }
H1.HeaderClassName
{
color: #DB3C47;
}
.AnyTagClassName
{
color: #DB3C47;
}
</style>
background-color css
<style>
a { background-color: #DB3C47; }
a { background-color: rgb(219,60,71); }
div.DivClassName
{
background-color: #DB3C47;
}
.BgClassName
{
background-color: #DB3C47;
}
</style>
border-color css
<style>
span { border-color: #DB3C47; }
span { border-color: rgb(219,60,71); }
td.TdClassName
{
border-color: #DB3C47;
}
.TagClassName
{
border-color: #DB3C47;
}
</style>