Shades of Amaranth #DC3B4A
Tints of Amaranth #DC3B4A
RGB
CMYK
RGB Variations
Color information
#DC3B4A (or 0xDC3B4A) is known color: Amaranth. HEX triplet: DC, 3B and 4A. RGB value is (220,59,74). Sum of RGB (Red+Green+Blue) = 220+59+74=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B4A is #23C4B5. Grayscale: #6C6C6C. Windows color (decimal): -2344118 or 4864988. OLE color: 4864988.
HSL color Cylindrical-coordinate representation of color #DC3B4A: hue angle of 354.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3B4A is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 74 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.14 |
| HSL | 354.41º | 0.7% | 0.55% | - |
| HSV(B) | 354.41º | 0.73% | 0.86% | - |
| XYZ | 32.32 | 18.84 | 8.41 | - |
| YUV | 108.85 | 108.34 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 74 | 0 | 0.73 | 0.66 | 0.14 | 354.41 | 0.7 | 0.55 |
| Hex | DC | 3B | 4A | 0 | 49 | 42 | E | 162 | 46 | 37 |
| Octal | 334 | 73 | 112 | 0 | 111 | 102 | 16 | 542 | 106 | 67 |
| Binary | 11011100 | 111011 | 1001010 | 0 | 1001001 | 1000010 | 1110 | 101100010 | 1000110 | 110111 |
Color Harmonies of #DC3B4A
Complementary color
Monochromatic Colors of #DC3B4A
Black with #DC3B4A
Text Example
Text Example
White with #DC3B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B4A; }
p { color: rgb(220,59,74); }
H1.HeaderClassName
{
color: #DC3B4A;
}
.AnyTagClassName
{
color: #DC3B4A;
}
</style>
background-color css
<style>
a { background-color: #DC3B4A; }
a { background-color: rgb(220,59,74); }
div.DivClassName
{
background-color: #DC3B4A;
}
.BgClassName
{
background-color: #DC3B4A;
}
</style>
border-color css
<style>
span { border-color: #DC3B4A; }
span { border-color: rgb(220,59,74); }
td.TdClassName
{
border-color: #DC3B4A;
}
.TagClassName
{
border-color: #DC3B4A;
}
</style>