Shades of Amaranth #DC3045
Tints of Amaranth #DC3045
RGB
CMYK
RGB Variations
Color information
#DC3045 (or 0xDC3045) is known color: Amaranth. HEX triplet: DC, 30 and 45. RGB value is (220,48,69). Sum of RGB (Red+Green+Blue) = 220+48+69=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3045 is #23CFBA. Grayscale: #656565. Windows color (decimal): -2346939 or 4534492. OLE color: 4534492.
HSL color Cylindrical-coordinate representation of color #DC3045: hue angle of 352.67º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3045 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 69 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.14 |
| HSL | 352.67º | 0.71% | 0.53% | - |
| HSV(B) | 352.67º | 0.78% | 0.86% | - |
| XYZ | 31.65 | 17.76 | 7.39 | - |
| YUV | 101.82 | 109.48 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 69 | 0 | 0.78 | 0.69 | 0.14 | 352.67 | 0.71 | 0.53 |
| Hex | DC | 30 | 45 | 0 | 4E | 45 | E | 161 | 47 | 35 |
| Octal | 334 | 60 | 105 | 0 | 116 | 105 | 16 | 541 | 107 | 65 |
| Binary | 11011100 | 110000 | 1000101 | 0 | 1001110 | 1000101 | 1110 | 101100001 | 1000111 | 110101 |
Color Harmonies of #DC3045
Complementary color
Monochromatic Colors of #DC3045
Black with #DC3045
Text Example
Text Example
White with #DC3045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3045; }
p { color: rgb(220,48,69); }
H1.HeaderClassName
{
color: #DC3045;
}
.AnyTagClassName
{
color: #DC3045;
}
</style>
background-color css
<style>
a { background-color: #DC3045; }
a { background-color: rgb(220,48,69); }
div.DivClassName
{
background-color: #DC3045;
}
.BgClassName
{
background-color: #DC3045;
}
</style>
border-color css
<style>
span { border-color: #DC3045; }
span { border-color: rgb(220,48,69); }
td.TdClassName
{
border-color: #DC3045;
}
.TagClassName
{
border-color: #DC3045;
}
</style>