Shades of Amaranth #DE2353
Tints of Amaranth #DE2353
RGB
CMYK
RGB Variations
Color information
#DE2353 (or 0xDE2353) is known color: Amaranth. HEX triplet: DE, 23 and 53. RGB value is (222,35,83). Sum of RGB (Red+Green+Blue) = 222+35+83=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2353 is #21DCAC. Grayscale: #606060. Windows color (decimal): -2219181 or 5448670. OLE color: 5448670.
HSL color Cylindrical-coordinate representation of color #DE2353: hue angle of 344.6º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE2353 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 35 | 83 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.13 |
| HSL | 344.6º | 0.74% | 0.5% | - |
| HSV(B) | 344.6º | 0.84% | 0.87% | - |
| XYZ | 32.29 | 17.36 | 9.83 | - |
| YUV | 96.39 | 120.45 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 35 | 83 | 0 | 0.84 | 0.63 | 0.13 | 344.6 | 0.74 | 0.5 |
| Hex | DE | 23 | 53 | 0 | 54 | 3F | D | 159 | 4A | 32 |
| Octal | 336 | 43 | 123 | 0 | 124 | 77 | 15 | 531 | 112 | 62 |
| Binary | 11011110 | 100011 | 1010011 | 0 | 1010100 | 111111 | 1101 | 101011001 | 1001010 | 110010 |
Color Harmonies of #DE2353
Complementary color
Monochromatic Colors of #DE2353
Black with #DE2353
Text Example
Text Example
White with #DE2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2353; }
p { color: rgb(222,35,83); }
H1.HeaderClassName
{
color: #DE2353;
}
.AnyTagClassName
{
color: #DE2353;
}
</style>
background-color css
<style>
a { background-color: #DE2353; }
a { background-color: rgb(222,35,83); }
div.DivClassName
{
background-color: #DE2353;
}
.BgClassName
{
background-color: #DE2353;
}
</style>
border-color css
<style>
span { border-color: #DE2353; }
span { border-color: rgb(222,35,83); }
td.TdClassName
{
border-color: #DE2353;
}
.TagClassName
{
border-color: #DE2353;
}
</style>