Shades of Amaranth #DC384C
Tints of Amaranth #DC384C
RGB
CMYK
RGB Variations
Color information
#DC384C (or 0xDC384C) is known color: Amaranth. HEX triplet: DC, 38 and 4C. RGB value is (220,56,76). Sum of RGB (Red+Green+Blue) = 220+56+76=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC384C is #23C7B3. Grayscale: #6B6B6B. Windows color (decimal): -2344884 or 4995292. OLE color: 4995292.
HSL color Cylindrical-coordinate representation of color #DC384C: hue angle of 352.68º 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 #DC384C is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 76 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.14 |
| HSL | 352.68º | 0.7% | 0.54% | - |
| HSV(B) | 352.68º | 0.75% | 0.86% | - |
| XYZ | 32.23 | 18.57 | 8.72 | - |
| YUV | 107.32 | 110.33 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 76 | 0 | 0.75 | 0.65 | 0.14 | 352.68 | 0.7 | 0.54 |
| Hex | DC | 38 | 4C | 0 | 4B | 41 | E | 161 | 46 | 36 |
| Octal | 334 | 70 | 114 | 0 | 113 | 101 | 16 | 541 | 106 | 66 |
| Binary | 11011100 | 111000 | 1001100 | 0 | 1001011 | 1000001 | 1110 | 101100001 | 1000110 | 110110 |
Color Harmonies of #DC384C
Complementary color
Monochromatic Colors of #DC384C
Black with #DC384C
Text Example
Text Example
White with #DC384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC384C; }
p { color: rgb(220,56,76); }
H1.HeaderClassName
{
color: #DC384C;
}
.AnyTagClassName
{
color: #DC384C;
}
</style>
background-color css
<style>
a { background-color: #DC384C; }
a { background-color: rgb(220,56,76); }
div.DivClassName
{
background-color: #DC384C;
}
.BgClassName
{
background-color: #DC384C;
}
</style>
border-color css
<style>
span { border-color: #DC384C; }
span { border-color: rgb(220,56,76); }
td.TdClassName
{
border-color: #DC384C;
}
.TagClassName
{
border-color: #DC384C;
}
</style>