Shades of Amaranth #DC2B4B
Tints of Amaranth #DC2B4B
RGB
CMYK
RGB Variations
Color information
#DC2B4B (or 0xDC2B4B) is known color: Amaranth. HEX triplet: DC, 2B and 4B. RGB value is (220,43,75). Sum of RGB (Red+Green+Blue) = 220+43+75=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B4B is #23D4B4. Grayscale: #636363. Windows color (decimal): -2348213 or 4926428. OLE color: 4926428.
HSL color Cylindrical-coordinate representation of color #DC2B4B: hue angle of 349.15º 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 #DC2B4B is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 75 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.14 |
| HSL | 349.15º | 0.72% | 0.52% | - |
| HSV(B) | 349.15º | 0.8% | 0.86% | - |
| XYZ | 31.65 | 17.45 | 8.36 | - |
| YUV | 99.57 | 114.14 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 75 | 0 | 0.80 | 0.66 | 0.14 | 349.15 | 0.72 | 0.52 |
| Hex | DC | 2B | 4B | 0 | 50 | 42 | E | 15D | 48 | 34 |
| Octal | 334 | 53 | 113 | 0 | 120 | 102 | 16 | 535 | 110 | 64 |
| Binary | 11011100 | 101011 | 1001011 | 0 | 1010000 | 1000010 | 1110 | 101011101 | 1001000 | 110100 |
Color Harmonies of #DC2B4B
Complementary color
Monochromatic Colors of #DC2B4B
Black with #DC2B4B
Text Example
Text Example
White with #DC2B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B4B; }
p { color: rgb(220,43,75); }
H1.HeaderClassName
{
color: #DC2B4B;
}
.AnyTagClassName
{
color: #DC2B4B;
}
</style>
background-color css
<style>
a { background-color: #DC2B4B; }
a { background-color: rgb(220,43,75); }
div.DivClassName
{
background-color: #DC2B4B;
}
.BgClassName
{
background-color: #DC2B4B;
}
</style>
border-color css
<style>
span { border-color: #DC2B4B; }
span { border-color: rgb(220,43,75); }
td.TdClassName
{
border-color: #DC2B4B;
}
.TagClassName
{
border-color: #DC2B4B;
}
</style>