Shades of Torch Red #FC0049
Tints of Torch Red #FC0049
RGB
CMYK
RGB Variations
Color information
#FC0049 (or 0xFC0049) is known color: Torch Red. HEX triplet: FC, 00 and 49. RGB value is (252,0,73). Sum of RGB (Red+Green+Blue) = 252+0+73=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0049 is #03FFB6. Grayscale: #535353. Windows color (decimal): -262071 or 4784380. OLE color: 4784380.
HSL color Cylindrical-coordinate representation of color #FC0049: hue angle of 342.62º 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 #FC0049 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.71 | 0.01 |
| HSL | 342.62º | 1% | 0.49% | - |
| HSV(B) | 342.62º | 1% | 0.99% | - |
| XYZ | 41.35 | 21.18 | 8.21 | - |
| YUV | 83.67 | 121.99 | 248.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 73 | 0 | 1 | 0.71 | 0.01 | 342.62 | 1 | 0.49 |
| Hex | FC | 0 | 49 | 0 | 64 | 47 | 1 | 157 | 64 | 31 |
| Octal | 374 | 0 | 111 | 0 | 144 | 107 | 1 | 527 | 144 | 61 |
| Binary | 11111100 | 0 | 1001001 | 0 | 1100100 | 1000111 | 1 | 101010111 | 1100100 | 110001 |
Color Harmonies of #FC0049
Complementary color
Monochromatic Colors of #FC0049
Black with #FC0049
Text Example
Text Example
White with #FC0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0049; }
p { color: rgb(252,0,73); }
H1.HeaderClassName
{
color: #FC0049;
}
.AnyTagClassName
{
color: #FC0049;
}
</style>
background-color css
<style>
a { background-color: #FC0049; }
a { background-color: rgb(252,0,73); }
div.DivClassName
{
background-color: #FC0049;
}
.BgClassName
{
background-color: #FC0049;
}
</style>
border-color css
<style>
span { border-color: #FC0049; }
span { border-color: rgb(252,0,73); }
td.TdClassName
{
border-color: #FC0049;
}
.TagClassName
{
border-color: #FC0049;
}
</style>