Shades of Torch Red #FC0140
Tints of Torch Red #FC0140
RGB
CMYK
RGB Variations
Color information
#FC0140 (or 0xFC0140) is known color: Torch Red. HEX triplet: FC, 01 and 40. RGB value is (252,1,64). Sum of RGB (Red+Green+Blue) = 252+1+64=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0140 is #03FEBF. Grayscale: #535353. Windows color (decimal): -261824 or 4194812. OLE color: 4194812.
HSL color Cylindrical-coordinate representation of color #FC0140: hue angle of 344.94º 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 #FC0140 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 64 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.01 |
| HSL | 344.94º | 0.99% | 0.5% | - |
| HSV(B) | 344.94º | 1% | 0.99% | - |
| XYZ | 41.08 | 21.09 | 6.76 | - |
| YUV | 83.23 | 117.16 | 248.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 64 | 0 | 1.00 | 0.75 | 0.01 | 344.94 | 0.99 | 0.5 |
| Hex | FC | 1 | 40 | 0 | 64 | 4B | 1 | 159 | 63 | 32 |
| Octal | 374 | 1 | 100 | 0 | 144 | 113 | 1 | 531 | 143 | 62 |
| Binary | 11111100 | 1 | 1000000 | 0 | 1100100 | 1001011 | 1 | 101011001 | 1100011 | 110010 |
Color Harmonies of #FC0140
Complementary color
Monochromatic Colors of #FC0140
Black with #FC0140
Text Example
Text Example
White with #FC0140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0140; }
p { color: rgb(252,1,64); }
H1.HeaderClassName
{
color: #FC0140;
}
.AnyTagClassName
{
color: #FC0140;
}
</style>
background-color css
<style>
a { background-color: #FC0140; }
a { background-color: rgb(252,1,64); }
div.DivClassName
{
background-color: #FC0140;
}
.BgClassName
{
background-color: #FC0140;
}
</style>
border-color css
<style>
span { border-color: #FC0140; }
span { border-color: rgb(252,1,64); }
td.TdClassName
{
border-color: #FC0140;
}
.TagClassName
{
border-color: #FC0140;
}
</style>