Shades of Amaranth #DC354A
Tints of Amaranth #DC354A
RGB
CMYK
RGB Variations
Color information
#DC354A (or 0xDC354A) is known color: Amaranth. HEX triplet: DC, 35 and 4A. RGB value is (220,53,74). Sum of RGB (Red+Green+Blue) = 220+53+74=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC354A is #23CAB5. Grayscale: #696969. Windows color (decimal): -2345654 or 4863452. OLE color: 4863452.
HSL color Cylindrical-coordinate representation of color #DC354A: hue angle of 352.46º 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 #DC354A is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 74 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.14 |
| HSL | 352.46º | 0.7% | 0.54% | - |
| HSV(B) | 352.46º | 0.76% | 0.86% | - |
| XYZ | 32.02 | 18.26 | 8.31 | - |
| YUV | 105.33 | 110.33 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 74 | 0 | 0.76 | 0.66 | 0.14 | 352.46 | 0.7 | 0.54 |
| Hex | DC | 35 | 4A | 0 | 4C | 42 | E | 160 | 46 | 36 |
| Octal | 334 | 65 | 112 | 0 | 114 | 102 | 16 | 540 | 106 | 66 |
| Binary | 11011100 | 110101 | 1001010 | 0 | 1001100 | 1000010 | 1110 | 101100000 | 1000110 | 110110 |
Color Harmonies of #DC354A
Complementary color
Monochromatic Colors of #DC354A
Black with #DC354A
Text Example
Text Example
White with #DC354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC354A; }
p { color: rgb(220,53,74); }
H1.HeaderClassName
{
color: #DC354A;
}
.AnyTagClassName
{
color: #DC354A;
}
</style>
background-color css
<style>
a { background-color: #DC354A; }
a { background-color: rgb(220,53,74); }
div.DivClassName
{
background-color: #DC354A;
}
.BgClassName
{
background-color: #DC354A;
}
</style>
border-color css
<style>
span { border-color: #DC354A; }
span { border-color: rgb(220,53,74); }
td.TdClassName
{
border-color: #DC354A;
}
.TagClassName
{
border-color: #DC354A;
}
</style>