Shades of Amaranth #DC2B44
Tints of Amaranth #DC2B44
RGB
CMYK
RGB Variations
Color information
#DC2B44 (or 0xDC2B44) is known color: Amaranth. HEX triplet: DC, 2B and 44. RGB value is (220,43,68). Sum of RGB (Red+Green+Blue) = 220+43+68=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B44 is #23D4BB. Grayscale: #626262. Windows color (decimal): -2348220 or 4467676. OLE color: 4467676.
HSL color Cylindrical-coordinate representation of color #DC2B44: hue angle of 351.53º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2B44 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 68 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.14 |
| HSL | 351.53º | 0.72% | 0.52% | - |
| HSV(B) | 351.53º | 0.8% | 0.86% | - |
| XYZ | 31.42 | 17.36 | 7.16 | - |
| YUV | 98.77 | 110.64 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 68 | 0 | 0.80 | 0.69 | 0.14 | 351.53 | 0.72 | 0.52 |
| Hex | DC | 2B | 44 | 0 | 50 | 45 | E | 160 | 48 | 34 |
| Octal | 334 | 53 | 104 | 0 | 120 | 105 | 16 | 540 | 110 | 64 |
| Binary | 11011100 | 101011 | 1000100 | 0 | 1010000 | 1000101 | 1110 | 101100000 | 1001000 | 110100 |
Color Harmonies of #DC2B44
Complementary color
Monochromatic Colors of #DC2B44
Black with #DC2B44
Text Example
Text Example
White with #DC2B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B44; }
p { color: rgb(220,43,68); }
H1.HeaderClassName
{
color: #DC2B44;
}
.AnyTagClassName
{
color: #DC2B44;
}
</style>
background-color css
<style>
a { background-color: #DC2B44; }
a { background-color: rgb(220,43,68); }
div.DivClassName
{
background-color: #DC2B44;
}
.BgClassName
{
background-color: #DC2B44;
}
</style>
border-color css
<style>
span { border-color: #DC2B44; }
span { border-color: rgb(220,43,68); }
td.TdClassName
{
border-color: #DC2B44;
}
.TagClassName
{
border-color: #DC2B44;
}
</style>