Shades of Amaranth #DE424C
Tints of Amaranth #DE424C
RGB
CMYK
RGB Variations
Color information
#DE424C (or 0xDE424C) is known color: Amaranth. HEX triplet: DE, 42 and 4C. RGB value is (222,66,76). Sum of RGB (Red+Green+Blue) = 222+66+76=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE424C is #21BDB3. Grayscale: #717171. Windows color (decimal): -2211252 or 4997854. OLE color: 4997854.
HSL color Cylindrical-coordinate representation of color #DE424C: hue angle of 356.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE424C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 66 | 76 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.13 |
| HSL | 356.15º | 0.7% | 0.56% | - |
| HSV(B) | 356.15º | 0.7% | 0.87% | - |
| XYZ | 33.38 | 19.95 | 8.93 | - |
| YUV | 113.78 | 106.68 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 66 | 76 | 0 | 0.70 | 0.66 | 0.13 | 356.15 | 0.7 | 0.56 |
| Hex | DE | 42 | 4C | 0 | 46 | 42 | D | 164 | 46 | 38 |
| Octal | 336 | 102 | 114 | 0 | 106 | 102 | 15 | 544 | 106 | 70 |
| Binary | 11011110 | 1000010 | 1001100 | 0 | 1000110 | 1000010 | 1101 | 101100100 | 1000110 | 111000 |
Color Harmonies of #DE424C
Complementary color
Monochromatic Colors of #DE424C
Black with #DE424C
Text Example
Text Example
White with #DE424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE424C; }
p { color: rgb(222,66,76); }
H1.HeaderClassName
{
color: #DE424C;
}
.AnyTagClassName
{
color: #DE424C;
}
</style>
background-color css
<style>
a { background-color: #DE424C; }
a { background-color: rgb(222,66,76); }
div.DivClassName
{
background-color: #DE424C;
}
.BgClassName
{
background-color: #DE424C;
}
</style>
border-color css
<style>
span { border-color: #DE424C; }
span { border-color: rgb(222,66,76); }
td.TdClassName
{
border-color: #DE424C;
}
.TagClassName
{
border-color: #DE424C;
}
</style>