Shades of Amaranth #FD2547
Tints of Amaranth #FD2547
RGB
CMYK
RGB Variations
Color information
#FD2547 (or 0xFD2547) is known color: Amaranth. HEX triplet: FD, 25 and 47. RGB value is (253,37,71). Sum of RGB (Red+Green+Blue) = 253+37+71=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2547 is #02DAB8. Grayscale: #696969. Windows color (decimal): -187065 or 4662781. OLE color: 4662781.
HSL color Cylindrical-coordinate representation of color #FD2547: hue angle of 350.56º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD2547 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 71 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.01 |
| HSL | 350.56º | 0.98% | 0.57% | - |
| HSV(B) | 350.56º | 0.85% | 0.99% | - |
| XYZ | 42.31 | 22.66 | 8.11 | - |
| YUV | 105.46 | 108.56 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 71 | 0 | 0.85 | 0.72 | 0.01 | 350.56 | 0.98 | 0.57 |
| Hex | FD | 25 | 47 | 0 | 55 | 48 | 1 | 15F | 62 | 39 |
| Octal | 375 | 45 | 107 | 0 | 125 | 110 | 1 | 537 | 142 | 71 |
| Binary | 11111101 | 100101 | 1000111 | 0 | 1010101 | 1001000 | 1 | 101011111 | 1100010 | 111001 |
Color Harmonies of #FD2547
Complementary color
Monochromatic Colors of #FD2547
Black with #FD2547
Text Example
Text Example
White with #FD2547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2547; }
p { color: rgb(253,37,71); }
H1.HeaderClassName
{
color: #FD2547;
}
.AnyTagClassName
{
color: #FD2547;
}
</style>
background-color css
<style>
a { background-color: #FD2547; }
a { background-color: rgb(253,37,71); }
div.DivClassName
{
background-color: #FD2547;
}
.BgClassName
{
background-color: #FD2547;
}
</style>
border-color css
<style>
span { border-color: #FD2547; }
span { border-color: rgb(253,37,71); }
td.TdClassName
{
border-color: #FD2547;
}
.TagClassName
{
border-color: #FD2547;
}
</style>