Shades of Amaranth #DC224F
Tints of Amaranth #DC224F
RGB
CMYK
RGB Variations
Color information
#DC224F (or 0xDC224F) is known color: Amaranth. HEX triplet: DC, 22 and 4F. RGB value is (220,34,79). Sum of RGB (Red+Green+Blue) = 220+34+79=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC224F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC224F is #23DDB0. Grayscale: #5E5E5E. Windows color (decimal): -2350513 or 5186268. OLE color: 5186268.
HSL color Cylindrical-coordinate representation of color #DC224F: hue angle of 345.48º 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 #DC224F is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 79 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.14 |
| HSL | 345.48º | 0.73% | 0.5% | - |
| HSV(B) | 345.48º | 0.85% | 0.86% | - |
| XYZ | 31.5 | 16.92 | 9 | - |
| YUV | 94.74 | 119.12 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 79 | 0 | 0.85 | 0.64 | 0.14 | 345.48 | 0.73 | 0.5 |
| Hex | DC | 22 | 4F | 0 | 55 | 40 | E | 159 | 49 | 32 |
| Octal | 334 | 42 | 117 | 0 | 125 | 100 | 16 | 531 | 111 | 62 |
| Binary | 11011100 | 100010 | 1001111 | 0 | 1010101 | 1000000 | 1110 | 101011001 | 1001001 | 110010 |
Color Harmonies of #DC224F
Complementary color
Monochromatic Colors of #DC224F
Black with #DC224F
Text Example
Text Example
White with #DC224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC224F; }
p { color: rgb(220,34,79); }
H1.HeaderClassName
{
color: #DC224F;
}
.AnyTagClassName
{
color: #DC224F;
}
</style>
background-color css
<style>
a { background-color: #DC224F; }
a { background-color: rgb(220,34,79); }
div.DivClassName
{
background-color: #DC224F;
}
.BgClassName
{
background-color: #DC224F;
}
</style>
border-color css
<style>
span { border-color: #DC224F; }
span { border-color: rgb(220,34,79); }
td.TdClassName
{
border-color: #DC224F;
}
.TagClassName
{
border-color: #DC224F;
}
</style>