Shades of Torch Red #FC1647
Tints of Torch Red #FC1647
RGB
CMYK
RGB Variations
Color information
#FC1647 (or 0xFC1647) is known color: Torch Red. HEX triplet: FC, 16 and 47. RGB value is (252,22,71). Sum of RGB (Red+Green+Blue) = 252+22+71=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1647 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1647 is #03E9B8. Grayscale: #606060. Windows color (decimal): -256441 or 4658940. OLE color: 4658940.
HSL color Cylindrical-coordinate representation of color #FC1647: hue angle of 347.22º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1647 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 71 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.01 |
| HSL | 347.22º | 0.97% | 0.54% | - |
| HSV(B) | 347.22º | 0.91% | 0.99% | - |
| XYZ | 41.57 | 21.72 | 7.96 | - |
| YUV | 96.36 | 113.7 | 239.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 71 | 0 | 0.91 | 0.72 | 0.01 | 347.22 | 0.97 | 0.54 |
| Hex | FC | 16 | 47 | 0 | 5B | 48 | 1 | 15B | 61 | 36 |
| Octal | 374 | 26 | 107 | 0 | 133 | 110 | 1 | 533 | 141 | 66 |
| Binary | 11111100 | 10110 | 1000111 | 0 | 1011011 | 1001000 | 1 | 101011011 | 1100001 | 110110 |
Color Harmonies of #FC1647
Complementary color
Monochromatic Colors of #FC1647
Black with #FC1647
Text Example
Text Example
White with #FC1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1647; }
p { color: rgb(252,22,71); }
H1.HeaderClassName
{
color: #FC1647;
}
.AnyTagClassName
{
color: #FC1647;
}
</style>
background-color css
<style>
a { background-color: #FC1647; }
a { background-color: rgb(252,22,71); }
div.DivClassName
{
background-color: #FC1647;
}
.BgClassName
{
background-color: #FC1647;
}
</style>
border-color css
<style>
span { border-color: #FC1647; }
span { border-color: rgb(252,22,71); }
td.TdClassName
{
border-color: #FC1647;
}
.TagClassName
{
border-color: #FC1647;
}
</style>