Shades of Amaranth #DE404D
Tints of Amaranth #DE404D
RGB
CMYK
RGB Variations
Color information
#DE404D (or 0xDE404D) is known color: Amaranth. HEX triplet: DE, 40 and 4D. RGB value is (222,64,77). Sum of RGB (Red+Green+Blue) = 222+64+77=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE404D is #21BFB2. Grayscale: #707070. Windows color (decimal): -2211763 or 5062878. OLE color: 5062878.
HSL color Cylindrical-coordinate representation of color #DE404D: hue angle of 355.06º 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 #DE404D is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 77 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.13 |
| HSL | 355.06º | 0.71% | 0.56% | - |
| HSV(B) | 355.06º | 0.71% | 0.87% | - |
| XYZ | 33.3 | 19.73 | 9.07 | - |
| YUV | 112.72 | 107.85 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 77 | 0 | 0.71 | 0.65 | 0.13 | 355.06 | 0.71 | 0.56 |
| Hex | DE | 40 | 4D | 0 | 47 | 41 | D | 163 | 47 | 38 |
| Octal | 336 | 100 | 115 | 0 | 107 | 101 | 15 | 543 | 107 | 70 |
| Binary | 11011110 | 1000000 | 1001101 | 0 | 1000111 | 1000001 | 1101 | 101100011 | 1000111 | 111000 |
Color Harmonies of #DE404D
Complementary color
Monochromatic Colors of #DE404D
Black with #DE404D
Text Example
Text Example
White with #DE404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE404D; }
p { color: rgb(222,64,77); }
H1.HeaderClassName
{
color: #DE404D;
}
.AnyTagClassName
{
color: #DE404D;
}
</style>
background-color css
<style>
a { background-color: #DE404D; }
a { background-color: rgb(222,64,77); }
div.DivClassName
{
background-color: #DE404D;
}
.BgClassName
{
background-color: #DE404D;
}
</style>
border-color css
<style>
span { border-color: #DE404D; }
span { border-color: rgb(222,64,77); }
td.TdClassName
{
border-color: #DE404D;
}
.TagClassName
{
border-color: #DE404D;
}
</style>