Shades of Amaranth #DC3148
Tints of Amaranth #DC3148
RGB
CMYK
RGB Variations
Color information
#DC3148 (or 0xDC3148) is known color: Amaranth. HEX triplet: DC, 31 and 48. RGB value is (220,49,72). Sum of RGB (Red+Green+Blue) = 220+49+72=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3148 is #23CEB7. Grayscale: #666666. Windows color (decimal): -2346680 or 4731356. OLE color: 4731356.
HSL color Cylindrical-coordinate representation of color #DC3148: hue angle of 351.93º 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 #DC3148 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 72 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.14 |
| HSL | 351.93º | 0.71% | 0.53% | - |
| HSV(B) | 351.93º | 0.78% | 0.86% | - |
| XYZ | 31.78 | 17.88 | 7.91 | - |
| YUV | 102.75 | 110.65 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 72 | 0 | 0.78 | 0.67 | 0.14 | 351.93 | 0.71 | 0.53 |
| Hex | DC | 31 | 48 | 0 | 4E | 43 | E | 160 | 47 | 35 |
| Octal | 334 | 61 | 110 | 0 | 116 | 103 | 16 | 540 | 107 | 65 |
| Binary | 11011100 | 110001 | 1001000 | 0 | 1001110 | 1000011 | 1110 | 101100000 | 1000111 | 110101 |
Color Harmonies of #DC3148
Complementary color
Monochromatic Colors of #DC3148
Black with #DC3148
Text Example
Text Example
White with #DC3148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3148; }
p { color: rgb(220,49,72); }
H1.HeaderClassName
{
color: #DC3148;
}
.AnyTagClassName
{
color: #DC3148;
}
</style>
background-color css
<style>
a { background-color: #DC3148; }
a { background-color: rgb(220,49,72); }
div.DivClassName
{
background-color: #DC3148;
}
.BgClassName
{
background-color: #DC3148;
}
</style>
border-color css
<style>
span { border-color: #DC3148; }
span { border-color: rgb(220,49,72); }
td.TdClassName
{
border-color: #DC3148;
}
.TagClassName
{
border-color: #DC3148;
}
</style>