Shades of Amaranth #DC3752
Tints of Amaranth #DC3752
RGB
CMYK
RGB Variations
Color information
#DC3752 (or 0xDC3752) is known color: Amaranth. HEX triplet: DC, 37 and 52. RGB value is (220,55,82). Sum of RGB (Red+Green+Blue) = 220+55+82=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3752 is #23C8AD. Grayscale: #6B6B6B. Windows color (decimal): -2345134 or 5388252. OLE color: 5388252.
HSL color Cylindrical-coordinate representation of color #DC3752: hue angle of 350.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3752 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 82 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.14 |
| HSL | 350.18º | 0.7% | 0.54% | - |
| HSV(B) | 350.18º | 0.75% | 0.86% | - |
| XYZ | 32.4 | 18.56 | 9.86 | - |
| YUV | 107.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 82 | 0 | 0.75 | 0.63 | 0.14 | 350.18 | 0.7 | 0.54 |
| Hex | DC | 37 | 52 | 0 | 4B | 3F | E | 15E | 46 | 36 |
| Octal | 334 | 67 | 122 | 0 | 113 | 77 | 16 | 536 | 106 | 66 |
| Binary | 11011100 | 110111 | 1010010 | 0 | 1001011 | 111111 | 1110 | 101011110 | 1000110 | 110110 |
Color Harmonies of #DC3752
Complementary color
Monochromatic Colors of #DC3752
Black with #DC3752
Text Example
Text Example
White with #DC3752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3752; }
p { color: rgb(220,55,82); }
H1.HeaderClassName
{
color: #DC3752;
}
.AnyTagClassName
{
color: #DC3752;
}
</style>
background-color css
<style>
a { background-color: #DC3752; }
a { background-color: rgb(220,55,82); }
div.DivClassName
{
background-color: #DC3752;
}
.BgClassName
{
background-color: #DC3752;
}
</style>
border-color css
<style>
span { border-color: #DC3752; }
span { border-color: rgb(220,55,82); }
td.TdClassName
{
border-color: #DC3752;
}
.TagClassName
{
border-color: #DC3752;
}
</style>