Shades of Amaranth #DC3846
Tints of Amaranth #DC3846
RGB
CMYK
RGB Variations
Color information
#DC3846 (or 0xDC3846) is known color: Amaranth. HEX triplet: DC, 38 and 46. RGB value is (220,56,70). Sum of RGB (Red+Green+Blue) = 220+56+70=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3846 is #23C7B9. Grayscale: #6A6A6A. Windows color (decimal): -2344890 or 4602076. OLE color: 4602076.
HSL color Cylindrical-coordinate representation of color #DC3846: hue angle of 354.88º 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 #DC3846 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 70 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.14 |
| HSL | 354.88º | 0.7% | 0.54% | - |
| HSV(B) | 354.88º | 0.75% | 0.86% | - |
| XYZ | 32.03 | 18.49 | 7.67 | - |
| YUV | 106.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 70 | 0 | 0.75 | 0.68 | 0.14 | 354.88 | 0.7 | 0.54 |
| Hex | DC | 38 | 46 | 0 | 4B | 44 | E | 163 | 46 | 36 |
| Octal | 334 | 70 | 106 | 0 | 113 | 104 | 16 | 543 | 106 | 66 |
| Binary | 11011100 | 111000 | 1000110 | 0 | 1001011 | 1000100 | 1110 | 101100011 | 1000110 | 110110 |
Color Harmonies of #DC3846
Complementary color
Monochromatic Colors of #DC3846
Black with #DC3846
Text Example
Text Example
White with #DC3846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3846; }
p { color: rgb(220,56,70); }
H1.HeaderClassName
{
color: #DC3846;
}
.AnyTagClassName
{
color: #DC3846;
}
</style>
background-color css
<style>
a { background-color: #DC3846; }
a { background-color: rgb(220,56,70); }
div.DivClassName
{
background-color: #DC3846;
}
.BgClassName
{
background-color: #DC3846;
}
</style>
border-color css
<style>
span { border-color: #DC3846; }
span { border-color: rgb(220,56,70); }
td.TdClassName
{
border-color: #DC3846;
}
.TagClassName
{
border-color: #DC3846;
}
</style>