Shades of Amaranth #DE3145
Tints of Amaranth #DE3145
RGB
CMYK
RGB Variations
Color information
#DE3145 (or 0xDE3145) is known color: Amaranth. HEX triplet: DE, 31 and 45. RGB value is (222,49,69). Sum of RGB (Red+Green+Blue) = 222+49+69=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3145 is #21CEBA. Grayscale: #676767. Windows color (decimal): -2215611 or 4534750. OLE color: 4534750.
HSL color Cylindrical-coordinate representation of color #DE3145: hue angle of 353.06º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE3145 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 49 | 69 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.13 |
| HSL | 353.06º | 0.72% | 0.53% | - |
| HSV(B) | 353.06º | 0.78% | 0.87% | - |
| XYZ | 32.3 | 18.16 | 7.43 | - |
| YUV | 103.01 | 108.81 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 49 | 69 | 0 | 0.78 | 0.69 | 0.13 | 353.06 | 0.72 | 0.53 |
| Hex | DE | 31 | 45 | 0 | 4E | 45 | D | 161 | 48 | 35 |
| Octal | 336 | 61 | 105 | 0 | 116 | 105 | 15 | 541 | 110 | 65 |
| Binary | 11011110 | 110001 | 1000101 | 0 | 1001110 | 1000101 | 1101 | 101100001 | 1001000 | 110101 |
Color Harmonies of #DE3145
Complementary color
Monochromatic Colors of #DE3145
Black with #DE3145
Text Example
Text Example
White with #DE3145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3145; }
p { color: rgb(222,49,69); }
H1.HeaderClassName
{
color: #DE3145;
}
.AnyTagClassName
{
color: #DE3145;
}
</style>
background-color css
<style>
a { background-color: #DE3145; }
a { background-color: rgb(222,49,69); }
div.DivClassName
{
background-color: #DE3145;
}
.BgClassName
{
background-color: #DE3145;
}
</style>
border-color css
<style>
span { border-color: #DE3145; }
span { border-color: rgb(222,49,69); }
td.TdClassName
{
border-color: #DE3145;
}
.TagClassName
{
border-color: #DE3145;
}
</style>