Shades of Amaranth #DC354F
Tints of Amaranth #DC354F
RGB
CMYK
RGB Variations
Color information
#DC354F (or 0xDC354F) is known color: Amaranth. HEX triplet: DC, 35 and 4F. RGB value is (220,53,79). Sum of RGB (Red+Green+Blue) = 220+53+79=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC354F is #23CAB0. Grayscale: #696969. Windows color (decimal): -2345649 or 5191132. OLE color: 5191132.
HSL color Cylindrical-coordinate representation of color #DC354F: hue angle of 350.66º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC354F is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 79 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.14 |
| HSL | 350.66º | 0.7% | 0.54% | - |
| HSV(B) | 350.66º | 0.76% | 0.86% | - |
| XYZ | 32.2 | 18.33 | 9.24 | - |
| YUV | 105.9 | 112.83 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 79 | 0 | 0.76 | 0.64 | 0.14 | 350.66 | 0.7 | 0.54 |
| Hex | DC | 35 | 4F | 0 | 4C | 40 | E | 15F | 46 | 36 |
| Octal | 334 | 65 | 117 | 0 | 114 | 100 | 16 | 537 | 106 | 66 |
| Binary | 11011100 | 110101 | 1001111 | 0 | 1001100 | 1000000 | 1110 | 101011111 | 1000110 | 110110 |
Color Harmonies of #DC354F
Complementary color
Monochromatic Colors of #DC354F
Black with #DC354F
Text Example
Text Example
White with #DC354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC354F; }
p { color: rgb(220,53,79); }
H1.HeaderClassName
{
color: #DC354F;
}
.AnyTagClassName
{
color: #DC354F;
}
</style>
background-color css
<style>
a { background-color: #DC354F; }
a { background-color: rgb(220,53,79); }
div.DivClassName
{
background-color: #DC354F;
}
.BgClassName
{
background-color: #DC354F;
}
</style>
border-color css
<style>
span { border-color: #DC354F; }
span { border-color: rgb(220,53,79); }
td.TdClassName
{
border-color: #DC354F;
}
.TagClassName
{
border-color: #DC354F;
}
</style>