Shades of Amaranth #DC2350
Tints of Amaranth #DC2350
RGB
CMYK
RGB Variations
Color information
#DC2350 (or 0xDC2350) is known color: Amaranth. HEX triplet: DC, 23 and 50. RGB value is (220,35,80). Sum of RGB (Red+Green+Blue) = 220+35+80=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2350 is #23DCAF. Grayscale: #5F5F5F. Windows color (decimal): -2350256 or 5252060. OLE color: 5252060.
HSL color Cylindrical-coordinate representation of color #DC2350: hue angle of 345.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2350 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 80 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.14 |
| HSL | 345.41º | 0.73% | 0.5% | - |
| HSV(B) | 345.41º | 0.84% | 0.86% | - |
| XYZ | 31.56 | 17 | 9.21 | - |
| YUV | 95.45 | 119.29 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 80 | 0 | 0.84 | 0.64 | 0.14 | 345.41 | 0.73 | 0.5 |
| Hex | DC | 23 | 50 | 0 | 54 | 40 | E | 159 | 49 | 32 |
| Octal | 334 | 43 | 120 | 0 | 124 | 100 | 16 | 531 | 111 | 62 |
| Binary | 11011100 | 100011 | 1010000 | 0 | 1010100 | 1000000 | 1110 | 101011001 | 1001001 | 110010 |
Color Harmonies of #DC2350
Complementary color
Monochromatic Colors of #DC2350
Black with #DC2350
Text Example
Text Example
White with #DC2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2350; }
p { color: rgb(220,35,80); }
H1.HeaderClassName
{
color: #DC2350;
}
.AnyTagClassName
{
color: #DC2350;
}
</style>
background-color css
<style>
a { background-color: #DC2350; }
a { background-color: rgb(220,35,80); }
div.DivClassName
{
background-color: #DC2350;
}
.BgClassName
{
background-color: #DC2350;
}
</style>
border-color css
<style>
span { border-color: #DC2350; }
span { border-color: rgb(220,35,80); }
td.TdClassName
{
border-color: #DC2350;
}
.TagClassName
{
border-color: #DC2350;
}
</style>