Shades of Amaranth #DB244C
Tints of Amaranth #DB244C
RGB
CMYK
RGB Variations
Color information
#DB244C (or 0xDB244C) is known color: Amaranth. HEX triplet: DB, 24 and 4C. RGB value is (219,36,76). Sum of RGB (Red+Green+Blue) = 219+36+76=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB244C is #24DBB3. Grayscale: #5F5F5F. Windows color (decimal): -2415540 or 4990171. OLE color: 4990171.
HSL color Cylindrical-coordinate representation of color #DB244C: hue angle of 346.89º 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 #DB244C is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 76 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.14 |
| HSL | 346.89º | 0.72% | 0.5% | - |
| HSV(B) | 346.89º | 0.84% | 0.86% | - |
| XYZ | 31.15 | 16.84 | 8.45 | - |
| YUV | 95.28 | 117.13 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 76 | 0 | 0.84 | 0.65 | 0.14 | 346.89 | 0.72 | 0.5 |
| Hex | DB | 24 | 4C | 0 | 54 | 41 | E | 15B | 48 | 32 |
| Octal | 333 | 44 | 114 | 0 | 124 | 101 | 16 | 533 | 110 | 62 |
| Binary | 11011011 | 100100 | 1001100 | 0 | 1010100 | 1000001 | 1110 | 101011011 | 1001000 | 110010 |
Color Harmonies of #DB244C
Complementary color
Monochromatic Colors of #DB244C
Black with #DB244C
Text Example
Text Example
White with #DB244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB244C; }
p { color: rgb(219,36,76); }
H1.HeaderClassName
{
color: #DB244C;
}
.AnyTagClassName
{
color: #DB244C;
}
</style>
background-color css
<style>
a { background-color: #DB244C; }
a { background-color: rgb(219,36,76); }
div.DivClassName
{
background-color: #DB244C;
}
.BgClassName
{
background-color: #DB244C;
}
</style>
border-color css
<style>
span { border-color: #DB244C; }
span { border-color: rgb(219,36,76); }
td.TdClassName
{
border-color: #DB244C;
}
.TagClassName
{
border-color: #DB244C;
}
</style>