Shades of Amaranth #DE3647
Tints of Amaranth #DE3647
RGB
CMYK
RGB Variations
Color information
#DE3647 (or 0xDE3647) is known color: Amaranth. HEX triplet: DE, 36 and 47. RGB value is (222,54,71). Sum of RGB (Red+Green+Blue) = 222+54+71=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3647 is #21C9B8. Grayscale: #6A6A6A. Windows color (decimal): -2214329 or 4667102. OLE color: 4667102.
HSL color Cylindrical-coordinate representation of color #DE3647: hue angle of 353.93º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE3647 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 54 | 71 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.13 |
| HSL | 353.93º | 0.72% | 0.54% | - |
| HSV(B) | 353.93º | 0.76% | 0.87% | - |
| XYZ | 32.58 | 18.62 | 7.84 | - |
| YUV | 106.17 | 108.16 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 54 | 71 | 0 | 0.76 | 0.68 | 0.13 | 353.93 | 0.72 | 0.54 |
| Hex | DE | 36 | 47 | 0 | 4C | 44 | D | 162 | 48 | 36 |
| Octal | 336 | 66 | 107 | 0 | 114 | 104 | 15 | 542 | 110 | 66 |
| Binary | 11011110 | 110110 | 1000111 | 0 | 1001100 | 1000100 | 1101 | 101100010 | 1001000 | 110110 |
Color Harmonies of #DE3647
Complementary color
Monochromatic Colors of #DE3647
Black with #DE3647
Text Example
Text Example
White with #DE3647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3647; }
p { color: rgb(222,54,71); }
H1.HeaderClassName
{
color: #DE3647;
}
.AnyTagClassName
{
color: #DE3647;
}
</style>
background-color css
<style>
a { background-color: #DE3647; }
a { background-color: rgb(222,54,71); }
div.DivClassName
{
background-color: #DE3647;
}
.BgClassName
{
background-color: #DE3647;
}
</style>
border-color css
<style>
span { border-color: #DE3647; }
span { border-color: rgb(222,54,71); }
td.TdClassName
{
border-color: #DE3647;
}
.TagClassName
{
border-color: #DE3647;
}
</style>