Shades of Amaranth #DC354C
Tints of Amaranth #DC354C
RGB
CMYK
RGB Variations
Color information
#DC354C (or 0xDC354C) is known color: Amaranth. HEX triplet: DC, 35 and 4C. RGB value is (220,53,76). Sum of RGB (Red+Green+Blue) = 220+53+76=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC354C is #23CAB3. Grayscale: #696969. Windows color (decimal): -2345652 or 4994524. OLE color: 4994524.
HSL color Cylindrical-coordinate representation of color #DC354C: hue angle of 351.74º 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 #DC354C is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 76 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.14 |
| HSL | 351.74º | 0.7% | 0.54% | - |
| HSV(B) | 351.74º | 0.76% | 0.86% | - |
| XYZ | 32.09 | 18.28 | 8.68 | - |
| YUV | 105.56 | 111.33 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 76 | 0 | 0.76 | 0.65 | 0.14 | 351.74 | 0.7 | 0.54 |
| Hex | DC | 35 | 4C | 0 | 4C | 41 | E | 160 | 46 | 36 |
| Octal | 334 | 65 | 114 | 0 | 114 | 101 | 16 | 540 | 106 | 66 |
| Binary | 11011100 | 110101 | 1001100 | 0 | 1001100 | 1000001 | 1110 | 101100000 | 1000110 | 110110 |
Color Harmonies of #DC354C
Complementary color
Monochromatic Colors of #DC354C
Black with #DC354C
Text Example
Text Example
White with #DC354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC354C; }
p { color: rgb(220,53,76); }
H1.HeaderClassName
{
color: #DC354C;
}
.AnyTagClassName
{
color: #DC354C;
}
</style>
background-color css
<style>
a { background-color: #DC354C; }
a { background-color: rgb(220,53,76); }
div.DivClassName
{
background-color: #DC354C;
}
.BgClassName
{
background-color: #DC354C;
}
</style>
border-color css
<style>
span { border-color: #DC354C; }
span { border-color: rgb(220,53,76); }
td.TdClassName
{
border-color: #DC354C;
}
.TagClassName
{
border-color: #DC354C;
}
</style>