Shades of Amaranth #DC2851
Tints of Amaranth #DC2851
RGB
CMYK
RGB Variations
Color information
#DC2851 (or 0xDC2851) is known color: Amaranth. HEX triplet: DC, 28 and 51. RGB value is (220,40,81). Sum of RGB (Red+Green+Blue) = 220+40+81=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2851 is #23D7AE. Grayscale: #626262. Windows color (decimal): -2348975 or 5318876. OLE color: 5318876.
HSL color Cylindrical-coordinate representation of color #DC2851: hue angle of 346.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2851 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 81 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.14 |
| HSL | 346.33º | 0.72% | 0.51% | - |
| HSV(B) | 346.33º | 0.82% | 0.86% | - |
| XYZ | 31.76 | 17.33 | 9.46 | - |
| YUV | 98.49 | 118.13 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 81 | 0 | 0.82 | 0.63 | 0.14 | 346.33 | 0.72 | 0.51 |
| Hex | DC | 28 | 51 | 0 | 52 | 3F | E | 15A | 48 | 33 |
| Octal | 334 | 50 | 121 | 0 | 122 | 77 | 16 | 532 | 110 | 63 |
| Binary | 11011100 | 101000 | 1010001 | 0 | 1010010 | 111111 | 1110 | 101011010 | 1001000 | 110011 |
Color Harmonies of #DC2851
Complementary color
Monochromatic Colors of #DC2851
Black with #DC2851
Text Example
Text Example
White with #DC2851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2851; }
p { color: rgb(220,40,81); }
H1.HeaderClassName
{
color: #DC2851;
}
.AnyTagClassName
{
color: #DC2851;
}
</style>
background-color css
<style>
a { background-color: #DC2851; }
a { background-color: rgb(220,40,81); }
div.DivClassName
{
background-color: #DC2851;
}
.BgClassName
{
background-color: #DC2851;
}
</style>
border-color css
<style>
span { border-color: #DC2851; }
span { border-color: rgb(220,40,81); }
td.TdClassName
{
border-color: #DC2851;
}
.TagClassName
{
border-color: #DC2851;
}
</style>