Shades of Amaranth #DC3944
Tints of Amaranth #DC3944
RGB
CMYK
RGB Variations
Color information
#DC3944 (or 0xDC3944) is known color: Amaranth. HEX triplet: DC, 39 and 44. RGB value is (220,57,68). Sum of RGB (Red+Green+Blue) = 220+57+68=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3944 is #23C6BB. Grayscale: #6B6B6B. Windows color (decimal): -2344636 or 4471260. OLE color: 4471260.
HSL color Cylindrical-coordinate representation of color #DC3944: hue angle of 355.95º 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 #DC3944 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 68 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.14 |
| HSL | 355.95º | 0.7% | 0.54% | - |
| HSV(B) | 355.95º | 0.74% | 0.86% | - |
| XYZ | 32.02 | 18.56 | 7.36 | - |
| YUV | 106.99 | 106 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 68 | 0 | 0.74 | 0.69 | 0.14 | 355.95 | 0.7 | 0.54 |
| Hex | DC | 39 | 44 | 0 | 4A | 45 | E | 164 | 46 | 36 |
| Octal | 334 | 71 | 104 | 0 | 112 | 105 | 16 | 544 | 106 | 66 |
| Binary | 11011100 | 111001 | 1000100 | 0 | 1001010 | 1000101 | 1110 | 101100100 | 1000110 | 110110 |
Color Harmonies of #DC3944
Complementary color
Monochromatic Colors of #DC3944
Black with #DC3944
Text Example
Text Example
White with #DC3944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3944; }
p { color: rgb(220,57,68); }
H1.HeaderClassName
{
color: #DC3944;
}
.AnyTagClassName
{
color: #DC3944;
}
</style>
background-color css
<style>
a { background-color: #DC3944; }
a { background-color: rgb(220,57,68); }
div.DivClassName
{
background-color: #DC3944;
}
.BgClassName
{
background-color: #DC3944;
}
</style>
border-color css
<style>
span { border-color: #DC3944; }
span { border-color: rgb(220,57,68); }
td.TdClassName
{
border-color: #DC3944;
}
.TagClassName
{
border-color: #DC3944;
}
</style>