Shades of Amaranth #DE2544
Tints of Amaranth #DE2544
RGB
CMYK
RGB Variations
Color information
#DE2544 (or 0xDE2544) is known color: Amaranth. HEX triplet: DE, 25 and 44. RGB value is (222,37,68). Sum of RGB (Red+Green+Blue) = 222+37+68=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2544 is #21DABB. Grayscale: #5F5F5F. Windows color (decimal): -2218684 or 4466142. OLE color: 4466142.
HSL color Cylindrical-coordinate representation of color #DE2544: hue angle of 349.95º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE2544 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 37 | 68 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.13 |
| HSL | 349.95º | 0.74% | 0.51% | - |
| HSV(B) | 349.95º | 0.83% | 0.87% | - |
| XYZ | 31.83 | 17.27 | 7.12 | - |
| YUV | 95.85 | 112.29 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 37 | 68 | 0 | 0.83 | 0.69 | 0.13 | 349.95 | 0.74 | 0.51 |
| Hex | DE | 25 | 44 | 0 | 53 | 45 | D | 15E | 4A | 33 |
| Octal | 336 | 45 | 104 | 0 | 123 | 105 | 15 | 536 | 112 | 63 |
| Binary | 11011110 | 100101 | 1000100 | 0 | 1010011 | 1000101 | 1101 | 101011110 | 1001010 | 110011 |
Color Harmonies of #DE2544
Complementary color
Monochromatic Colors of #DE2544
Black with #DE2544
Text Example
Text Example
White with #DE2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2544; }
p { color: rgb(222,37,68); }
H1.HeaderClassName
{
color: #DE2544;
}
.AnyTagClassName
{
color: #DE2544;
}
</style>
background-color css
<style>
a { background-color: #DE2544; }
a { background-color: rgb(222,37,68); }
div.DivClassName
{
background-color: #DE2544;
}
.BgClassName
{
background-color: #DE2544;
}
</style>
border-color css
<style>
span { border-color: #DE2544; }
span { border-color: rgb(222,37,68); }
td.TdClassName
{
border-color: #DE2544;
}
.TagClassName
{
border-color: #DE2544;
}
</style>