Shades of Amaranth #DE2351
Tints of Amaranth #DE2351
RGB
CMYK
RGB Variations
Color information
#DE2351 (or 0xDE2351) is known color: Amaranth. HEX triplet: DE, 23 and 51. RGB value is (222,35,81). Sum of RGB (Red+Green+Blue) = 222+35+81=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2351 is #21DCAE. Grayscale: #606060. Windows color (decimal): -2219183 or 5317598. OLE color: 5317598.
HSL color Cylindrical-coordinate representation of color #DE2351: hue angle of 345.24º 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 #DE2351 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 35 | 81 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.13 |
| HSL | 345.24º | 0.74% | 0.5% | - |
| HSV(B) | 345.24º | 0.84% | 0.87% | - |
| XYZ | 32.21 | 17.33 | 9.43 | - |
| YUV | 96.16 | 119.45 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 35 | 81 | 0 | 0.84 | 0.64 | 0.13 | 345.24 | 0.74 | 0.5 |
| Hex | DE | 23 | 51 | 0 | 54 | 40 | D | 159 | 4A | 32 |
| Octal | 336 | 43 | 121 | 0 | 124 | 100 | 15 | 531 | 112 | 62 |
| Binary | 11011110 | 100011 | 1010001 | 0 | 1010100 | 1000000 | 1101 | 101011001 | 1001010 | 110010 |
Color Harmonies of #DE2351
Complementary color
Monochromatic Colors of #DE2351
Black with #DE2351
Text Example
Text Example
White with #DE2351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2351; }
p { color: rgb(222,35,81); }
H1.HeaderClassName
{
color: #DE2351;
}
.AnyTagClassName
{
color: #DE2351;
}
</style>
background-color css
<style>
a { background-color: #DE2351; }
a { background-color: rgb(222,35,81); }
div.DivClassName
{
background-color: #DE2351;
}
.BgClassName
{
background-color: #DE2351;
}
</style>
border-color css
<style>
span { border-color: #DE2351; }
span { border-color: rgb(222,35,81); }
td.TdClassName
{
border-color: #DE2351;
}
.TagClassName
{
border-color: #DE2351;
}
</style>