Shades of Amaranth #DC2950
Tints of Amaranth #DC2950
RGB
CMYK
RGB Variations
Color information
#DC2950 (or 0xDC2950) is known color: Amaranth. HEX triplet: DC, 29 and 50. RGB value is (220,41,80). Sum of RGB (Red+Green+Blue) = 220+41+80=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2950 is #23D6AF. Grayscale: #626262. Windows color (decimal): -2348720 or 5253596. OLE color: 5253596.
HSL color Cylindrical-coordinate representation of color #DC2950: hue angle of 346.93º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2950 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 80 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.14 |
| HSL | 346.93º | 0.72% | 0.51% | - |
| HSV(B) | 346.93º | 0.81% | 0.86% | - |
| XYZ | 31.76 | 17.38 | 9.27 | - |
| YUV | 98.97 | 117.3 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 80 | 0 | 0.81 | 0.64 | 0.14 | 346.93 | 0.72 | 0.51 |
| Hex | DC | 29 | 50 | 0 | 51 | 40 | E | 15B | 48 | 33 |
| Octal | 334 | 51 | 120 | 0 | 121 | 100 | 16 | 533 | 110 | 63 |
| Binary | 11011100 | 101001 | 1010000 | 0 | 1010001 | 1000000 | 1110 | 101011011 | 1001000 | 110011 |
Color Harmonies of #DC2950
Complementary color
Monochromatic Colors of #DC2950
Black with #DC2950
Text Example
Text Example
White with #DC2950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2950; }
p { color: rgb(220,41,80); }
H1.HeaderClassName
{
color: #DC2950;
}
.AnyTagClassName
{
color: #DC2950;
}
</style>
background-color css
<style>
a { background-color: #DC2950; }
a { background-color: rgb(220,41,80); }
div.DivClassName
{
background-color: #DC2950;
}
.BgClassName
{
background-color: #DC2950;
}
</style>
border-color css
<style>
span { border-color: #DC2950; }
span { border-color: rgb(220,41,80); }
td.TdClassName
{
border-color: #DC2950;
}
.TagClassName
{
border-color: #DC2950;
}
</style>