Shades of Amaranth #DB2444
Tints of Amaranth #DB2444
RGB
CMYK
RGB Variations
Color information
#DB2444 (or 0xDB2444) is known color: Amaranth. HEX triplet: DB, 24 and 44. RGB value is (219,36,68). Sum of RGB (Red+Green+Blue) = 219+36+68=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2444 is #24DBBB. Grayscale: #5E5E5E. Windows color (decimal): -2415548 or 4465883. OLE color: 4465883.
HSL color Cylindrical-coordinate representation of color #DB2444: hue angle of 349.51º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2444 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 68 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.14 |
| HSL | 349.51º | 0.72% | 0.5% | - |
| HSV(B) | 349.51º | 0.84% | 0.86% | - |
| XYZ | 30.89 | 16.74 | 7.07 | - |
| YUV | 94.37 | 113.13 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 68 | 0 | 0.84 | 0.69 | 0.14 | 349.51 | 0.72 | 0.5 |
| Hex | DB | 24 | 44 | 0 | 54 | 45 | E | 15E | 48 | 32 |
| Octal | 333 | 44 | 104 | 0 | 124 | 105 | 16 | 536 | 110 | 62 |
| Binary | 11011011 | 100100 | 1000100 | 0 | 1010100 | 1000101 | 1110 | 101011110 | 1001000 | 110010 |
Color Harmonies of #DB2444
Complementary color
Monochromatic Colors of #DB2444
Black with #DB2444
Text Example
Text Example
White with #DB2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2444; }
p { color: rgb(219,36,68); }
H1.HeaderClassName
{
color: #DB2444;
}
.AnyTagClassName
{
color: #DB2444;
}
</style>
background-color css
<style>
a { background-color: #DB2444; }
a { background-color: rgb(219,36,68); }
div.DivClassName
{
background-color: #DB2444;
}
.BgClassName
{
background-color: #DB2444;
}
</style>
border-color css
<style>
span { border-color: #DB2444; }
span { border-color: rgb(219,36,68); }
td.TdClassName
{
border-color: #DB2444;
}
.TagClassName
{
border-color: #DB2444;
}
</style>