Shades of Amaranth #DC3D46
Tints of Amaranth #DC3D46
RGB
CMYK
RGB Variations
Color information
#DC3D46 (or 0xDC3D46) is known color: Amaranth. HEX triplet: DC, 3D and 46. RGB value is (220,61,70). Sum of RGB (Red+Green+Blue) = 220+61+70=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D46 is #23C2B9. Grayscale: #6D6D6D. Windows color (decimal): -2343610 or 4603356. OLE color: 4603356.
HSL color Cylindrical-coordinate representation of color #DC3D46: hue angle of 356.6º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3D46 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 70 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.14 |
| HSL | 356.6º | 0.69% | 0.55% | - |
| HSV(B) | 356.6º | 0.72% | 0.86% | - |
| XYZ | 32.29 | 19 | 7.76 | - |
| YUV | 109.57 | 105.68 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 70 | 0 | 0.72 | 0.68 | 0.14 | 356.6 | 0.69 | 0.55 |
| Hex | DC | 3D | 46 | 0 | 48 | 44 | E | 165 | 45 | 37 |
| Octal | 334 | 75 | 106 | 0 | 110 | 104 | 16 | 545 | 105 | 67 |
| Binary | 11011100 | 111101 | 1000110 | 0 | 1001000 | 1000100 | 1110 | 101100101 | 1000101 | 110111 |
Color Harmonies of #DC3D46
Complementary color
Monochromatic Colors of #DC3D46
Black with #DC3D46
Text Example
Text Example
White with #DC3D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D46; }
p { color: rgb(220,61,70); }
H1.HeaderClassName
{
color: #DC3D46;
}
.AnyTagClassName
{
color: #DC3D46;
}
</style>
background-color css
<style>
a { background-color: #DC3D46; }
a { background-color: rgb(220,61,70); }
div.DivClassName
{
background-color: #DC3D46;
}
.BgClassName
{
background-color: #DC3D46;
}
</style>
border-color css
<style>
span { border-color: #DC3D46; }
span { border-color: rgb(220,61,70); }
td.TdClassName
{
border-color: #DC3D46;
}
.TagClassName
{
border-color: #DC3D46;
}
</style>