Shades of Torch Red #FC0120
Tints of Torch Red #FC0120
RGB
CMYK
RGB Variations
Color information
#FC0120 (or 0xFC0120) is known color: Torch Red. HEX triplet: FC, 01 and 20. RGB value is (252,1,32). Sum of RGB (Red+Green+Blue) = 252+1+32=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0120 is #03FEDF. Grayscale: #4F4F4F. Windows color (decimal): -261856 or 2097660. OLE color: 2097660.
HSL color Cylindrical-coordinate representation of color #FC0120: hue angle of 352.59º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0120 is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 32 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.01 |
| HSL | 352.59º | 0.99% | 0.5% | - |
| HSV(B) | 352.59º | 1% | 0.99% | - |
| XYZ | 40.42 | 20.82 | 3.26 | - |
| YUV | 79.58 | 101.16 | 250.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 32 | 0 | 1.00 | 0.87 | 0.01 | 352.59 | 0.99 | 0.5 |
| Hex | FC | 1 | 20 | 0 | 64 | 57 | 1 | 161 | 63 | 32 |
| Octal | 374 | 1 | 40 | 0 | 144 | 127 | 1 | 541 | 143 | 62 |
| Binary | 11111100 | 1 | 100000 | 0 | 1100100 | 1010111 | 1 | 101100001 | 1100011 | 110010 |
Color Harmonies of #FC0120
Complementary color
Monochromatic Colors of #FC0120
Black with #FC0120
Text Example
Text Example
White with #FC0120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0120; }
p { color: rgb(252,1,32); }
H1.HeaderClassName
{
color: #FC0120;
}
.AnyTagClassName
{
color: #FC0120;
}
</style>
background-color css
<style>
a { background-color: #FC0120; }
a { background-color: rgb(252,1,32); }
div.DivClassName
{
background-color: #FC0120;
}
.BgClassName
{
background-color: #FC0120;
}
</style>
border-color css
<style>
span { border-color: #FC0120; }
span { border-color: rgb(252,1,32); }
td.TdClassName
{
border-color: #FC0120;
}
.TagClassName
{
border-color: #FC0120;
}
</style>