Shades of Amaranth #DC2947
Tints of Amaranth #DC2947
RGB
CMYK
RGB Variations
Color information
#DC2947 (or 0xDC2947) is known color: Amaranth. HEX triplet: DC, 29 and 47. RGB value is (220,41,71). Sum of RGB (Red+Green+Blue) = 220+41+71=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2947 is #23D6B8. Grayscale: #626262. Windows color (decimal): -2348729 or 4663772. OLE color: 4663772.
HSL color Cylindrical-coordinate representation of color #DC2947: hue angle of 349.94º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2947 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 71 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.14 |
| HSL | 349.94º | 0.72% | 0.51% | - |
| HSV(B) | 349.94º | 0.81% | 0.86% | - |
| XYZ | 31.45 | 17.26 | 7.63 | - |
| YUV | 97.94 | 112.8 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 71 | 0 | 0.81 | 0.68 | 0.14 | 349.94 | 0.72 | 0.51 |
| Hex | DC | 29 | 47 | 0 | 51 | 44 | E | 15E | 48 | 33 |
| Octal | 334 | 51 | 107 | 0 | 121 | 104 | 16 | 536 | 110 | 63 |
| Binary | 11011100 | 101001 | 1000111 | 0 | 1010001 | 1000100 | 1110 | 101011110 | 1001000 | 110011 |
Color Harmonies of #DC2947
Complementary color
Monochromatic Colors of #DC2947
Black with #DC2947
Text Example
Text Example
White with #DC2947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2947; }
p { color: rgb(220,41,71); }
H1.HeaderClassName
{
color: #DC2947;
}
.AnyTagClassName
{
color: #DC2947;
}
</style>
background-color css
<style>
a { background-color: #DC2947; }
a { background-color: rgb(220,41,71); }
div.DivClassName
{
background-color: #DC2947;
}
.BgClassName
{
background-color: #DC2947;
}
</style>
border-color css
<style>
span { border-color: #DC2947; }
span { border-color: rgb(220,41,71); }
td.TdClassName
{
border-color: #DC2947;
}
.TagClassName
{
border-color: #DC2947;
}
</style>