Shades of Amaranth #DC2649
Tints of Amaranth #DC2649
RGB
CMYK
RGB Variations
Color information
#DC2649 (or 0xDC2649) is known color: Amaranth. HEX triplet: DC, 26 and 49. RGB value is (220,38,73). Sum of RGB (Red+Green+Blue) = 220+38+73=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2649 is #23D9B6. Grayscale: #606060. Windows color (decimal): -2349495 or 4794076. OLE color: 4794076.
HSL color Cylindrical-coordinate representation of color #DC2649: hue angle of 348.46º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2649 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 73 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.14 |
| HSL | 348.46º | 0.72% | 0.51% | - |
| HSV(B) | 348.46º | 0.83% | 0.86% | - |
| XYZ | 31.41 | 17.08 | 7.95 | - |
| YUV | 96.41 | 114.8 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 73 | 0 | 0.83 | 0.67 | 0.14 | 348.46 | 0.72 | 0.51 |
| Hex | DC | 26 | 49 | 0 | 53 | 43 | E | 15C | 48 | 33 |
| Octal | 334 | 46 | 111 | 0 | 123 | 103 | 16 | 534 | 110 | 63 |
| Binary | 11011100 | 100110 | 1001001 | 0 | 1010011 | 1000011 | 1110 | 101011100 | 1001000 | 110011 |
Color Harmonies of #DC2649
Complementary color
Monochromatic Colors of #DC2649
Black with #DC2649
Text Example
Text Example
White with #DC2649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2649; }
p { color: rgb(220,38,73); }
H1.HeaderClassName
{
color: #DC2649;
}
.AnyTagClassName
{
color: #DC2649;
}
</style>
background-color css
<style>
a { background-color: #DC2649; }
a { background-color: rgb(220,38,73); }
div.DivClassName
{
background-color: #DC2649;
}
.BgClassName
{
background-color: #DC2649;
}
</style>
border-color css
<style>
span { border-color: #DC2649; }
span { border-color: rgb(220,38,73); }
td.TdClassName
{
border-color: #DC2649;
}
.TagClassName
{
border-color: #DC2649;
}
</style>