Shades of Amaranth #DB224A
Tints of Amaranth #DB224A
RGB
CMYK
RGB Variations
Color information
#DB224A (or 0xDB224A) is known color: Amaranth. HEX triplet: DB, 22 and 4A. RGB value is (219,34,74). Sum of RGB (Red+Green+Blue) = 219+34+74=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB224A is #24DDB5. Grayscale: #5D5D5D. Windows color (decimal): -2416054 or 4858587. OLE color: 4858587.
HSL color Cylindrical-coordinate representation of color #DB224A: hue angle of 347.03º degrees, saturation: 0.73, 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 #DB224A is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 74 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.14 |
| HSL | 347.03º | 0.73% | 0.5% | - |
| HSV(B) | 347.03º | 0.84% | 0.86% | - |
| XYZ | 31.02 | 16.7 | 8.07 | - |
| YUV | 93.88 | 116.79 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 74 | 0 | 0.84 | 0.66 | 0.14 | 347.03 | 0.73 | 0.5 |
| Hex | DB | 22 | 4A | 0 | 54 | 42 | E | 15B | 49 | 32 |
| Octal | 333 | 42 | 112 | 0 | 124 | 102 | 16 | 533 | 111 | 62 |
| Binary | 11011011 | 100010 | 1001010 | 0 | 1010100 | 1000010 | 1110 | 101011011 | 1001001 | 110010 |
Color Harmonies of #DB224A
Complementary color
Monochromatic Colors of #DB224A
Black with #DB224A
Text Example
Text Example
White with #DB224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB224A; }
p { color: rgb(219,34,74); }
H1.HeaderClassName
{
color: #DB224A;
}
.AnyTagClassName
{
color: #DB224A;
}
</style>
background-color css
<style>
a { background-color: #DB224A; }
a { background-color: rgb(219,34,74); }
div.DivClassName
{
background-color: #DB224A;
}
.BgClassName
{
background-color: #DB224A;
}
</style>
border-color css
<style>
span { border-color: #DB224A; }
span { border-color: rgb(219,34,74); }
td.TdClassName
{
border-color: #DB224A;
}
.TagClassName
{
border-color: #DB224A;
}
</style>