Shades of Amaranth #DC374A
Tints of Amaranth #DC374A
RGB
CMYK
RGB Variations
Color information
#DC374A (or 0xDC374A) is known color: Amaranth. HEX triplet: DC, 37 and 4A. RGB value is (220,55,74). Sum of RGB (Red+Green+Blue) = 220+55+74=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC374A is #23C8B5. Grayscale: #6A6A6A. Windows color (decimal): -2345142 or 4863964. OLE color: 4863964.
HSL color Cylindrical-coordinate representation of color #DC374A: hue angle of 353.09º 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 #DC374A is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 74 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.14 |
| HSL | 353.09º | 0.7% | 0.54% | - |
| HSV(B) | 353.09º | 0.75% | 0.86% | - |
| XYZ | 32.12 | 18.44 | 8.35 | - |
| YUV | 106.5 | 109.66 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 74 | 0 | 0.75 | 0.66 | 0.14 | 353.09 | 0.7 | 0.54 |
| Hex | DC | 37 | 4A | 0 | 4B | 42 | E | 161 | 46 | 36 |
| Octal | 334 | 67 | 112 | 0 | 113 | 102 | 16 | 541 | 106 | 66 |
| Binary | 11011100 | 110111 | 1001010 | 0 | 1001011 | 1000010 | 1110 | 101100001 | 1000110 | 110110 |
Color Harmonies of #DC374A
Complementary color
Monochromatic Colors of #DC374A
Black with #DC374A
Text Example
Text Example
White with #DC374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC374A; }
p { color: rgb(220,55,74); }
H1.HeaderClassName
{
color: #DC374A;
}
.AnyTagClassName
{
color: #DC374A;
}
</style>
background-color css
<style>
a { background-color: #DC374A; }
a { background-color: rgb(220,55,74); }
div.DivClassName
{
background-color: #DC374A;
}
.BgClassName
{
background-color: #DC374A;
}
</style>
border-color css
<style>
span { border-color: #DC374A; }
span { border-color: rgb(220,55,74); }
td.TdClassName
{
border-color: #DC374A;
}
.TagClassName
{
border-color: #DC374A;
}
</style>