Shades of Amaranth #DC3448
Tints of Amaranth #DC3448
RGB
CMYK
RGB Variations
Color information
#DC3448 (or 0xDC3448) is known color: Amaranth. HEX triplet: DC, 34 and 48. RGB value is (220,52,72). Sum of RGB (Red+Green+Blue) = 220+52+72=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3448 is #23CBB7. Grayscale: #686868. Windows color (decimal): -2345912 or 4732124. OLE color: 4732124.
HSL color Cylindrical-coordinate representation of color #DC3448: hue angle of 352.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3448 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 72 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.14 |
| HSL | 352.86º | 0.71% | 0.53% | - |
| HSV(B) | 352.86º | 0.76% | 0.86% | - |
| XYZ | 31.91 | 18.14 | 7.95 | - |
| YUV | 104.51 | 109.66 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 72 | 0 | 0.76 | 0.67 | 0.14 | 352.86 | 0.71 | 0.53 |
| Hex | DC | 34 | 48 | 0 | 4C | 43 | E | 161 | 47 | 35 |
| Octal | 334 | 64 | 110 | 0 | 114 | 103 | 16 | 541 | 107 | 65 |
| Binary | 11011100 | 110100 | 1001000 | 0 | 1001100 | 1000011 | 1110 | 101100001 | 1000111 | 110101 |
Color Harmonies of #DC3448
Complementary color
Monochromatic Colors of #DC3448
Black with #DC3448
Text Example
Text Example
White with #DC3448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3448; }
p { color: rgb(220,52,72); }
H1.HeaderClassName
{
color: #DC3448;
}
.AnyTagClassName
{
color: #DC3448;
}
</style>
background-color css
<style>
a { background-color: #DC3448; }
a { background-color: rgb(220,52,72); }
div.DivClassName
{
background-color: #DC3448;
}
.BgClassName
{
background-color: #DC3448;
}
</style>
border-color css
<style>
span { border-color: #DC3448; }
span { border-color: rgb(220,52,72); }
td.TdClassName
{
border-color: #DC3448;
}
.TagClassName
{
border-color: #DC3448;
}
</style>