Shades of Amaranth #DC2B48
Tints of Amaranth #DC2B48
RGB
CMYK
RGB Variations
Color information
#DC2B48 (or 0xDC2B48) is known color: Amaranth. HEX triplet: DC, 2B and 48. RGB value is (220,43,72). Sum of RGB (Red+Green+Blue) = 220+43+72=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B48 is #23D4B7. Grayscale: #636363. Windows color (decimal): -2348216 or 4729820. OLE color: 4729820.
HSL color Cylindrical-coordinate representation of color #DC2B48: hue angle of 350.17º 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 #DC2B48 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 72 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.14 |
| HSL | 350.17º | 0.72% | 0.52% | - |
| HSV(B) | 350.17º | 0.8% | 0.86% | - |
| XYZ | 31.55 | 17.41 | 7.83 | - |
| YUV | 99.23 | 112.64 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 72 | 0 | 0.80 | 0.67 | 0.14 | 350.17 | 0.72 | 0.52 |
| Hex | DC | 2B | 48 | 0 | 50 | 43 | E | 15E | 48 | 34 |
| Octal | 334 | 53 | 110 | 0 | 120 | 103 | 16 | 536 | 110 | 64 |
| Binary | 11011100 | 101011 | 1001000 | 0 | 1010000 | 1000011 | 1110 | 101011110 | 1001000 | 110100 |
Color Harmonies of #DC2B48
Complementary color
Monochromatic Colors of #DC2B48
Black with #DC2B48
Text Example
Text Example
White with #DC2B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B48; }
p { color: rgb(220,43,72); }
H1.HeaderClassName
{
color: #DC2B48;
}
.AnyTagClassName
{
color: #DC2B48;
}
</style>
background-color css
<style>
a { background-color: #DC2B48; }
a { background-color: rgb(220,43,72); }
div.DivClassName
{
background-color: #DC2B48;
}
.BgClassName
{
background-color: #DC2B48;
}
</style>
border-color css
<style>
span { border-color: #DC2B48; }
span { border-color: rgb(220,43,72); }
td.TdClassName
{
border-color: #DC2B48;
}
.TagClassName
{
border-color: #DC2B48;
}
</style>