Shades of Amaranth #DC2353
Tints of Amaranth #DC2353
RGB
CMYK
RGB Variations
Color information
#DC2353 (or 0xDC2353) is known color: Amaranth. HEX triplet: DC, 23 and 53. RGB value is (220,35,83). Sum of RGB (Red+Green+Blue) = 220+35+83=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2353 is #23DCAC. Grayscale: #5F5F5F. Windows color (decimal): -2350253 or 5448668. OLE color: 5448668.
HSL color Cylindrical-coordinate representation of color #DC2353: hue angle of 344.43º 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 #DC2353 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 83 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.14 |
| HSL | 344.43º | 0.73% | 0.5% | - |
| HSV(B) | 344.43º | 0.84% | 0.86% | - |
| XYZ | 31.68 | 17.04 | 9.8 | - |
| YUV | 95.79 | 120.79 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 83 | 0 | 0.84 | 0.62 | 0.14 | 344.43 | 0.73 | 0.5 |
| Hex | DC | 23 | 53 | 0 | 54 | 3E | E | 158 | 49 | 32 |
| Octal | 334 | 43 | 123 | 0 | 124 | 76 | 16 | 530 | 111 | 62 |
| Binary | 11011100 | 100011 | 1010011 | 0 | 1010100 | 111110 | 1110 | 101011000 | 1001001 | 110010 |
Color Harmonies of #DC2353
Complementary color
Monochromatic Colors of #DC2353
Black with #DC2353
Text Example
Text Example
White with #DC2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2353; }
p { color: rgb(220,35,83); }
H1.HeaderClassName
{
color: #DC2353;
}
.AnyTagClassName
{
color: #DC2353;
}
</style>
background-color css
<style>
a { background-color: #DC2353; }
a { background-color: rgb(220,35,83); }
div.DivClassName
{
background-color: #DC2353;
}
.BgClassName
{
background-color: #DC2353;
}
</style>
border-color css
<style>
span { border-color: #DC2353; }
span { border-color: rgb(220,35,83); }
td.TdClassName
{
border-color: #DC2353;
}
.TagClassName
{
border-color: #DC2353;
}
</style>