Shades of Amaranth #DB374A
Tints of Amaranth #DB374A
RGB
CMYK
RGB Variations
Color information
#DB374A (or 0xDB374A) is known color: Amaranth. HEX triplet: DB, 37 and 4A. RGB value is (219,55,74). Sum of RGB (Red+Green+Blue) = 219+55+74=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB374A is #24C8B5. Grayscale: #6A6A6A. Windows color (decimal): -2410678 or 4863963. OLE color: 4863963.
HSL color Cylindrical-coordinate representation of color #DB374A: hue angle of 353.05º 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 #DB374A is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 74 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.14 |
| HSL | 353.05º | 0.69% | 0.54% | - |
| HSV(B) | 353.05º | 0.75% | 0.86% | - |
| XYZ | 31.82 | 18.29 | 8.33 | - |
| YUV | 106.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 74 | 0 | 0.75 | 0.66 | 0.14 | 353.05 | 0.69 | 0.54 |
| Hex | DB | 37 | 4A | 0 | 4B | 42 | E | 161 | 45 | 36 |
| Octal | 333 | 67 | 112 | 0 | 113 | 102 | 16 | 541 | 105 | 66 |
| Binary | 11011011 | 110111 | 1001010 | 0 | 1001011 | 1000010 | 1110 | 101100001 | 1000101 | 110110 |
Color Harmonies of #DB374A
Complementary color
Monochromatic Colors of #DB374A
Black with #DB374A
Text Example
Text Example
White with #DB374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB374A; }
p { color: rgb(219,55,74); }
H1.HeaderClassName
{
color: #DB374A;
}
.AnyTagClassName
{
color: #DB374A;
}
</style>
background-color css
<style>
a { background-color: #DB374A; }
a { background-color: rgb(219,55,74); }
div.DivClassName
{
background-color: #DB374A;
}
.BgClassName
{
background-color: #DB374A;
}
</style>
border-color css
<style>
span { border-color: #DB374A; }
span { border-color: rgb(219,55,74); }
td.TdClassName
{
border-color: #DB374A;
}
.TagClassName
{
border-color: #DB374A;
}
</style>