Shades of Amaranth #FD2944
Tints of Amaranth #FD2944
RGB
CMYK
RGB Variations
Color information
#FD2944 (or 0xFD2944) is known color: Amaranth. HEX triplet: FD, 29 and 44. RGB value is (253,41,68). Sum of RGB (Red+Green+Blue) = 253+41+68=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2944 is #02D6BB. Grayscale: #6B6B6B. Windows color (decimal): -186044 or 4467197. OLE color: 4467197.
HSL color Cylindrical-coordinate representation of color #FD2944: hue angle of 352.36º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD2944 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 68 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.01 |
| HSL | 352.36º | 0.98% | 0.58% | - |
| HSV(B) | 352.36º | 0.84% | 0.99% | - |
| XYZ | 42.34 | 22.89 | 7.65 | - |
| YUV | 107.47 | 105.74 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 68 | 0 | 0.84 | 0.73 | 0.01 | 352.36 | 0.98 | 0.58 |
| Hex | FD | 29 | 44 | 0 | 54 | 49 | 1 | 160 | 62 | 3A |
| Octal | 375 | 51 | 104 | 0 | 124 | 111 | 1 | 540 | 142 | 72 |
| Binary | 11111101 | 101001 | 1000100 | 0 | 1010100 | 1001001 | 1 | 101100000 | 1100010 | 111010 |
Color Harmonies of #FD2944
Complementary color
Monochromatic Colors of #FD2944
Black with #FD2944
Text Example
Text Example
White with #FD2944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2944; }
p { color: rgb(253,41,68); }
H1.HeaderClassName
{
color: #FD2944;
}
.AnyTagClassName
{
color: #FD2944;
}
</style>
background-color css
<style>
a { background-color: #FD2944; }
a { background-color: rgb(253,41,68); }
div.DivClassName
{
background-color: #FD2944;
}
.BgClassName
{
background-color: #FD2944;
}
</style>
border-color css
<style>
span { border-color: #FD2944; }
span { border-color: rgb(253,41,68); }
td.TdClassName
{
border-color: #FD2944;
}
.TagClassName
{
border-color: #FD2944;
}
</style>