Shades of Amaranth #DC2850
Tints of Amaranth #DC2850
RGB
CMYK
RGB Variations
Color information
#DC2850 (or 0xDC2850) is known color: Amaranth. HEX triplet: DC, 28 and 50. RGB value is (220,40,80). Sum of RGB (Red+Green+Blue) = 220+40+80=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2850 is #23D7AF. Grayscale: #626262. Windows color (decimal): -2348976 or 5253340. OLE color: 5253340.
HSL color Cylindrical-coordinate representation of color #DC2850: hue angle of 346.67º 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 #DC2850 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 80 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.14 |
| HSL | 346.67º | 0.72% | 0.51% | - |
| HSV(B) | 346.67º | 0.82% | 0.86% | - |
| XYZ | 31.72 | 17.31 | 9.26 | - |
| YUV | 98.38 | 117.63 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 80 | 0 | 0.82 | 0.64 | 0.14 | 346.67 | 0.72 | 0.51 |
| Hex | DC | 28 | 50 | 0 | 52 | 40 | E | 15B | 48 | 33 |
| Octal | 334 | 50 | 120 | 0 | 122 | 100 | 16 | 533 | 110 | 63 |
| Binary | 11011100 | 101000 | 1010000 | 0 | 1010010 | 1000000 | 1110 | 101011011 | 1001000 | 110011 |
Color Harmonies of #DC2850
Complementary color
Monochromatic Colors of #DC2850
Black with #DC2850
Text Example
Text Example
White with #DC2850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2850; }
p { color: rgb(220,40,80); }
H1.HeaderClassName
{
color: #DC2850;
}
.AnyTagClassName
{
color: #DC2850;
}
</style>
background-color css
<style>
a { background-color: #DC2850; }
a { background-color: rgb(220,40,80); }
div.DivClassName
{
background-color: #DC2850;
}
.BgClassName
{
background-color: #DC2850;
}
</style>
border-color css
<style>
span { border-color: #DC2850; }
span { border-color: rgb(220,40,80); }
td.TdClassName
{
border-color: #DC2850;
}
.TagClassName
{
border-color: #DC2850;
}
</style>