Shades of Amaranth #DC2253
Tints of Amaranth #DC2253
RGB
CMYK
RGB Variations
Color information
#DC2253 (or 0xDC2253) is known color: Amaranth. HEX triplet: DC, 22 and 53. RGB value is (220,34,83). Sum of RGB (Red+Green+Blue) = 220+34+83=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2253 is #23DDAC. Grayscale: #5F5F5F. Windows color (decimal): -2350509 or 5448412. OLE color: 5448412.
HSL color Cylindrical-coordinate representation of color #DC2253: hue angle of 344.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2253 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 83 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.14 |
| HSL | 344.19º | 0.73% | 0.5% | - |
| HSV(B) | 344.19º | 0.85% | 0.86% | - |
| XYZ | 31.65 | 16.98 | 9.79 | - |
| YUV | 95.2 | 121.12 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 83 | 0 | 0.85 | 0.62 | 0.14 | 344.19 | 0.73 | 0.5 |
| Hex | DC | 22 | 53 | 0 | 55 | 3E | E | 158 | 49 | 32 |
| Octal | 334 | 42 | 123 | 0 | 125 | 76 | 16 | 530 | 111 | 62 |
| Binary | 11011100 | 100010 | 1010011 | 0 | 1010101 | 111110 | 1110 | 101011000 | 1001001 | 110010 |
Color Harmonies of #DC2253
Complementary color
Monochromatic Colors of #DC2253
Black with #DC2253
Text Example
Text Example
White with #DC2253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2253; }
p { color: rgb(220,34,83); }
H1.HeaderClassName
{
color: #DC2253;
}
.AnyTagClassName
{
color: #DC2253;
}
</style>
background-color css
<style>
a { background-color: #DC2253; }
a { background-color: rgb(220,34,83); }
div.DivClassName
{
background-color: #DC2253;
}
.BgClassName
{
background-color: #DC2253;
}
</style>
border-color css
<style>
span { border-color: #DC2253; }
span { border-color: rgb(220,34,83); }
td.TdClassName
{
border-color: #DC2253;
}
.TagClassName
{
border-color: #DC2253;
}
</style>