Shades of Amaranth #DC1E4E
Tints of Amaranth #DC1E4E
RGB
CMYK
RGB Variations
Color information
#DC1E4E (or 0xDC1E4E) is known color: Amaranth. HEX triplet: DC, 1E and 4E. RGB value is (220,30,78). Sum of RGB (Red+Green+Blue) = 220+30+78=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E4E is #23E1B1. Grayscale: #5C5C5C. Windows color (decimal): -2351538 or 5119708. OLE color: 5119708.
HSL color Cylindrical-coordinate representation of color #DC1E4E: hue angle of 344.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1E4E is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 78 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.14 |
| HSL | 344.84º | 0.76% | 0.49% | - |
| HSV(B) | 344.84º | 0.86% | 0.86% | - |
| XYZ | 31.35 | 16.69 | 8.78 | - |
| YUV | 92.28 | 119.95 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 78 | 0 | 0.86 | 0.65 | 0.14 | 344.84 | 0.76 | 0.49 |
| Hex | DC | 1E | 4E | 0 | 56 | 41 | E | 159 | 4C | 31 |
| Octal | 334 | 36 | 116 | 0 | 126 | 101 | 16 | 531 | 114 | 61 |
| Binary | 11011100 | 11110 | 1001110 | 0 | 1010110 | 1000001 | 1110 | 101011001 | 1001100 | 110001 |
Color Harmonies of #DC1E4E
Complementary color
Monochromatic Colors of #DC1E4E
Black with #DC1E4E
Text Example
Text Example
White with #DC1E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E4E; }
p { color: rgb(220,30,78); }
H1.HeaderClassName
{
color: #DC1E4E;
}
.AnyTagClassName
{
color: #DC1E4E;
}
</style>
background-color css
<style>
a { background-color: #DC1E4E; }
a { background-color: rgb(220,30,78); }
div.DivClassName
{
background-color: #DC1E4E;
}
.BgClassName
{
background-color: #DC1E4E;
}
</style>
border-color css
<style>
span { border-color: #DC1E4E; }
span { border-color: rgb(220,30,78); }
td.TdClassName
{
border-color: #DC1E4E;
}
.TagClassName
{
border-color: #DC1E4E;
}
</style>