Shades of Amaranth #DE394A
Tints of Amaranth #DE394A
RGB
CMYK
RGB Variations
Color information
#DE394A (or 0xDE394A) is known color: Amaranth. HEX triplet: DE, 39 and 4A. RGB value is (222,57,74). Sum of RGB (Red+Green+Blue) = 222+57+74=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE394A is #21C6B5. Grayscale: #6C6C6C. Windows color (decimal): -2213558 or 4864478. OLE color: 4864478.
HSL color Cylindrical-coordinate representation of color #DE394A: hue angle of 353.82º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DE394A is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 57 | 74 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.13 |
| HSL | 353.82º | 0.71% | 0.55% | - |
| HSV(B) | 353.82º | 0.74% | 0.87% | - |
| XYZ | 32.82 | 18.95 | 8.41 | - |
| YUV | 108.27 | 108.66 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 57 | 74 | 0 | 0.74 | 0.67 | 0.13 | 353.82 | 0.71 | 0.55 |
| Hex | DE | 39 | 4A | 0 | 4A | 43 | D | 162 | 47 | 37 |
| Octal | 336 | 71 | 112 | 0 | 112 | 103 | 15 | 542 | 107 | 67 |
| Binary | 11011110 | 111001 | 1001010 | 0 | 1001010 | 1000011 | 1101 | 101100010 | 1000111 | 110111 |
Color Harmonies of #DE394A
Complementary color
Monochromatic Colors of #DE394A
Black with #DE394A
Text Example
Text Example
White with #DE394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE394A; }
p { color: rgb(222,57,74); }
H1.HeaderClassName
{
color: #DE394A;
}
.AnyTagClassName
{
color: #DE394A;
}
</style>
background-color css
<style>
a { background-color: #DE394A; }
a { background-color: rgb(222,57,74); }
div.DivClassName
{
background-color: #DE394A;
}
.BgClassName
{
background-color: #DE394A;
}
</style>
border-color css
<style>
span { border-color: #DE394A; }
span { border-color: rgb(222,57,74); }
td.TdClassName
{
border-color: #DE394A;
}
.TagClassName
{
border-color: #DE394A;
}
</style>