Shades of Amaranth #DC3E48
Tints of Amaranth #DC3E48
RGB
CMYK
RGB Variations
Color information
#DC3E48 (or 0xDC3E48) is known color: Amaranth. HEX triplet: DC, 3E and 48. RGB value is (220,62,72). Sum of RGB (Red+Green+Blue) = 220+62+72=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E48 is #23C1B7. Grayscale: #6E6E6E. Windows color (decimal): -2343352 or 4734684. OLE color: 4734684.
HSL color Cylindrical-coordinate representation of color #DC3E48: hue angle of 356.2º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3E48 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 72 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.14 |
| HSL | 356.2º | 0.69% | 0.55% | - |
| HSV(B) | 356.2º | 0.72% | 0.86% | - |
| XYZ | 32.41 | 19.13 | 8.12 | - |
| YUV | 110.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 72 | 0 | 0.72 | 0.67 | 0.14 | 356.2 | 0.69 | 0.55 |
| Hex | DC | 3E | 48 | 0 | 48 | 43 | E | 164 | 45 | 37 |
| Octal | 334 | 76 | 110 | 0 | 110 | 103 | 16 | 544 | 105 | 67 |
| Binary | 11011100 | 111110 | 1001000 | 0 | 1001000 | 1000011 | 1110 | 101100100 | 1000101 | 110111 |
Color Harmonies of #DC3E48
Complementary color
Monochromatic Colors of #DC3E48
Black with #DC3E48
Text Example
Text Example
White with #DC3E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E48; }
p { color: rgb(220,62,72); }
H1.HeaderClassName
{
color: #DC3E48;
}
.AnyTagClassName
{
color: #DC3E48;
}
</style>
background-color css
<style>
a { background-color: #DC3E48; }
a { background-color: rgb(220,62,72); }
div.DivClassName
{
background-color: #DC3E48;
}
.BgClassName
{
background-color: #DC3E48;
}
</style>
border-color css
<style>
span { border-color: #DC3E48; }
span { border-color: rgb(220,62,72); }
td.TdClassName
{
border-color: #DC3E48;
}
.TagClassName
{
border-color: #DC3E48;
}
</style>