Shades of Amaranth #DC374F
Tints of Amaranth #DC374F
RGB
CMYK
RGB Variations
Color information
#DC374F (or 0xDC374F) is known color: Amaranth. HEX triplet: DC, 37 and 4F. RGB value is (220,55,79). Sum of RGB (Red+Green+Blue) = 220+55+79=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC374F is #23C8B0. Grayscale: #6B6B6B. Windows color (decimal): -2345137 or 5191644. OLE color: 5191644.
HSL color Cylindrical-coordinate representation of color #DC374F: hue angle of 351.27º 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 #DC374F is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 79 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.14 |
| HSL | 351.27º | 0.7% | 0.54% | - |
| HSV(B) | 351.27º | 0.75% | 0.86% | - |
| XYZ | 32.29 | 18.51 | 9.27 | - |
| YUV | 107.07 | 112.16 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 79 | 0 | 0.75 | 0.64 | 0.14 | 351.27 | 0.7 | 0.54 |
| Hex | DC | 37 | 4F | 0 | 4B | 40 | E | 15F | 46 | 36 |
| Octal | 334 | 67 | 117 | 0 | 113 | 100 | 16 | 537 | 106 | 66 |
| Binary | 11011100 | 110111 | 1001111 | 0 | 1001011 | 1000000 | 1110 | 101011111 | 1000110 | 110110 |
Color Harmonies of #DC374F
Complementary color
Monochromatic Colors of #DC374F
Black with #DC374F
Text Example
Text Example
White with #DC374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC374F; }
p { color: rgb(220,55,79); }
H1.HeaderClassName
{
color: #DC374F;
}
.AnyTagClassName
{
color: #DC374F;
}
</style>
background-color css
<style>
a { background-color: #DC374F; }
a { background-color: rgb(220,55,79); }
div.DivClassName
{
background-color: #DC374F;
}
.BgClassName
{
background-color: #DC374F;
}
</style>
border-color css
<style>
span { border-color: #DC374F; }
span { border-color: rgb(220,55,79); }
td.TdClassName
{
border-color: #DC374F;
}
.TagClassName
{
border-color: #DC374F;
}
</style>