Shades of Amaranth #DB374F
Tints of Amaranth #DB374F
RGB
CMYK
RGB Variations
Color information
#DB374F (or 0xDB374F) is known color: Amaranth. HEX triplet: DB, 37 and 4F. RGB value is (219,55,79). Sum of RGB (Red+Green+Blue) = 219+55+79=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB374F is #24C8B0. Grayscale: #6A6A6A. Windows color (decimal): -2410673 or 5191643. OLE color: 5191643.
HSL color Cylindrical-coordinate representation of color #DB374F: hue angle of 351.22º 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 #DB374F is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 79 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.14 |
| HSL | 351.22º | 0.69% | 0.54% | - |
| HSV(B) | 351.22º | 0.75% | 0.86% | - |
| XYZ | 31.99 | 18.36 | 9.25 | - |
| YUV | 106.77 | 112.33 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 79 | 0 | 0.75 | 0.64 | 0.14 | 351.22 | 0.69 | 0.54 |
| Hex | DB | 37 | 4F | 0 | 4B | 40 | E | 15F | 45 | 36 |
| Octal | 333 | 67 | 117 | 0 | 113 | 100 | 16 | 537 | 105 | 66 |
| Binary | 11011011 | 110111 | 1001111 | 0 | 1001011 | 1000000 | 1110 | 101011111 | 1000101 | 110110 |
Color Harmonies of #DB374F
Complementary color
Monochromatic Colors of #DB374F
Black with #DB374F
Text Example
Text Example
White with #DB374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB374F; }
p { color: rgb(219,55,79); }
H1.HeaderClassName
{
color: #DB374F;
}
.AnyTagClassName
{
color: #DB374F;
}
</style>
background-color css
<style>
a { background-color: #DB374F; }
a { background-color: rgb(219,55,79); }
div.DivClassName
{
background-color: #DB374F;
}
.BgClassName
{
background-color: #DB374F;
}
</style>
border-color css
<style>
span { border-color: #DB374F; }
span { border-color: rgb(219,55,79); }
td.TdClassName
{
border-color: #DB374F;
}
.TagClassName
{
border-color: #DB374F;
}
</style>