Shades of Amaranth #DE2C49
Tints of Amaranth #DE2C49
RGB
CMYK
RGB Variations
Color information
#DE2C49 (or 0xDE2C49) is known color: Amaranth. HEX triplet: DE, 2C and 49. RGB value is (222,44,73). Sum of RGB (Red+Green+Blue) = 222+44+73=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2C49 is #21D3B6. Grayscale: #646464. Windows color (decimal): -2216887 or 4795614. OLE color: 4795614.
HSL color Cylindrical-coordinate representation of color #DE2C49: hue angle of 350.22º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2C49 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 73 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.13 |
| HSL | 350.22º | 0.73% | 0.52% | - |
| HSV(B) | 350.22º | 0.8% | 0.87% | - |
| XYZ | 32.23 | 17.81 | 8.04 | - |
| YUV | 100.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 73 | 0 | 0.80 | 0.67 | 0.13 | 350.22 | 0.73 | 0.52 |
| Hex | DE | 2C | 49 | 0 | 50 | 43 | D | 15E | 49 | 34 |
| Octal | 336 | 54 | 111 | 0 | 120 | 103 | 15 | 536 | 111 | 64 |
| Binary | 11011110 | 101100 | 1001001 | 0 | 1010000 | 1000011 | 1101 | 101011110 | 1001001 | 110100 |
Color Harmonies of #DE2C49
Complementary color
Monochromatic Colors of #DE2C49
Black with #DE2C49
Text Example
Text Example
White with #DE2C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C49; }
p { color: rgb(222,44,73); }
H1.HeaderClassName
{
color: #DE2C49;
}
.AnyTagClassName
{
color: #DE2C49;
}
</style>
background-color css
<style>
a { background-color: #DE2C49; }
a { background-color: rgb(222,44,73); }
div.DivClassName
{
background-color: #DE2C49;
}
.BgClassName
{
background-color: #DE2C49;
}
</style>
border-color css
<style>
span { border-color: #DE2C49; }
span { border-color: rgb(222,44,73); }
td.TdClassName
{
border-color: #DE2C49;
}
.TagClassName
{
border-color: #DE2C49;
}
</style>