Shades of Amaranth #DC404A
Tints of Amaranth #DC404A
RGB
CMYK
RGB Variations
Color information
#DC404A (or 0xDC404A) is known color: Amaranth. HEX triplet: DC, 40 and 4A. RGB value is (220,64,74). Sum of RGB (Red+Green+Blue) = 220+64+74=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC404A is #23BFB5. Grayscale: #6F6F6F. Windows color (decimal): -2342838 or 4866268. OLE color: 4866268.
HSL color Cylindrical-coordinate representation of color #DC404A: hue angle of 356.15º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC404A is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 74 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.14 |
| HSL | 356.15º | 0.69% | 0.56% | - |
| HSV(B) | 356.15º | 0.71% | 0.86% | - |
| XYZ | 32.58 | 19.38 | 8.5 | - |
| YUV | 111.78 | 106.68 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 74 | 0 | 0.71 | 0.66 | 0.14 | 356.15 | 0.69 | 0.56 |
| Hex | DC | 40 | 4A | 0 | 47 | 42 | E | 164 | 45 | 38 |
| Octal | 334 | 100 | 112 | 0 | 107 | 102 | 16 | 544 | 105 | 70 |
| Binary | 11011100 | 1000000 | 1001010 | 0 | 1000111 | 1000010 | 1110 | 101100100 | 1000101 | 111000 |
Color Harmonies of #DC404A
Complementary color
Monochromatic Colors of #DC404A
Black with #DC404A
Text Example
Text Example
White with #DC404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC404A; }
p { color: rgb(220,64,74); }
H1.HeaderClassName
{
color: #DC404A;
}
.AnyTagClassName
{
color: #DC404A;
}
</style>
background-color css
<style>
a { background-color: #DC404A; }
a { background-color: rgb(220,64,74); }
div.DivClassName
{
background-color: #DC404A;
}
.BgClassName
{
background-color: #DC404A;
}
</style>
border-color css
<style>
span { border-color: #DC404A; }
span { border-color: rgb(220,64,74); }
td.TdClassName
{
border-color: #DC404A;
}
.TagClassName
{
border-color: #DC404A;
}
</style>