Shades of Amaranth #DC314C
Tints of Amaranth #DC314C
RGB
CMYK
RGB Variations
Color information
#DC314C (or 0xDC314C) is known color: Amaranth. HEX triplet: DC, 31 and 4C. RGB value is (220,49,76). Sum of RGB (Red+Green+Blue) = 220+49+76=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC314C is #23CEB3. Grayscale: #676767. Windows color (decimal): -2346676 or 4993500. OLE color: 4993500.
HSL color Cylindrical-coordinate representation of color #DC314C: hue angle of 350.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC314C is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 76 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.14 |
| HSL | 350.53º | 0.71% | 0.53% | - |
| HSV(B) | 350.53º | 0.78% | 0.86% | - |
| XYZ | 31.92 | 17.93 | 8.62 | - |
| YUV | 103.21 | 112.65 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 76 | 0 | 0.78 | 0.65 | 0.14 | 350.53 | 0.71 | 0.53 |
| Hex | DC | 31 | 4C | 0 | 4E | 41 | E | 15F | 47 | 35 |
| Octal | 334 | 61 | 114 | 0 | 116 | 101 | 16 | 537 | 107 | 65 |
| Binary | 11011100 | 110001 | 1001100 | 0 | 1001110 | 1000001 | 1110 | 101011111 | 1000111 | 110101 |
Color Harmonies of #DC314C
Complementary color
Monochromatic Colors of #DC314C
Black with #DC314C
Text Example
Text Example
White with #DC314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC314C; }
p { color: rgb(220,49,76); }
H1.HeaderClassName
{
color: #DC314C;
}
.AnyTagClassName
{
color: #DC314C;
}
</style>
background-color css
<style>
a { background-color: #DC314C; }
a { background-color: rgb(220,49,76); }
div.DivClassName
{
background-color: #DC314C;
}
.BgClassName
{
background-color: #DC314C;
}
</style>
border-color css
<style>
span { border-color: #DC314C; }
span { border-color: rgb(220,49,76); }
td.TdClassName
{
border-color: #DC314C;
}
.TagClassName
{
border-color: #DC314C;
}
</style>