Shades of Amaranth #DB3944
Tints of Amaranth #DB3944
RGB
CMYK
RGB Variations
Color information
#DB3944 (or 0xDB3944) is known color: Amaranth. HEX triplet: DB, 39 and 44. RGB value is (219,57,68). Sum of RGB (Red+Green+Blue) = 219+57+68=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3944 is #24C6BB. Grayscale: #6A6A6A. Windows color (decimal): -2410172 or 4471259. OLE color: 4471259.
HSL color Cylindrical-coordinate representation of color #DB3944: hue angle of 355.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3944 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 68 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.14 |
| HSL | 355.93º | 0.69% | 0.54% | - |
| HSV(B) | 355.93º | 0.74% | 0.86% | - |
| XYZ | 31.72 | 18.4 | 7.35 | - |
| YUV | 106.69 | 106.17 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 68 | 0 | 0.74 | 0.69 | 0.14 | 355.93 | 0.69 | 0.54 |
| Hex | DB | 39 | 44 | 0 | 4A | 45 | E | 164 | 45 | 36 |
| Octal | 333 | 71 | 104 | 0 | 112 | 105 | 16 | 544 | 105 | 66 |
| Binary | 11011011 | 111001 | 1000100 | 0 | 1001010 | 1000101 | 1110 | 101100100 | 1000101 | 110110 |
Color Harmonies of #DB3944
Complementary color
Monochromatic Colors of #DB3944
Black with #DB3944
Text Example
Text Example
White with #DB3944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3944; }
p { color: rgb(219,57,68); }
H1.HeaderClassName
{
color: #DB3944;
}
.AnyTagClassName
{
color: #DB3944;
}
</style>
background-color css
<style>
a { background-color: #DB3944; }
a { background-color: rgb(219,57,68); }
div.DivClassName
{
background-color: #DB3944;
}
.BgClassName
{
background-color: #DB3944;
}
</style>
border-color css
<style>
span { border-color: #DB3944; }
span { border-color: rgb(219,57,68); }
td.TdClassName
{
border-color: #DB3944;
}
.TagClassName
{
border-color: #DB3944;
}
</style>