Shades of Amaranth #DE2349
Tints of Amaranth #DE2349
RGB
CMYK
RGB Variations
Color information
#DE2349 (or 0xDE2349) is known color: Amaranth. HEX triplet: DE, 23 and 49. RGB value is (222,35,73). Sum of RGB (Red+Green+Blue) = 222+35+73=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2349 is #21DCB6. Grayscale: #5F5F5F. Windows color (decimal): -2219191 or 4793310. OLE color: 4793310.
HSL color Cylindrical-coordinate representation of color #DE2349: hue angle of 347.81º 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 #DE2349 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 35 | 73 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.13 |
| HSL | 347.81º | 0.74% | 0.5% | - |
| HSV(B) | 347.81º | 0.84% | 0.87% | - |
| XYZ | 31.93 | 17.21 | 7.94 | - |
| YUV | 95.25 | 115.45 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 35 | 73 | 0 | 0.84 | 0.67 | 0.13 | 347.81 | 0.74 | 0.5 |
| Hex | DE | 23 | 49 | 0 | 54 | 43 | D | 15C | 4A | 32 |
| Octal | 336 | 43 | 111 | 0 | 124 | 103 | 15 | 534 | 112 | 62 |
| Binary | 11011110 | 100011 | 1001001 | 0 | 1010100 | 1000011 | 1101 | 101011100 | 1001010 | 110010 |
Color Harmonies of #DE2349
Complementary color
Monochromatic Colors of #DE2349
Black with #DE2349
Text Example
Text Example
White with #DE2349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2349; }
p { color: rgb(222,35,73); }
H1.HeaderClassName
{
color: #DE2349;
}
.AnyTagClassName
{
color: #DE2349;
}
</style>
background-color css
<style>
a { background-color: #DE2349; }
a { background-color: rgb(222,35,73); }
div.DivClassName
{
background-color: #DE2349;
}
.BgClassName
{
background-color: #DE2349;
}
</style>
border-color css
<style>
span { border-color: #DE2349; }
span { border-color: rgb(222,35,73); }
td.TdClassName
{
border-color: #DE2349;
}
.TagClassName
{
border-color: #DE2349;
}
</style>