Shades of Amaranth #DC394A
Tints of Amaranth #DC394A
RGB
CMYK
RGB Variations
Color information
#DC394A (or 0xDC394A) is known color: Amaranth. HEX triplet: DC, 39 and 4A. RGB value is (220,57,74). Sum of RGB (Red+Green+Blue) = 220+57+74=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC394A is #23C6B5. Grayscale: #6B6B6B. Windows color (decimal): -2344630 or 4864476. OLE color: 4864476.
HSL color Cylindrical-coordinate representation of color #DC394A: hue angle of 353.74º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC394A is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 74 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.14 |
| HSL | 353.74º | 0.7% | 0.54% | - |
| HSV(B) | 353.74º | 0.74% | 0.86% | - |
| XYZ | 32.21 | 18.64 | 8.38 | - |
| YUV | 107.68 | 109 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 74 | 0 | 0.74 | 0.66 | 0.14 | 353.74 | 0.7 | 0.54 |
| Hex | DC | 39 | 4A | 0 | 4A | 42 | E | 162 | 46 | 36 |
| Octal | 334 | 71 | 112 | 0 | 112 | 102 | 16 | 542 | 106 | 66 |
| Binary | 11011100 | 111001 | 1001010 | 0 | 1001010 | 1000010 | 1110 | 101100010 | 1000110 | 110110 |
Color Harmonies of #DC394A
Complementary color
Monochromatic Colors of #DC394A
Black with #DC394A
Text Example
Text Example
White with #DC394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC394A; }
p { color: rgb(220,57,74); }
H1.HeaderClassName
{
color: #DC394A;
}
.AnyTagClassName
{
color: #DC394A;
}
</style>
background-color css
<style>
a { background-color: #DC394A; }
a { background-color: rgb(220,57,74); }
div.DivClassName
{
background-color: #DC394A;
}
.BgClassName
{
background-color: #DC394A;
}
</style>
border-color css
<style>
span { border-color: #DC394A; }
span { border-color: rgb(220,57,74); }
td.TdClassName
{
border-color: #DC394A;
}
.TagClassName
{
border-color: #DC394A;
}
</style>