Shades of Amaranth #DC2648
Tints of Amaranth #DC2648
RGB
CMYK
RGB Variations
Color information
#DC2648 (or 0xDC2648) is known color: Amaranth. HEX triplet: DC, 26 and 48. RGB value is (220,38,72). Sum of RGB (Red+Green+Blue) = 220+38+72=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2648 is #23D9B7. Grayscale: #606060. Windows color (decimal): -2349496 or 4728540. OLE color: 4728540.
HSL color Cylindrical-coordinate representation of color #DC2648: hue angle of 348.79º 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 #DC2648 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 72 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.14 |
| HSL | 348.79º | 0.72% | 0.51% | - |
| HSV(B) | 348.79º | 0.83% | 0.86% | - |
| XYZ | 31.38 | 17.07 | 7.77 | - |
| YUV | 96.29 | 114.3 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 72 | 0 | 0.83 | 0.67 | 0.14 | 348.79 | 0.72 | 0.51 |
| Hex | DC | 26 | 48 | 0 | 53 | 43 | E | 15D | 48 | 33 |
| Octal | 334 | 46 | 110 | 0 | 123 | 103 | 16 | 535 | 110 | 63 |
| Binary | 11011100 | 100110 | 1001000 | 0 | 1010011 | 1000011 | 1110 | 101011101 | 1001000 | 110011 |
Color Harmonies of #DC2648
Complementary color
Monochromatic Colors of #DC2648
Black with #DC2648
Text Example
Text Example
White with #DC2648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2648; }
p { color: rgb(220,38,72); }
H1.HeaderClassName
{
color: #DC2648;
}
.AnyTagClassName
{
color: #DC2648;
}
</style>
background-color css
<style>
a { background-color: #DC2648; }
a { background-color: rgb(220,38,72); }
div.DivClassName
{
background-color: #DC2648;
}
.BgClassName
{
background-color: #DC2648;
}
</style>
border-color css
<style>
span { border-color: #DC2648; }
span { border-color: rgb(220,38,72); }
td.TdClassName
{
border-color: #DC2648;
}
.TagClassName
{
border-color: #DC2648;
}
</style>