Shades of Amaranth #DC3950
Tints of Amaranth #DC3950
RGB
CMYK
RGB Variations
Color information
#DC3950 (or 0xDC3950) is known color: Amaranth. HEX triplet: DC, 39 and 50. RGB value is (220,57,80). Sum of RGB (Red+Green+Blue) = 220+57+80=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3950 is #23C6AF. Grayscale: #6C6C6C. Windows color (decimal): -2344624 or 5257692. OLE color: 5257692.
HSL color Cylindrical-coordinate representation of color #DC3950: hue angle of 351.53º 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 #DC3950 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 80 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.14 |
| HSL | 351.53º | 0.7% | 0.54% | - |
| HSV(B) | 351.53º | 0.74% | 0.86% | - |
| XYZ | 32.43 | 18.72 | 9.49 | - |
| YUV | 108.36 | 112 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 80 | 0 | 0.74 | 0.64 | 0.14 | 351.53 | 0.7 | 0.54 |
| Hex | DC | 39 | 50 | 0 | 4A | 40 | E | 160 | 46 | 36 |
| Octal | 334 | 71 | 120 | 0 | 112 | 100 | 16 | 540 | 106 | 66 |
| Binary | 11011100 | 111001 | 1010000 | 0 | 1001010 | 1000000 | 1110 | 101100000 | 1000110 | 110110 |
Color Harmonies of #DC3950
Complementary color
Monochromatic Colors of #DC3950
Black with #DC3950
Text Example
Text Example
White with #DC3950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3950; }
p { color: rgb(220,57,80); }
H1.HeaderClassName
{
color: #DC3950;
}
.AnyTagClassName
{
color: #DC3950;
}
</style>
background-color css
<style>
a { background-color: #DC3950; }
a { background-color: rgb(220,57,80); }
div.DivClassName
{
background-color: #DC3950;
}
.BgClassName
{
background-color: #DC3950;
}
</style>
border-color css
<style>
span { border-color: #DC3950; }
span { border-color: rgb(220,57,80); }
td.TdClassName
{
border-color: #DC3950;
}
.TagClassName
{
border-color: #DC3950;
}
</style>