Shades of Amaranth #DC3145
Tints of Amaranth #DC3145
RGB
CMYK
RGB Variations
Color information
#DC3145 (or 0xDC3145) is known color: Amaranth. HEX triplet: DC, 31 and 45. RGB value is (220,49,69). Sum of RGB (Red+Green+Blue) = 220+49+69=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3145 is #23CEBA. Grayscale: #666666. Windows color (decimal): -2346683 or 4534748. OLE color: 4534748.
HSL color Cylindrical-coordinate representation of color #DC3145: hue angle of 352.98º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3145 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 69 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.14 |
| HSL | 352.98º | 0.71% | 0.53% | - |
| HSV(B) | 352.98º | 0.78% | 0.86% | - |
| XYZ | 31.69 | 17.84 | 7.4 | - |
| YUV | 102.41 | 109.15 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 69 | 0 | 0.78 | 0.69 | 0.14 | 352.98 | 0.71 | 0.53 |
| Hex | DC | 31 | 45 | 0 | 4E | 45 | E | 161 | 47 | 35 |
| Octal | 334 | 61 | 105 | 0 | 116 | 105 | 16 | 541 | 107 | 65 |
| Binary | 11011100 | 110001 | 1000101 | 0 | 1001110 | 1000101 | 1110 | 101100001 | 1000111 | 110101 |
Color Harmonies of #DC3145
Complementary color
Monochromatic Colors of #DC3145
Black with #DC3145
Text Example
Text Example
White with #DC3145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3145; }
p { color: rgb(220,49,69); }
H1.HeaderClassName
{
color: #DC3145;
}
.AnyTagClassName
{
color: #DC3145;
}
</style>
background-color css
<style>
a { background-color: #DC3145; }
a { background-color: rgb(220,49,69); }
div.DivClassName
{
background-color: #DC3145;
}
.BgClassName
{
background-color: #DC3145;
}
</style>
border-color css
<style>
span { border-color: #DC3145; }
span { border-color: rgb(220,49,69); }
td.TdClassName
{
border-color: #DC3145;
}
.TagClassName
{
border-color: #DC3145;
}
</style>