Shades of Amaranth #DC3648
Tints of Amaranth #DC3648
RGB
CMYK
RGB Variations
Color information
#DC3648 (or 0xDC3648) is known color: Amaranth. HEX triplet: DC, 36 and 48. RGB value is (220,54,72). Sum of RGB (Red+Green+Blue) = 220+54+72=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3648 is #23C9B7. Grayscale: #696969. Windows color (decimal): -2345400 or 4732636. OLE color: 4732636.
HSL color Cylindrical-coordinate representation of color #DC3648: hue angle of 353.49º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3648 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 72 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.14 |
| HSL | 353.49º | 0.7% | 0.54% | - |
| HSV(B) | 353.49º | 0.75% | 0.86% | - |
| XYZ | 32 | 18.32 | 7.98 | - |
| YUV | 105.69 | 109 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 72 | 0 | 0.75 | 0.67 | 0.14 | 353.49 | 0.7 | 0.54 |
| Hex | DC | 36 | 48 | 0 | 4B | 43 | E | 161 | 46 | 36 |
| Octal | 334 | 66 | 110 | 0 | 113 | 103 | 16 | 541 | 106 | 66 |
| Binary | 11011100 | 110110 | 1001000 | 0 | 1001011 | 1000011 | 1110 | 101100001 | 1000110 | 110110 |
Color Harmonies of #DC3648
Complementary color
Monochromatic Colors of #DC3648
Black with #DC3648
Text Example
Text Example
White with #DC3648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3648; }
p { color: rgb(220,54,72); }
H1.HeaderClassName
{
color: #DC3648;
}
.AnyTagClassName
{
color: #DC3648;
}
</style>
background-color css
<style>
a { background-color: #DC3648; }
a { background-color: rgb(220,54,72); }
div.DivClassName
{
background-color: #DC3648;
}
.BgClassName
{
background-color: #DC3648;
}
</style>
border-color css
<style>
span { border-color: #DC3648; }
span { border-color: rgb(220,54,72); }
td.TdClassName
{
border-color: #DC3648;
}
.TagClassName
{
border-color: #DC3648;
}
</style>