Shades of Amaranth #DB3751
Tints of Amaranth #DB3751
RGB
CMYK
RGB Variations
Color information
#DB3751 (or 0xDB3751) is known color: Amaranth. HEX triplet: DB, 37 and 51. RGB value is (219,55,81). Sum of RGB (Red+Green+Blue) = 219+55+81=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3751 is #24C8AE. Grayscale: #6B6B6B. Windows color (decimal): -2410671 or 5322715. OLE color: 5322715.
HSL color Cylindrical-coordinate representation of color #DB3751: hue angle of 350.49º degrees, saturation: 0.69, 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 #DB3751 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 81 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.14 |
| HSL | 350.49º | 0.69% | 0.54% | - |
| HSV(B) | 350.49º | 0.75% | 0.86% | - |
| XYZ | 32.06 | 18.39 | 9.64 | - |
| YUV | 107 | 113.33 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 81 | 0 | 0.75 | 0.63 | 0.14 | 350.49 | 0.69 | 0.54 |
| Hex | DB | 37 | 51 | 0 | 4B | 3F | E | 15E | 45 | 36 |
| Octal | 333 | 67 | 121 | 0 | 113 | 77 | 16 | 536 | 105 | 66 |
| Binary | 11011011 | 110111 | 1010001 | 0 | 1001011 | 111111 | 1110 | 101011110 | 1000101 | 110110 |
Color Harmonies of #DB3751
Complementary color
Monochromatic Colors of #DB3751
Black with #DB3751
Text Example
Text Example
White with #DB3751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3751; }
p { color: rgb(219,55,81); }
H1.HeaderClassName
{
color: #DB3751;
}
.AnyTagClassName
{
color: #DB3751;
}
</style>
background-color css
<style>
a { background-color: #DB3751; }
a { background-color: rgb(219,55,81); }
div.DivClassName
{
background-color: #DB3751;
}
.BgClassName
{
background-color: #DB3751;
}
</style>
border-color css
<style>
span { border-color: #DB3751; }
span { border-color: rgb(219,55,81); }
td.TdClassName
{
border-color: #DB3751;
}
.TagClassName
{
border-color: #DB3751;
}
</style>