Shades of Torch Red #FC010B
Tints of Torch Red #FC010B
RGB
CMYK
RGB Variations
Color information
#FC010B (or 0xFC010B) is known color: Torch Red. HEX triplet: FC, 01 and 0B. RGB value is (252,1,11). Sum of RGB (Red+Green+Blue) = 252+1+11=264 (34% of max value = 765). Red value is 252 (98.83% from 255 or 95.45% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 252 - color contains mainly: red. Hex color #FC010B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC010B is #03FEF4. Grayscale: #4D4D4D. Windows color (decimal): -261877 or 721404. OLE color: 721404.
HSL color Cylindrical-coordinate representation of color #FC010B: hue angle of 357.61º 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 #FC010B is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 11 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.01 |
| HSL | 357.61º | 0.99% | 0.5% | - |
| HSV(B) | 357.61º | 1% | 0.99% | - |
| XYZ | 40.22 | 20.74 | 2.2 | - |
| YUV | 77.19 | 90.66 | 252.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 11 | 0 | 1.00 | 0.96 | 0.01 | 357.61 | 0.99 | 0.5 |
| Hex | FC | 1 | B | 0 | 64 | 60 | 1 | 166 | 63 | 32 |
| Octal | 374 | 1 | 13 | 0 | 144 | 140 | 1 | 546 | 143 | 62 |
| Binary | 11111100 | 1 | 1011 | 0 | 1100100 | 1100000 | 1 | 101100110 | 1100011 | 110010 |
Color Harmonies of #FC010B
Complementary color
Monochromatic Colors of #FC010B
Black with #FC010B
Text Example
Text Example
White with #FC010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC010B; }
p { color: rgb(252,1,11); }
H1.HeaderClassName
{
color: #FC010B;
}
.AnyTagClassName
{
color: #FC010B;
}
</style>
background-color css
<style>
a { background-color: #FC010B; }
a { background-color: rgb(252,1,11); }
div.DivClassName
{
background-color: #FC010B;
}
.BgClassName
{
background-color: #FC010B;
}
</style>
border-color css
<style>
span { border-color: #FC010B; }
span { border-color: rgb(252,1,11); }
td.TdClassName
{
border-color: #FC010B;
}
.TagClassName
{
border-color: #FC010B;
}
</style>