Shades of Amaranth #DC2553
Tints of Amaranth #DC2553
RGB
CMYK
RGB Variations
Color information
#DC2553 (or 0xDC2553) is known color: Amaranth. HEX triplet: DC, 25 and 53. RGB value is (220,37,83). Sum of RGB (Red+Green+Blue) = 220+37+83=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2553 is #23DAAC. Grayscale: #606060. Windows color (decimal): -2349741 or 5449180. OLE color: 5449180.
HSL color Cylindrical-coordinate representation of color #DC2553: hue angle of 344.92º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2553 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 83 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.14 |
| HSL | 344.92º | 0.72% | 0.5% | - |
| HSV(B) | 344.92º | 0.83% | 0.86% | - |
| XYZ | 31.74 | 17.16 | 9.82 | - |
| YUV | 96.96 | 120.13 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 83 | 0 | 0.83 | 0.62 | 0.14 | 344.92 | 0.72 | 0.5 |
| Hex | DC | 25 | 53 | 0 | 53 | 3E | E | 159 | 48 | 32 |
| Octal | 334 | 45 | 123 | 0 | 123 | 76 | 16 | 531 | 110 | 62 |
| Binary | 11011100 | 100101 | 1010011 | 0 | 1010011 | 111110 | 1110 | 101011001 | 1001000 | 110010 |
Color Harmonies of #DC2553
Complementary color
Monochromatic Colors of #DC2553
Black with #DC2553
Text Example
Text Example
White with #DC2553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2553; }
p { color: rgb(220,37,83); }
H1.HeaderClassName
{
color: #DC2553;
}
.AnyTagClassName
{
color: #DC2553;
}
</style>
background-color css
<style>
a { background-color: #DC2553; }
a { background-color: rgb(220,37,83); }
div.DivClassName
{
background-color: #DC2553;
}
.BgClassName
{
background-color: #DC2553;
}
</style>
border-color css
<style>
span { border-color: #DC2553; }
span { border-color: rgb(220,37,83); }
td.TdClassName
{
border-color: #DC2553;
}
.TagClassName
{
border-color: #DC2553;
}
</style>