Shades of Amaranth #DE4049
Tints of Amaranth #DE4049
RGB
CMYK
RGB Variations
Color information
#DE4049 (or 0xDE4049) is known color: Amaranth. HEX triplet: DE, 40 and 49. RGB value is (222,64,73). Sum of RGB (Red+Green+Blue) = 222+64+73=359 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.84% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4049 is #21BFB6. Grayscale: #707070. Windows color (decimal): -2211767 or 4800734. OLE color: 4800734.
HSL color Cylindrical-coordinate representation of color #DE4049: hue angle of 356.58º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE4049 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 73 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.13 |
| HSL | 356.58º | 0.71% | 0.56% | - |
| HSV(B) | 356.58º | 0.71% | 0.87% | - |
| XYZ | 33.16 | 19.68 | 8.35 | - |
| YUV | 112.27 | 105.85 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 73 | 0 | 0.71 | 0.67 | 0.13 | 356.58 | 0.71 | 0.56 |
| Hex | DE | 40 | 49 | 0 | 47 | 43 | D | 165 | 47 | 38 |
| Octal | 336 | 100 | 111 | 0 | 107 | 103 | 15 | 545 | 107 | 70 |
| Binary | 11011110 | 1000000 | 1001001 | 0 | 1000111 | 1000011 | 1101 | 101100101 | 1000111 | 111000 |
Color Harmonies of #DE4049
Complementary color
Monochromatic Colors of #DE4049
Black with #DE4049
Text Example
Text Example
White with #DE4049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4049; }
p { color: rgb(222,64,73); }
H1.HeaderClassName
{
color: #DE4049;
}
.AnyTagClassName
{
color: #DE4049;
}
</style>
background-color css
<style>
a { background-color: #DE4049; }
a { background-color: rgb(222,64,73); }
div.DivClassName
{
background-color: #DE4049;
}
.BgClassName
{
background-color: #DE4049;
}
</style>
border-color css
<style>
span { border-color: #DE4049; }
span { border-color: rgb(222,64,73); }
td.TdClassName
{
border-color: #DE4049;
}
.TagClassName
{
border-color: #DE4049;
}
</style>