Shades of Amaranth #DC224A
Tints of Amaranth #DC224A
RGB
CMYK
RGB Variations
Color information
#DC224A (or 0xDC224A) is known color: Amaranth. HEX triplet: DC, 22 and 4A. RGB value is (220,34,74). Sum of RGB (Red+Green+Blue) = 220+34+74=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC224A is #23DDB5. Grayscale: #5E5E5E. Windows color (decimal): -2350518 or 4858588. OLE color: 4858588.
HSL color Cylindrical-coordinate representation of color #DC224A: hue angle of 347.1º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC224A is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 74 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.14 |
| HSL | 347.1º | 0.73% | 0.5% | - |
| HSV(B) | 347.1º | 0.85% | 0.86% | - |
| XYZ | 31.32 | 16.85 | 8.08 | - |
| YUV | 94.17 | 116.62 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 74 | 0 | 0.85 | 0.66 | 0.14 | 347.1 | 0.73 | 0.5 |
| Hex | DC | 22 | 4A | 0 | 55 | 42 | E | 15B | 49 | 32 |
| Octal | 334 | 42 | 112 | 0 | 125 | 102 | 16 | 533 | 111 | 62 |
| Binary | 11011100 | 100010 | 1001010 | 0 | 1010101 | 1000010 | 1110 | 101011011 | 1001001 | 110010 |
Color Harmonies of #DC224A
Complementary color
Monochromatic Colors of #DC224A
Black with #DC224A
Text Example
Text Example
White with #DC224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC224A; }
p { color: rgb(220,34,74); }
H1.HeaderClassName
{
color: #DC224A;
}
.AnyTagClassName
{
color: #DC224A;
}
</style>
background-color css
<style>
a { background-color: #DC224A; }
a { background-color: rgb(220,34,74); }
div.DivClassName
{
background-color: #DC224A;
}
.BgClassName
{
background-color: #DC224A;
}
</style>
border-color css
<style>
span { border-color: #DC224A; }
span { border-color: rgb(220,34,74); }
td.TdClassName
{
border-color: #DC224A;
}
.TagClassName
{
border-color: #DC224A;
}
</style>