Shades of Amaranth #DC1B4F
Tints of Amaranth #DC1B4F
RGB
CMYK
RGB Variations
Color information
#DC1B4F (or 0xDC1B4F) is known color: Amaranth. HEX triplet: DC, 1B and 4F. RGB value is (220,27,79). Sum of RGB (Red+Green+Blue) = 220+27+79=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B4F is #23E4B0. Grayscale: #5A5A5A. Windows color (decimal): -2352305 or 5184476. OLE color: 5184476.
HSL color Cylindrical-coordinate representation of color #DC1B4F: hue angle of 343.83º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1B4F is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 79 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.14 |
| HSL | 343.83º | 0.78% | 0.48% | - |
| HSV(B) | 343.83º | 0.88% | 0.86% | - |
| XYZ | 31.32 | 16.56 | 8.94 | - |
| YUV | 90.64 | 121.44 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 79 | 0 | 0.88 | 0.64 | 0.14 | 343.83 | 0.78 | 0.48 |
| Hex | DC | 1B | 4F | 0 | 58 | 40 | E | 158 | 4E | 30 |
| Octal | 334 | 33 | 117 | 0 | 130 | 100 | 16 | 530 | 116 | 60 |
| Binary | 11011100 | 11011 | 1001111 | 0 | 1011000 | 1000000 | 1110 | 101011000 | 1001110 | 110000 |
Color Harmonies of #DC1B4F
Complementary color
Monochromatic Colors of #DC1B4F
Black with #DC1B4F
Text Example
Text Example
White with #DC1B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B4F; }
p { color: rgb(220,27,79); }
H1.HeaderClassName
{
color: #DC1B4F;
}
.AnyTagClassName
{
color: #DC1B4F;
}
</style>
background-color css
<style>
a { background-color: #DC1B4F; }
a { background-color: rgb(220,27,79); }
div.DivClassName
{
background-color: #DC1B4F;
}
.BgClassName
{
background-color: #DC1B4F;
}
</style>
border-color css
<style>
span { border-color: #DC1B4F; }
span { border-color: rgb(220,27,79); }
td.TdClassName
{
border-color: #DC1B4F;
}
.TagClassName
{
border-color: #DC1B4F;
}
</style>