Shades of Amaranth #FD2E43
Tints of Amaranth #FD2E43
RGB
CMYK
RGB Variations
Color information
#FD2E43 (or 0xFD2E43) is known color: Amaranth. HEX triplet: FD, 2E and 43. RGB value is (253,46,67). Sum of RGB (Red+Green+Blue) = 253+46+67=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2E43 is #02D1BC. Grayscale: #6E6E6E. Windows color (decimal): -184765 or 4402941. OLE color: 4402941.
HSL color Cylindrical-coordinate representation of color #FD2E43: hue angle of 353.91º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2E43 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 67 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.01 |
| HSL | 353.91º | 0.98% | 0.59% | - |
| HSV(B) | 353.91º | 0.82% | 0.99% | - |
| XYZ | 42.5 | 23.24 | 7.56 | - |
| YUV | 110.29 | 103.58 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 67 | 0 | 0.82 | 0.74 | 0.01 | 353.91 | 0.98 | 0.59 |
| Hex | FD | 2E | 43 | 0 | 52 | 4A | 1 | 162 | 62 | 3B |
| Octal | 375 | 56 | 103 | 0 | 122 | 112 | 1 | 542 | 142 | 73 |
| Binary | 11111101 | 101110 | 1000011 | 0 | 1010010 | 1001010 | 1 | 101100010 | 1100010 | 111011 |
Color Harmonies of #FD2E43
Complementary color
Monochromatic Colors of #FD2E43
Black with #FD2E43
Text Example
Text Example
White with #FD2E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2E43; }
p { color: rgb(253,46,67); }
H1.HeaderClassName
{
color: #FD2E43;
}
.AnyTagClassName
{
color: #FD2E43;
}
</style>
background-color css
<style>
a { background-color: #FD2E43; }
a { background-color: rgb(253,46,67); }
div.DivClassName
{
background-color: #FD2E43;
}
.BgClassName
{
background-color: #FD2E43;
}
</style>
border-color css
<style>
span { border-color: #FD2E43; }
span { border-color: rgb(253,46,67); }
td.TdClassName
{
border-color: #FD2E43;
}
.TagClassName
{
border-color: #FD2E43;
}
</style>