Shades of Amaranth #DC2753
Tints of Amaranth #DC2753
RGB
CMYK
RGB Variations
Color information
#DC2753 (or 0xDC2753) is known color: Amaranth. HEX triplet: DC, 27 and 53. RGB value is (220,39,83). Sum of RGB (Red+Green+Blue) = 220+39+83=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2753 is #23D8AC. Grayscale: #626262. Windows color (decimal): -2349229 or 5449692. OLE color: 5449692.
HSL color Cylindrical-coordinate representation of color #DC2753: hue angle of 345.41º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2753 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 83 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.14 |
| HSL | 345.41º | 0.72% | 0.51% | - |
| HSV(B) | 345.41º | 0.82% | 0.86% | - |
| XYZ | 31.8 | 17.29 | 9.84 | - |
| YUV | 98.14 | 119.47 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 83 | 0 | 0.82 | 0.62 | 0.14 | 345.41 | 0.72 | 0.51 |
| Hex | DC | 27 | 53 | 0 | 52 | 3E | E | 159 | 48 | 33 |
| Octal | 334 | 47 | 123 | 0 | 122 | 76 | 16 | 531 | 110 | 63 |
| Binary | 11011100 | 100111 | 1010011 | 0 | 1010010 | 111110 | 1110 | 101011001 | 1001000 | 110011 |
Color Harmonies of #DC2753
Complementary color
Monochromatic Colors of #DC2753
Black with #DC2753
Text Example
Text Example
White with #DC2753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2753; }
p { color: rgb(220,39,83); }
H1.HeaderClassName
{
color: #DC2753;
}
.AnyTagClassName
{
color: #DC2753;
}
</style>
background-color css
<style>
a { background-color: #DC2753; }
a { background-color: rgb(220,39,83); }
div.DivClassName
{
background-color: #DC2753;
}
.BgClassName
{
background-color: #DC2753;
}
</style>
border-color css
<style>
span { border-color: #DC2753; }
span { border-color: rgb(220,39,83); }
td.TdClassName
{
border-color: #DC2753;
}
.TagClassName
{
border-color: #DC2753;
}
</style>