Shades of Amaranth #DC2551
Tints of Amaranth #DC2551
RGB
CMYK
RGB Variations
Color information
#DC2551 (or 0xDC2551) is known color: Amaranth. HEX triplet: DC, 25 and 51. RGB value is (220,37,81). Sum of RGB (Red+Green+Blue) = 220+37+81=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2551 is #23DAAE. Grayscale: #606060. Windows color (decimal): -2349743 or 5318108. OLE color: 5318108.
HSL color Cylindrical-coordinate representation of color #DC2551: hue angle of 345.57º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2551 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 81 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.14 |
| HSL | 345.57º | 0.72% | 0.5% | - |
| HSV(B) | 345.57º | 0.83% | 0.86% | - |
| XYZ | 31.66 | 17.13 | 9.42 | - |
| YUV | 96.73 | 119.13 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 81 | 0 | 0.83 | 0.63 | 0.14 | 345.57 | 0.72 | 0.5 |
| Hex | DC | 25 | 51 | 0 | 53 | 3F | E | 15A | 48 | 32 |
| Octal | 334 | 45 | 121 | 0 | 123 | 77 | 16 | 532 | 110 | 62 |
| Binary | 11011100 | 100101 | 1010001 | 0 | 1010011 | 111111 | 1110 | 101011010 | 1001000 | 110010 |
Color Harmonies of #DC2551
Complementary color
Monochromatic Colors of #DC2551
Black with #DC2551
Text Example
Text Example
White with #DC2551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2551; }
p { color: rgb(220,37,81); }
H1.HeaderClassName
{
color: #DC2551;
}
.AnyTagClassName
{
color: #DC2551;
}
</style>
background-color css
<style>
a { background-color: #DC2551; }
a { background-color: rgb(220,37,81); }
div.DivClassName
{
background-color: #DC2551;
}
.BgClassName
{
background-color: #DC2551;
}
</style>
border-color css
<style>
span { border-color: #DC2551; }
span { border-color: rgb(220,37,81); }
td.TdClassName
{
border-color: #DC2551;
}
.TagClassName
{
border-color: #DC2551;
}
</style>