Shades of Amaranth #DC344A
Tints of Amaranth #DC344A
RGB
CMYK
RGB Variations
Color information
#DC344A (or 0xDC344A) is known color: Amaranth. HEX triplet: DC, 34 and 4A. RGB value is (220,52,74). Sum of RGB (Red+Green+Blue) = 220+52+74=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC344A is #23CBB5. Grayscale: #686868. Windows color (decimal): -2345910 or 4863196. OLE color: 4863196.
HSL color Cylindrical-coordinate representation of color #DC344A: hue angle of 352.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC344A is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 74 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.14 |
| HSL | 352.14º | 0.71% | 0.53% | - |
| HSV(B) | 352.14º | 0.76% | 0.86% | - |
| XYZ | 31.98 | 18.17 | 8.3 | - |
| YUV | 104.74 | 110.66 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 74 | 0 | 0.76 | 0.66 | 0.14 | 352.14 | 0.71 | 0.53 |
| Hex | DC | 34 | 4A | 0 | 4C | 42 | E | 160 | 47 | 35 |
| Octal | 334 | 64 | 112 | 0 | 114 | 102 | 16 | 540 | 107 | 65 |
| Binary | 11011100 | 110100 | 1001010 | 0 | 1001100 | 1000010 | 1110 | 101100000 | 1000111 | 110101 |
Color Harmonies of #DC344A
Complementary color
Monochromatic Colors of #DC344A
Black with #DC344A
Text Example
Text Example
White with #DC344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC344A; }
p { color: rgb(220,52,74); }
H1.HeaderClassName
{
color: #DC344A;
}
.AnyTagClassName
{
color: #DC344A;
}
</style>
background-color css
<style>
a { background-color: #DC344A; }
a { background-color: rgb(220,52,74); }
div.DivClassName
{
background-color: #DC344A;
}
.BgClassName
{
background-color: #DC344A;
}
</style>
border-color css
<style>
span { border-color: #DC344A; }
span { border-color: rgb(220,52,74); }
td.TdClassName
{
border-color: #DC344A;
}
.TagClassName
{
border-color: #DC344A;
}
</style>