Shades of Amaranth #DC2E46
Tints of Amaranth #DC2E46
RGB
CMYK
RGB Variations
Color information
#DC2E46 (or 0xDC2E46) is known color: Amaranth. HEX triplet: DC, 2E and 46. RGB value is (220,46,70). Sum of RGB (Red+Green+Blue) = 220+46+70=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2E46 is #23D1B9. Grayscale: #646464. Windows color (decimal): -2347450 or 4599516. OLE color: 4599516.
HSL color Cylindrical-coordinate representation of color #DC2E46: hue angle of 351.72º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2E46 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 46 | 70 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.14 |
| HSL | 351.72º | 0.71% | 0.52% | - |
| HSV(B) | 351.72º | 0.79% | 0.86% | - |
| XYZ | 31.6 | 17.61 | 7.53 | - |
| YUV | 100.76 | 110.65 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 70 | 0 | 0.79 | 0.68 | 0.14 | 351.72 | 0.71 | 0.52 |
| Hex | DC | 2E | 46 | 0 | 4F | 44 | E | 160 | 47 | 34 |
| Octal | 334 | 56 | 106 | 0 | 117 | 104 | 16 | 540 | 107 | 64 |
| Binary | 11011100 | 101110 | 1000110 | 0 | 1001111 | 1000100 | 1110 | 101100000 | 1000111 | 110100 |
Color Harmonies of #DC2E46
Complementary color
Monochromatic Colors of #DC2E46
Black with #DC2E46
Text Example
Text Example
White with #DC2E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2E46; }
p { color: rgb(220,46,70); }
H1.HeaderClassName
{
color: #DC2E46;
}
.AnyTagClassName
{
color: #DC2E46;
}
</style>
background-color css
<style>
a { background-color: #DC2E46; }
a { background-color: rgb(220,46,70); }
div.DivClassName
{
background-color: #DC2E46;
}
.BgClassName
{
background-color: #DC2E46;
}
</style>
border-color css
<style>
span { border-color: #DC2E46; }
span { border-color: rgb(220,46,70); }
td.TdClassName
{
border-color: #DC2E46;
}
.TagClassName
{
border-color: #DC2E46;
}
</style>