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