Shades of Amaranth #DC2546
Tints of Amaranth #DC2546
RGB
CMYK
RGB Variations
Color information
#DC2546 (or 0xDC2546) is known color: Amaranth. HEX triplet: DC, 25 and 46. RGB value is (220,37,70). Sum of RGB (Red+Green+Blue) = 220+37+70=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2546 is #23DAB9. Grayscale: #5F5F5F. Windows color (decimal): -2349754 or 4597212. OLE color: 4597212.
HSL color Cylindrical-coordinate representation of color #DC2546: hue angle of 349.18º 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 #DC2546 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 70 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.14 |
| HSL | 349.18º | 0.72% | 0.5% | - |
| HSV(B) | 349.18º | 0.83% | 0.86% | - |
| XYZ | 31.28 | 16.98 | 7.42 | - |
| YUV | 95.48 | 113.63 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 70 | 0 | 0.83 | 0.68 | 0.14 | 349.18 | 0.72 | 0.5 |
| Hex | DC | 25 | 46 | 0 | 53 | 44 | E | 15D | 48 | 32 |
| Octal | 334 | 45 | 106 | 0 | 123 | 104 | 16 | 535 | 110 | 62 |
| Binary | 11011100 | 100101 | 1000110 | 0 | 1010011 | 1000100 | 1110 | 101011101 | 1001000 | 110010 |
Color Harmonies of #DC2546
Complementary color
Monochromatic Colors of #DC2546
Black with #DC2546
Text Example
Text Example
White with #DC2546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2546; }
p { color: rgb(220,37,70); }
H1.HeaderClassName
{
color: #DC2546;
}
.AnyTagClassName
{
color: #DC2546;
}
</style>
background-color css
<style>
a { background-color: #DC2546; }
a { background-color: rgb(220,37,70); }
div.DivClassName
{
background-color: #DC2546;
}
.BgClassName
{
background-color: #DC2546;
}
</style>
border-color css
<style>
span { border-color: #DC2546; }
span { border-color: rgb(220,37,70); }
td.TdClassName
{
border-color: #DC2546;
}
.TagClassName
{
border-color: #DC2546;
}
</style>