Shades of Amaranth #DB3644
Tints of Amaranth #DB3644
RGB
CMYK
RGB Variations
Color information
#DB3644 (or 0xDB3644) is known color: Amaranth. HEX triplet: DB, 36 and 44. RGB value is (219,54,68). Sum of RGB (Red+Green+Blue) = 219+54+68=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3644 is #24C9BB. Grayscale: #696969. Windows color (decimal): -2410940 or 4470491. OLE color: 4470491.
HSL color Cylindrical-coordinate representation of color #DB3644: hue angle of 354.91º 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 #DB3644 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 68 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.14 |
| HSL | 354.91º | 0.7% | 0.54% | - |
| HSV(B) | 354.91º | 0.75% | 0.86% | - |
| XYZ | 31.58 | 18.12 | 7.3 | - |
| YUV | 104.93 | 107.16 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 68 | 0 | 0.75 | 0.69 | 0.14 | 354.91 | 0.7 | 0.54 |
| Hex | DB | 36 | 44 | 0 | 4B | 45 | E | 163 | 46 | 36 |
| Octal | 333 | 66 | 104 | 0 | 113 | 105 | 16 | 543 | 106 | 66 |
| Binary | 11011011 | 110110 | 1000100 | 0 | 1001011 | 1000101 | 1110 | 101100011 | 1000110 | 110110 |
Color Harmonies of #DB3644
Complementary color
Monochromatic Colors of #DB3644
Black with #DB3644
Text Example
Text Example
White with #DB3644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3644; }
p { color: rgb(219,54,68); }
H1.HeaderClassName
{
color: #DB3644;
}
.AnyTagClassName
{
color: #DB3644;
}
</style>
background-color css
<style>
a { background-color: #DB3644; }
a { background-color: rgb(219,54,68); }
div.DivClassName
{
background-color: #DB3644;
}
.BgClassName
{
background-color: #DB3644;
}
</style>
border-color css
<style>
span { border-color: #DB3644; }
span { border-color: rgb(219,54,68); }
td.TdClassName
{
border-color: #DB3644;
}
.TagClassName
{
border-color: #DB3644;
}
</style>