Shades of Amaranth #DB3744
Tints of Amaranth #DB3744
RGB
CMYK
RGB Variations
Color information
#DB3744 (or 0xDB3744) is known color: Amaranth. HEX triplet: DB, 37 and 44. RGB value is (219,55,68). Sum of RGB (Red+Green+Blue) = 219+55+68=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3744 is #24C8BB. Grayscale: #696969. Windows color (decimal): -2410684 or 4470747. OLE color: 4470747.
HSL color Cylindrical-coordinate representation of color #DB3744: hue angle of 355.24º 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 #DB3744 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 68 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.14 |
| HSL | 355.24º | 0.69% | 0.54% | - |
| HSV(B) | 355.24º | 0.75% | 0.86% | - |
| XYZ | 31.62 | 18.21 | 7.32 | - |
| YUV | 105.52 | 106.83 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 68 | 0 | 0.75 | 0.69 | 0.14 | 355.24 | 0.69 | 0.54 |
| Hex | DB | 37 | 44 | 0 | 4B | 45 | E | 163 | 45 | 36 |
| Octal | 333 | 67 | 104 | 0 | 113 | 105 | 16 | 543 | 105 | 66 |
| Binary | 11011011 | 110111 | 1000100 | 0 | 1001011 | 1000101 | 1110 | 101100011 | 1000101 | 110110 |
Color Harmonies of #DB3744
Complementary color
Monochromatic Colors of #DB3744
Black with #DB3744
Text Example
Text Example
White with #DB3744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3744; }
p { color: rgb(219,55,68); }
H1.HeaderClassName
{
color: #DB3744;
}
.AnyTagClassName
{
color: #DB3744;
}
</style>
background-color css
<style>
a { background-color: #DB3744; }
a { background-color: rgb(219,55,68); }
div.DivClassName
{
background-color: #DB3744;
}
.BgClassName
{
background-color: #DB3744;
}
</style>
border-color css
<style>
span { border-color: #DB3744; }
span { border-color: rgb(219,55,68); }
td.TdClassName
{
border-color: #DB3744;
}
.TagClassName
{
border-color: #DB3744;
}
</style>