Shades of Amaranth #DC2453
Tints of Amaranth #DC2453
RGB
CMYK
RGB Variations
Color information
#DC2453 (or 0xDC2453) is known color: Amaranth. HEX triplet: DC, 24 and 53. RGB value is (220,36,83). Sum of RGB (Red+Green+Blue) = 220+36+83=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2453 is #23DBAC. Grayscale: #606060. Windows color (decimal): -2349997 or 5448924. OLE color: 5448924.
HSL color Cylindrical-coordinate representation of color #DC2453: hue angle of 344.67º degrees, saturation: 0.72, 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 #DC2453 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 83 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.14 |
| HSL | 344.67º | 0.72% | 0.5% | - |
| HSV(B) | 344.67º | 0.84% | 0.86% | - |
| XYZ | 31.71 | 17.1 | 9.81 | - |
| YUV | 96.37 | 120.46 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 83 | 0 | 0.84 | 0.62 | 0.14 | 344.67 | 0.72 | 0.5 |
| Hex | DC | 24 | 53 | 0 | 54 | 3E | E | 159 | 48 | 32 |
| Octal | 334 | 44 | 123 | 0 | 124 | 76 | 16 | 531 | 110 | 62 |
| Binary | 11011100 | 100100 | 1010011 | 0 | 1010100 | 111110 | 1110 | 101011001 | 1001000 | 110010 |
Color Harmonies of #DC2453
Complementary color
Monochromatic Colors of #DC2453
Black with #DC2453
Text Example
Text Example
White with #DC2453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2453; }
p { color: rgb(220,36,83); }
H1.HeaderClassName
{
color: #DC2453;
}
.AnyTagClassName
{
color: #DC2453;
}
</style>
background-color css
<style>
a { background-color: #DC2453; }
a { background-color: rgb(220,36,83); }
div.DivClassName
{
background-color: #DC2453;
}
.BgClassName
{
background-color: #DC2453;
}
</style>
border-color css
<style>
span { border-color: #DC2453; }
span { border-color: rgb(220,36,83); }
td.TdClassName
{
border-color: #DC2453;
}
.TagClassName
{
border-color: #DC2453;
}
</style>