Shades of Amaranth #DE244E
Tints of Amaranth #DE244E
RGB
CMYK
RGB Variations
Color information
#DE244E (or 0xDE244E) is known color: Amaranth. HEX triplet: DE, 24 and 4E. RGB value is (222,36,78). Sum of RGB (Red+Green+Blue) = 222+36+78=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE244E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE244E is #21DBB1. Grayscale: #606060. Windows color (decimal): -2218930 or 5121246. OLE color: 5121246.
HSL color Cylindrical-coordinate representation of color #DE244E: hue angle of 346.45º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE244E is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 36 | 78 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.13 |
| HSL | 346.45º | 0.74% | 0.51% | - |
| HSV(B) | 346.45º | 0.84% | 0.87% | - |
| XYZ | 32.13 | 17.34 | 8.86 | - |
| YUV | 96.4 | 117.62 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 36 | 78 | 0 | 0.84 | 0.65 | 0.13 | 346.45 | 0.74 | 0.51 |
| Hex | DE | 24 | 4E | 0 | 54 | 41 | D | 15A | 4A | 33 |
| Octal | 336 | 44 | 116 | 0 | 124 | 101 | 15 | 532 | 112 | 63 |
| Binary | 11011110 | 100100 | 1001110 | 0 | 1010100 | 1000001 | 1101 | 101011010 | 1001010 | 110011 |
Color Harmonies of #DE244E
Complementary color
Monochromatic Colors of #DE244E
Black with #DE244E
Text Example
Text Example
White with #DE244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE244E; }
p { color: rgb(222,36,78); }
H1.HeaderClassName
{
color: #DE244E;
}
.AnyTagClassName
{
color: #DE244E;
}
</style>
background-color css
<style>
a { background-color: #DE244E; }
a { background-color: rgb(222,36,78); }
div.DivClassName
{
background-color: #DE244E;
}
.BgClassName
{
background-color: #DE244E;
}
</style>
border-color css
<style>
span { border-color: #DE244E; }
span { border-color: rgb(222,36,78); }
td.TdClassName
{
border-color: #DE244E;
}
.TagClassName
{
border-color: #DE244E;
}
</style>