Shades of Amaranth #DC3853
Tints of Amaranth #DC3853
RGB
CMYK
RGB Variations
Color information
#DC3853 (or 0xDC3853) is known color: Amaranth. HEX triplet: DC, 38 and 53. RGB value is (220,56,83). Sum of RGB (Red+Green+Blue) = 220+56+83=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3853 is #23C7AC. Grayscale: #6C6C6C. Windows color (decimal): -2344877 or 5454044. OLE color: 5454044.
HSL color Cylindrical-coordinate representation of color #DC3853: hue angle of 350.12º 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 #DC3853 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 83 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.14 |
| HSL | 350.12º | 0.7% | 0.54% | - |
| HSV(B) | 350.12º | 0.75% | 0.86% | - |
| XYZ | 32.49 | 18.67 | 10.07 | - |
| YUV | 108.11 | 113.83 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 83 | 0 | 0.75 | 0.62 | 0.14 | 350.12 | 0.7 | 0.54 |
| Hex | DC | 38 | 53 | 0 | 4B | 3E | E | 15E | 46 | 36 |
| Octal | 334 | 70 | 123 | 0 | 113 | 76 | 16 | 536 | 106 | 66 |
| Binary | 11011100 | 111000 | 1010011 | 0 | 1001011 | 111110 | 1110 | 101011110 | 1000110 | 110110 |
Color Harmonies of #DC3853
Complementary color
Monochromatic Colors of #DC3853
Black with #DC3853
Text Example
Text Example
White with #DC3853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3853; }
p { color: rgb(220,56,83); }
H1.HeaderClassName
{
color: #DC3853;
}
.AnyTagClassName
{
color: #DC3853;
}
</style>
background-color css
<style>
a { background-color: #DC3853; }
a { background-color: rgb(220,56,83); }
div.DivClassName
{
background-color: #DC3853;
}
.BgClassName
{
background-color: #DC3853;
}
</style>
border-color css
<style>
span { border-color: #DC3853; }
span { border-color: rgb(220,56,83); }
td.TdClassName
{
border-color: #DC3853;
}
.TagClassName
{
border-color: #DC3853;
}
</style>