Shades of Amaranth #DC2948
Tints of Amaranth #DC2948
RGB
CMYK
RGB Variations
Color information
#DC2948 (or 0xDC2948) is known color: Amaranth. HEX triplet: DC, 29 and 48. RGB value is (220,41,72). Sum of RGB (Red+Green+Blue) = 220+41+72=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2948 is #23D6B7. Grayscale: #626262. Windows color (decimal): -2348728 or 4729308. OLE color: 4729308.
HSL color Cylindrical-coordinate representation of color #DC2948: hue angle of 349.61º 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 #DC2948 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 72 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.14 |
| HSL | 349.61º | 0.72% | 0.51% | - |
| HSV(B) | 349.61º | 0.81% | 0.86% | - |
| XYZ | 31.48 | 17.27 | 7.81 | - |
| YUV | 98.06 | 113.3 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 72 | 0 | 0.81 | 0.67 | 0.14 | 349.61 | 0.72 | 0.51 |
| Hex | DC | 29 | 48 | 0 | 51 | 43 | E | 15E | 48 | 33 |
| Octal | 334 | 51 | 110 | 0 | 121 | 103 | 16 | 536 | 110 | 63 |
| Binary | 11011100 | 101001 | 1001000 | 0 | 1010001 | 1000011 | 1110 | 101011110 | 1001000 | 110011 |
Color Harmonies of #DC2948
Complementary color
Monochromatic Colors of #DC2948
Black with #DC2948
Text Example
Text Example
White with #DC2948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2948; }
p { color: rgb(220,41,72); }
H1.HeaderClassName
{
color: #DC2948;
}
.AnyTagClassName
{
color: #DC2948;
}
</style>
background-color css
<style>
a { background-color: #DC2948; }
a { background-color: rgb(220,41,72); }
div.DivClassName
{
background-color: #DC2948;
}
.BgClassName
{
background-color: #DC2948;
}
</style>
border-color css
<style>
span { border-color: #DC2948; }
span { border-color: rgb(220,41,72); }
td.TdClassName
{
border-color: #DC2948;
}
.TagClassName
{
border-color: #DC2948;
}
</style>