Shades of Amaranth #DE2C4C
Tints of Amaranth #DE2C4C
RGB
CMYK
RGB Variations
Color information
#DE2C4C (or 0xDE2C4C) is known color: Amaranth. HEX triplet: DE, 2C and 4C. RGB value is (222,44,76). Sum of RGB (Red+Green+Blue) = 222+44+76=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2C4C is #21D3B3. Grayscale: #646464. Windows color (decimal): -2216884 or 4992222. OLE color: 4992222.
HSL color Cylindrical-coordinate representation of color #DE2C4C: hue angle of 349.21º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2C4C is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 76 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.13 |
| HSL | 349.21º | 0.73% | 0.52% | - |
| HSV(B) | 349.21º | 0.8% | 0.87% | - |
| XYZ | 32.33 | 17.85 | 8.58 | - |
| YUV | 100.87 | 113.97 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 76 | 0 | 0.80 | 0.66 | 0.13 | 349.21 | 0.73 | 0.52 |
| Hex | DE | 2C | 4C | 0 | 50 | 42 | D | 15D | 49 | 34 |
| Octal | 336 | 54 | 114 | 0 | 120 | 102 | 15 | 535 | 111 | 64 |
| Binary | 11011110 | 101100 | 1001100 | 0 | 1010000 | 1000010 | 1101 | 101011101 | 1001001 | 110100 |
Color Harmonies of #DE2C4C
Complementary color
Monochromatic Colors of #DE2C4C
Black with #DE2C4C
Text Example
Text Example
White with #DE2C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C4C; }
p { color: rgb(222,44,76); }
H1.HeaderClassName
{
color: #DE2C4C;
}
.AnyTagClassName
{
color: #DE2C4C;
}
</style>
background-color css
<style>
a { background-color: #DE2C4C; }
a { background-color: rgb(222,44,76); }
div.DivClassName
{
background-color: #DE2C4C;
}
.BgClassName
{
background-color: #DE2C4C;
}
</style>
border-color css
<style>
span { border-color: #DE2C4C; }
span { border-color: rgb(222,44,76); }
td.TdClassName
{
border-color: #DE2C4C;
}
.TagClassName
{
border-color: #DE2C4C;
}
</style>