Shades of Amaranth #DC3D47
Tints of Amaranth #DC3D47
RGB
CMYK
RGB Variations
Color information
#DC3D47 (or 0xDC3D47) is known color: Amaranth. HEX triplet: DC, 3D and 47. RGB value is (220,61,71). Sum of RGB (Red+Green+Blue) = 220+61+71=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D47 is #23C2B8. Grayscale: #6D6D6D. Windows color (decimal): -2343609 or 4668892. OLE color: 4668892.
HSL color Cylindrical-coordinate representation of color #DC3D47: hue angle of 356.23º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3D47 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 71 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.14 |
| HSL | 356.23º | 0.69% | 0.55% | - |
| HSV(B) | 356.23º | 0.72% | 0.86% | - |
| XYZ | 32.32 | 19.01 | 7.93 | - |
| YUV | 109.68 | 106.18 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 71 | 0 | 0.72 | 0.68 | 0.14 | 356.23 | 0.69 | 0.55 |
| Hex | DC | 3D | 47 | 0 | 48 | 44 | E | 164 | 45 | 37 |
| Octal | 334 | 75 | 107 | 0 | 110 | 104 | 16 | 544 | 105 | 67 |
| Binary | 11011100 | 111101 | 1000111 | 0 | 1001000 | 1000100 | 1110 | 101100100 | 1000101 | 110111 |
Color Harmonies of #DC3D47
Complementary color
Monochromatic Colors of #DC3D47
Black with #DC3D47
Text Example
Text Example
White with #DC3D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D47; }
p { color: rgb(220,61,71); }
H1.HeaderClassName
{
color: #DC3D47;
}
.AnyTagClassName
{
color: #DC3D47;
}
</style>
background-color css
<style>
a { background-color: #DC3D47; }
a { background-color: rgb(220,61,71); }
div.DivClassName
{
background-color: #DC3D47;
}
.BgClassName
{
background-color: #DC3D47;
}
</style>
border-color css
<style>
span { border-color: #DC3D47; }
span { border-color: rgb(220,61,71); }
td.TdClassName
{
border-color: #DC3D47;
}
.TagClassName
{
border-color: #DC3D47;
}
</style>