Shades of Amaranth #DC2953
Tints of Amaranth #DC2953
RGB
CMYK
RGB Variations
Color information
#DC2953 (or 0xDC2953) is known color: Amaranth. HEX triplet: DC, 29 and 53. RGB value is (220,41,83). Sum of RGB (Red+Green+Blue) = 220+41+83=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2953 is #23D6AC. Grayscale: #636363. Windows color (decimal): -2348717 or 5450204. OLE color: 5450204.
HSL color Cylindrical-coordinate representation of color #DC2953: hue angle of 345.92º 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 #DC2953 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 83 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.14 |
| HSL | 345.92º | 0.72% | 0.51% | - |
| HSV(B) | 345.92º | 0.81% | 0.86% | - |
| XYZ | 31.87 | 17.43 | 9.87 | - |
| YUV | 99.31 | 118.8 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 83 | 0 | 0.81 | 0.62 | 0.14 | 345.92 | 0.72 | 0.51 |
| Hex | DC | 29 | 53 | 0 | 51 | 3E | E | 15A | 48 | 33 |
| Octal | 334 | 51 | 123 | 0 | 121 | 76 | 16 | 532 | 110 | 63 |
| Binary | 11011100 | 101001 | 1010011 | 0 | 1010001 | 111110 | 1110 | 101011010 | 1001000 | 110011 |
Color Harmonies of #DC2953
Complementary color
Monochromatic Colors of #DC2953
Black with #DC2953
Text Example
Text Example
White with #DC2953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2953; }
p { color: rgb(220,41,83); }
H1.HeaderClassName
{
color: #DC2953;
}
.AnyTagClassName
{
color: #DC2953;
}
</style>
background-color css
<style>
a { background-color: #DC2953; }
a { background-color: rgb(220,41,83); }
div.DivClassName
{
background-color: #DC2953;
}
.BgClassName
{
background-color: #DC2953;
}
</style>
border-color css
<style>
span { border-color: #DC2953; }
span { border-color: rgb(220,41,83); }
td.TdClassName
{
border-color: #DC2953;
}
.TagClassName
{
border-color: #DC2953;
}
</style>