Shades of Amaranth #DE3445
Tints of Amaranth #DE3445
RGB
CMYK
RGB Variations
Color information
#DE3445 (or 0xDE3445) is known color: Amaranth. HEX triplet: DE, 34 and 45. RGB value is (222,52,69). Sum of RGB (Red+Green+Blue) = 222+52+69=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3445 is #21CBBA. Grayscale: #686868. Windows color (decimal): -2214843 or 4535518. OLE color: 4535518.
HSL color Cylindrical-coordinate representation of color #DE3445: hue angle of 354º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE3445 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 52 | 69 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.13 |
| HSL | 354º | 0.72% | 0.54% | - |
| HSV(B) | 354º | 0.77% | 0.87% | - |
| XYZ | 32.43 | 18.42 | 7.48 | - |
| YUV | 104.77 | 107.82 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 52 | 69 | 0 | 0.77 | 0.69 | 0.13 | 354 | 0.72 | 0.54 |
| Hex | DE | 34 | 45 | 0 | 4D | 45 | D | 162 | 48 | 36 |
| Octal | 336 | 64 | 105 | 0 | 115 | 105 | 15 | 542 | 110 | 66 |
| Binary | 11011110 | 110100 | 1000101 | 0 | 1001101 | 1000101 | 1101 | 101100010 | 1001000 | 110110 |
Color Harmonies of #DE3445
Complementary color
Monochromatic Colors of #DE3445
Black with #DE3445
Text Example
Text Example
White with #DE3445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3445; }
p { color: rgb(222,52,69); }
H1.HeaderClassName
{
color: #DE3445;
}
.AnyTagClassName
{
color: #DE3445;
}
</style>
background-color css
<style>
a { background-color: #DE3445; }
a { background-color: rgb(222,52,69); }
div.DivClassName
{
background-color: #DE3445;
}
.BgClassName
{
background-color: #DE3445;
}
</style>
border-color css
<style>
span { border-color: #DE3445; }
span { border-color: rgb(222,52,69); }
td.TdClassName
{
border-color: #DE3445;
}
.TagClassName
{
border-color: #DE3445;
}
</style>