Shades of Amaranth #DC364E
Tints of Amaranth #DC364E
RGB
CMYK
RGB Variations
Color information
#DC364E (or 0xDC364E) is known color: Amaranth. HEX triplet: DC, 36 and 4E. RGB value is (220,54,78). Sum of RGB (Red+Green+Blue) = 220+54+78=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC364E is #23C9B1. Grayscale: #6A6A6A. Windows color (decimal): -2345394 or 5125852. OLE color: 5125852.
HSL color Cylindrical-coordinate representation of color #DC364E: hue angle of 351.33º 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 #DC364E is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 78 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.14 |
| HSL | 351.33º | 0.7% | 0.54% | - |
| HSV(B) | 351.33º | 0.75% | 0.86% | - |
| XYZ | 32.21 | 18.4 | 9.06 | - |
| YUV | 106.37 | 112 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 78 | 0 | 0.75 | 0.65 | 0.14 | 351.33 | 0.7 | 0.54 |
| Hex | DC | 36 | 4E | 0 | 4B | 41 | E | 15F | 46 | 36 |
| Octal | 334 | 66 | 116 | 0 | 113 | 101 | 16 | 537 | 106 | 66 |
| Binary | 11011100 | 110110 | 1001110 | 0 | 1001011 | 1000001 | 1110 | 101011111 | 1000110 | 110110 |
Color Harmonies of #DC364E
Complementary color
Monochromatic Colors of #DC364E
Black with #DC364E
Text Example
Text Example
White with #DC364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC364E; }
p { color: rgb(220,54,78); }
H1.HeaderClassName
{
color: #DC364E;
}
.AnyTagClassName
{
color: #DC364E;
}
</style>
background-color css
<style>
a { background-color: #DC364E; }
a { background-color: rgb(220,54,78); }
div.DivClassName
{
background-color: #DC364E;
}
.BgClassName
{
background-color: #DC364E;
}
</style>
border-color css
<style>
span { border-color: #DC364E; }
span { border-color: rgb(220,54,78); }
td.TdClassName
{
border-color: #DC364E;
}
.TagClassName
{
border-color: #DC364E;
}
</style>