Shades of Amaranth #DC3445
Tints of Amaranth #DC3445
RGB
CMYK
RGB Variations
Color information
#DC3445 (or 0xDC3445) is known color: Amaranth. HEX triplet: DC, 34 and 45. RGB value is (220,52,69). Sum of RGB (Red+Green+Blue) = 220+52+69=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3445 is #23CBBA. Grayscale: #686868. Windows color (decimal): -2345915 or 4535516. OLE color: 4535516.
HSL color Cylindrical-coordinate representation of color #DC3445: hue angle of 353.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3445 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 69 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.14 |
| HSL | 353.93º | 0.71% | 0.53% | - |
| HSV(B) | 353.93º | 0.76% | 0.86% | - |
| XYZ | 31.82 | 18.1 | 7.45 | - |
| YUV | 104.17 | 108.16 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 69 | 0 | 0.76 | 0.69 | 0.14 | 353.93 | 0.71 | 0.53 |
| Hex | DC | 34 | 45 | 0 | 4C | 45 | E | 162 | 47 | 35 |
| Octal | 334 | 64 | 105 | 0 | 114 | 105 | 16 | 542 | 107 | 65 |
| Binary | 11011100 | 110100 | 1000101 | 0 | 1001100 | 1000101 | 1110 | 101100010 | 1000111 | 110101 |
Color Harmonies of #DC3445
Complementary color
Monochromatic Colors of #DC3445
Black with #DC3445
Text Example
Text Example
White with #DC3445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3445; }
p { color: rgb(220,52,69); }
H1.HeaderClassName
{
color: #DC3445;
}
.AnyTagClassName
{
color: #DC3445;
}
</style>
background-color css
<style>
a { background-color: #DC3445; }
a { background-color: rgb(220,52,69); }
div.DivClassName
{
background-color: #DC3445;
}
.BgClassName
{
background-color: #DC3445;
}
</style>
border-color css
<style>
span { border-color: #DC3445; }
span { border-color: rgb(220,52,69); }
td.TdClassName
{
border-color: #DC3445;
}
.TagClassName
{
border-color: #DC3445;
}
</style>