Shades of Amaranth #DC3746
Tints of Amaranth #DC3746
RGB
CMYK
RGB Variations
Color information
#DC3746 (or 0xDC3746) is known color: Amaranth. HEX triplet: DC, 37 and 46. RGB value is (220,55,70). Sum of RGB (Red+Green+Blue) = 220+55+70=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3746 is #23C8B9. Grayscale: #6A6A6A. Windows color (decimal): -2345146 or 4601820. OLE color: 4601820.
HSL color Cylindrical-coordinate representation of color #DC3746: hue angle of 354.55º 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 #DC3746 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 70 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.14 |
| HSL | 354.55º | 0.7% | 0.54% | - |
| HSV(B) | 354.55º | 0.75% | 0.86% | - |
| XYZ | 31.99 | 18.39 | 7.66 | - |
| YUV | 106.05 | 107.66 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 70 | 0 | 0.75 | 0.68 | 0.14 | 354.55 | 0.7 | 0.54 |
| Hex | DC | 37 | 46 | 0 | 4B | 44 | E | 163 | 46 | 36 |
| Octal | 334 | 67 | 106 | 0 | 113 | 104 | 16 | 543 | 106 | 66 |
| Binary | 11011100 | 110111 | 1000110 | 0 | 1001011 | 1000100 | 1110 | 101100011 | 1000110 | 110110 |
Color Harmonies of #DC3746
Complementary color
Monochromatic Colors of #DC3746
Black with #DC3746
Text Example
Text Example
White with #DC3746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3746; }
p { color: rgb(220,55,70); }
H1.HeaderClassName
{
color: #DC3746;
}
.AnyTagClassName
{
color: #DC3746;
}
</style>
background-color css
<style>
a { background-color: #DC3746; }
a { background-color: rgb(220,55,70); }
div.DivClassName
{
background-color: #DC3746;
}
.BgClassName
{
background-color: #DC3746;
}
</style>
border-color css
<style>
span { border-color: #DC3746; }
span { border-color: rgb(220,55,70); }
td.TdClassName
{
border-color: #DC3746;
}
.TagClassName
{
border-color: #DC3746;
}
</style>