Shades of Torch Red #FC010F
Tints of Torch Red #FC010F
RGB
CMYK
RGB Variations
Color information
#FC010F (or 0xFC010F) is known color: Torch Red. HEX triplet: FC, 01 and 0F. RGB value is (252,1,15). Sum of RGB (Red+Green+Blue) = 252+1+15=268 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.03% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 252 - color contains mainly: red. Hex color #FC010F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC010F is #03FEF0. Grayscale: #4D4D4D. Windows color (decimal): -261873 or 983548. OLE color: 983548.
HSL color Cylindrical-coordinate representation of color #FC010F: hue angle of 356.65º 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 #FC010F is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 15 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.01 |
| HSL | 356.65º | 0.99% | 0.5% | - |
| HSV(B) | 356.65º | 1% | 0.99% | - |
| XYZ | 40.24 | 20.75 | 2.34 | - |
| YUV | 77.65 | 92.66 | 252.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 15 | 0 | 1.00 | 0.94 | 0.01 | 356.65 | 0.99 | 0.5 |
| Hex | FC | 1 | F | 0 | 64 | 5E | 1 | 165 | 63 | 32 |
| Octal | 374 | 1 | 17 | 0 | 144 | 136 | 1 | 545 | 143 | 62 |
| Binary | 11111100 | 1 | 1111 | 0 | 1100100 | 1011110 | 1 | 101100101 | 1100011 | 110010 |
Color Harmonies of #FC010F
Complementary color
Monochromatic Colors of #FC010F
Black with #FC010F
Text Example
Text Example
White with #FC010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC010F; }
p { color: rgb(252,1,15); }
H1.HeaderClassName
{
color: #FC010F;
}
.AnyTagClassName
{
color: #FC010F;
}
</style>
background-color css
<style>
a { background-color: #FC010F; }
a { background-color: rgb(252,1,15); }
div.DivClassName
{
background-color: #FC010F;
}
.BgClassName
{
background-color: #FC010F;
}
</style>
border-color css
<style>
span { border-color: #FC010F; }
span { border-color: rgb(252,1,15); }
td.TdClassName
{
border-color: #FC010F;
}
.TagClassName
{
border-color: #FC010F;
}
</style>