Shades of Amaranth #DC3346
Tints of Amaranth #DC3346
RGB
CMYK
RGB Variations
Color information
#DC3346 (or 0xDC3346) is known color: Amaranth. HEX triplet: DC, 33 and 46. RGB value is (220,51,70). Sum of RGB (Red+Green+Blue) = 220+51+70=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3346 is #23CCB9. Grayscale: #676767. Windows color (decimal): -2346170 or 4600796. OLE color: 4600796.
HSL color Cylindrical-coordinate representation of color #DC3346: hue angle of 353.25º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3346 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 70 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.14 |
| HSL | 353.25º | 0.71% | 0.53% | - |
| HSV(B) | 353.25º | 0.77% | 0.86% | - |
| XYZ | 31.8 | 18.03 | 7.6 | - |
| YUV | 103.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 70 | 0 | 0.77 | 0.68 | 0.14 | 353.25 | 0.71 | 0.53 |
| Hex | DC | 33 | 46 | 0 | 4D | 44 | E | 161 | 47 | 35 |
| Octal | 334 | 63 | 106 | 0 | 115 | 104 | 16 | 541 | 107 | 65 |
| Binary | 11011100 | 110011 | 1000110 | 0 | 1001101 | 1000100 | 1110 | 101100001 | 1000111 | 110101 |
Color Harmonies of #DC3346
Complementary color
Monochromatic Colors of #DC3346
Black with #DC3346
Text Example
Text Example
White with #DC3346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3346; }
p { color: rgb(220,51,70); }
H1.HeaderClassName
{
color: #DC3346;
}
.AnyTagClassName
{
color: #DC3346;
}
</style>
background-color css
<style>
a { background-color: #DC3346; }
a { background-color: rgb(220,51,70); }
div.DivClassName
{
background-color: #DC3346;
}
.BgClassName
{
background-color: #DC3346;
}
</style>
border-color css
<style>
span { border-color: #DC3346; }
span { border-color: rgb(220,51,70); }
td.TdClassName
{
border-color: #DC3346;
}
.TagClassName
{
border-color: #DC3346;
}
</style>