Shades of Amaranth #DC2B49
Tints of Amaranth #DC2B49
RGB
CMYK
RGB Variations
Color information
#DC2B49 (or 0xDC2B49) is known color: Amaranth. HEX triplet: DC, 2B and 49. RGB value is (220,43,73). Sum of RGB (Red+Green+Blue) = 220+43+73=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B49 is #23D4B6. Grayscale: #636363. Windows color (decimal): -2348215 or 4795356. OLE color: 4795356.
HSL color Cylindrical-coordinate representation of color #DC2B49: hue angle of 349.83º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2B49 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 73 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.14 |
| HSL | 349.83º | 0.72% | 0.52% | - |
| HSV(B) | 349.83º | 0.8% | 0.86% | - |
| XYZ | 31.58 | 17.42 | 8 | - |
| YUV | 99.34 | 113.14 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 73 | 0 | 0.80 | 0.67 | 0.14 | 349.83 | 0.72 | 0.52 |
| Hex | DC | 2B | 49 | 0 | 50 | 43 | E | 15E | 48 | 34 |
| Octal | 334 | 53 | 111 | 0 | 120 | 103 | 16 | 536 | 110 | 64 |
| Binary | 11011100 | 101011 | 1001001 | 0 | 1010000 | 1000011 | 1110 | 101011110 | 1001000 | 110100 |
Color Harmonies of #DC2B49
Complementary color
Monochromatic Colors of #DC2B49
Black with #DC2B49
Text Example
Text Example
White with #DC2B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B49; }
p { color: rgb(220,43,73); }
H1.HeaderClassName
{
color: #DC2B49;
}
.AnyTagClassName
{
color: #DC2B49;
}
</style>
background-color css
<style>
a { background-color: #DC2B49; }
a { background-color: rgb(220,43,73); }
div.DivClassName
{
background-color: #DC2B49;
}
.BgClassName
{
background-color: #DC2B49;
}
</style>
border-color css
<style>
span { border-color: #DC2B49; }
span { border-color: rgb(220,43,73); }
td.TdClassName
{
border-color: #DC2B49;
}
.TagClassName
{
border-color: #DC2B49;
}
</style>