Shades of Amaranth #DC384A
Tints of Amaranth #DC384A
RGB
CMYK
RGB Variations
Color information
#DC384A (or 0xDC384A) is known color: Amaranth. HEX triplet: DC, 38 and 4A. RGB value is (220,56,74). Sum of RGB (Red+Green+Blue) = 220+56+74=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC384A is #23C7B5. Grayscale: #6B6B6B. Windows color (decimal): -2344886 or 4864220. OLE color: 4864220.
HSL color Cylindrical-coordinate representation of color #DC384A: hue angle of 353.41º 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 #DC384A is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 74 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.14 |
| HSL | 353.41º | 0.7% | 0.54% | - |
| HSV(B) | 353.41º | 0.75% | 0.86% | - |
| XYZ | 32.17 | 18.54 | 8.36 | - |
| YUV | 107.09 | 109.33 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 74 | 0 | 0.75 | 0.66 | 0.14 | 353.41 | 0.7 | 0.54 |
| Hex | DC | 38 | 4A | 0 | 4B | 42 | E | 161 | 46 | 36 |
| Octal | 334 | 70 | 112 | 0 | 113 | 102 | 16 | 541 | 106 | 66 |
| Binary | 11011100 | 111000 | 1001010 | 0 | 1001011 | 1000010 | 1110 | 101100001 | 1000110 | 110110 |
Color Harmonies of #DC384A
Complementary color
Monochromatic Colors of #DC384A
Black with #DC384A
Text Example
Text Example
White with #DC384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC384A; }
p { color: rgb(220,56,74); }
H1.HeaderClassName
{
color: #DC384A;
}
.AnyTagClassName
{
color: #DC384A;
}
</style>
background-color css
<style>
a { background-color: #DC384A; }
a { background-color: rgb(220,56,74); }
div.DivClassName
{
background-color: #DC384A;
}
.BgClassName
{
background-color: #DC384A;
}
</style>
border-color css
<style>
span { border-color: #DC384A; }
span { border-color: rgb(220,56,74); }
td.TdClassName
{
border-color: #DC384A;
}
.TagClassName
{
border-color: #DC384A;
}
</style>