Shades of Amaranth #DC3945
Tints of Amaranth #DC3945
RGB
CMYK
RGB Variations
Color information
#DC3945 (or 0xDC3945) is known color: Amaranth. HEX triplet: DC, 39 and 45. RGB value is (220,57,69). Sum of RGB (Red+Green+Blue) = 220+57+69=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3945 is #23C6BA. Grayscale: #6B6B6B. Windows color (decimal): -2344635 or 4536796. OLE color: 4536796.
HSL color Cylindrical-coordinate representation of color #DC3945: hue angle of 355.58º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3945 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 69 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.14 |
| HSL | 355.58º | 0.7% | 0.54% | - |
| HSV(B) | 355.58º | 0.74% | 0.86% | - |
| XYZ | 32.05 | 18.57 | 7.53 | - |
| YUV | 107.11 | 106.5 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 69 | 0 | 0.74 | 0.69 | 0.14 | 355.58 | 0.7 | 0.54 |
| Hex | DC | 39 | 45 | 0 | 4A | 45 | E | 164 | 46 | 36 |
| Octal | 334 | 71 | 105 | 0 | 112 | 105 | 16 | 544 | 106 | 66 |
| Binary | 11011100 | 111001 | 1000101 | 0 | 1001010 | 1000101 | 1110 | 101100100 | 1000110 | 110110 |
Color Harmonies of #DC3945
Complementary color
Monochromatic Colors of #DC3945
Black with #DC3945
Text Example
Text Example
White with #DC3945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3945; }
p { color: rgb(220,57,69); }
H1.HeaderClassName
{
color: #DC3945;
}
.AnyTagClassName
{
color: #DC3945;
}
</style>
background-color css
<style>
a { background-color: #DC3945; }
a { background-color: rgb(220,57,69); }
div.DivClassName
{
background-color: #DC3945;
}
.BgClassName
{
background-color: #DC3945;
}
</style>
border-color css
<style>
span { border-color: #DC3945; }
span { border-color: rgb(220,57,69); }
td.TdClassName
{
border-color: #DC3945;
}
.TagClassName
{
border-color: #DC3945;
}
</style>