Shades of Amaranth #DB364C
Tints of Amaranth #DB364C
RGB
CMYK
RGB Variations
Color information
#DB364C (or 0xDB364C) is known color: Amaranth. HEX triplet: DB, 36 and 4C. RGB value is (219,54,76). Sum of RGB (Red+Green+Blue) = 219+54+76=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB364C is #24C9B3. Grayscale: #696969. Windows color (decimal): -2410932 or 4994779. OLE color: 4994779.
HSL color Cylindrical-coordinate representation of color #DB364C: hue angle of 352º 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 #DB364C is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 76 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.14 |
| HSL | 352º | 0.7% | 0.54% | - |
| HSV(B) | 352º | 0.75% | 0.86% | - |
| XYZ | 31.84 | 18.22 | 8.68 | - |
| YUV | 105.84 | 111.16 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 76 | 0 | 0.75 | 0.65 | 0.14 | 352 | 0.7 | 0.54 |
| Hex | DB | 36 | 4C | 0 | 4B | 41 | E | 160 | 46 | 36 |
| Octal | 333 | 66 | 114 | 0 | 113 | 101 | 16 | 540 | 106 | 66 |
| Binary | 11011011 | 110110 | 1001100 | 0 | 1001011 | 1000001 | 1110 | 101100000 | 1000110 | 110110 |
Color Harmonies of #DB364C
Complementary color
Monochromatic Colors of #DB364C
Black with #DB364C
Text Example
Text Example
White with #DB364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB364C; }
p { color: rgb(219,54,76); }
H1.HeaderClassName
{
color: #DB364C;
}
.AnyTagClassName
{
color: #DB364C;
}
</style>
background-color css
<style>
a { background-color: #DB364C; }
a { background-color: rgb(219,54,76); }
div.DivClassName
{
background-color: #DB364C;
}
.BgClassName
{
background-color: #DB364C;
}
</style>
border-color css
<style>
span { border-color: #DB364C; }
span { border-color: rgb(219,54,76); }
td.TdClassName
{
border-color: #DB364C;
}
.TagClassName
{
border-color: #DB364C;
}
</style>