Shades of Torch Red #FC0047
Tints of Torch Red #FC0047
RGB
CMYK
RGB Variations
Color information
#FC0047 (or 0xFC0047) is known color: Torch Red. HEX triplet: FC, 00 and 47. RGB value is (252,0,71). Sum of RGB (Red+Green+Blue) = 252+0+71=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0047 is #03FFB8. Grayscale: #535353. Windows color (decimal): -262073 or 4653308. OLE color: 4653308.
HSL color Cylindrical-coordinate representation of color #FC0047: hue angle of 343.1º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0047 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.72 | 0.01 |
| HSL | 343.1º | 1% | 0.49% | - |
| HSV(B) | 343.1º | 1% | 0.99% | - |
| XYZ | 41.28 | 21.15 | 7.87 | - |
| YUV | 83.44 | 120.99 | 248.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 71 | 0 | 1 | 0.72 | 0.01 | 343.1 | 1 | 0.49 |
| Hex | FC | 0 | 47 | 0 | 64 | 48 | 1 | 157 | 64 | 31 |
| Octal | 374 | 0 | 107 | 0 | 144 | 110 | 1 | 527 | 144 | 61 |
| Binary | 11111100 | 0 | 1000111 | 0 | 1100100 | 1001000 | 1 | 101010111 | 1100100 | 110001 |
Color Harmonies of #FC0047
Complementary color
Monochromatic Colors of #FC0047
Black with #FC0047
Text Example
Text Example
White with #FC0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0047; }
p { color: rgb(252,0,71); }
H1.HeaderClassName
{
color: #FC0047;
}
.AnyTagClassName
{
color: #FC0047;
}
</style>
background-color css
<style>
a { background-color: #FC0047; }
a { background-color: rgb(252,0,71); }
div.DivClassName
{
background-color: #FC0047;
}
.BgClassName
{
background-color: #FC0047;
}
</style>
border-color css
<style>
span { border-color: #FC0047; }
span { border-color: rgb(252,0,71); }
td.TdClassName
{
border-color: #FC0047;
}
.TagClassName
{
border-color: #FC0047;
}
</style>