Shades of Torch Red #FC000B
Tints of Torch Red #FC000B
RGB
CMYK
RGB Variations
Color information
#FC000B (or 0xFC000B) is known color: Torch Red. HEX triplet: FC, 00 and 0B. RGB value is (252,0,11). Sum of RGB (Red+Green+Blue) = 252+0+11=263 (34% of max value = 765). Red value is 252 (98.83% from 255 or 95.82% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 252 - color contains mainly: red. Hex color #FC000B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC000B is #03FFF4. Grayscale: #4C4C4C. Windows color (decimal): -262133 or 721148. OLE color: 721148.
HSL color Cylindrical-coordinate representation of color #FC000B: hue angle of 357.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC000B is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.96 | 0.01 |
| HSL | 357.38º | 1% | 0.49% | - |
| HSV(B) | 357.38º | 1% | 0.99% | - |
| XYZ | 40.21 | 20.72 | 2.2 | - |
| YUV | 76.6 | 90.99 | 253.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 11 | 0 | 1 | 0.96 | 0.01 | 357.38 | 1 | 0.49 |
| Hex | FC | 0 | B | 0 | 64 | 60 | 1 | 165 | 64 | 31 |
| Octal | 374 | 0 | 13 | 0 | 144 | 140 | 1 | 545 | 144 | 61 |
| Binary | 11111100 | 0 | 1011 | 0 | 1100100 | 1100000 | 1 | 101100101 | 1100100 | 110001 |
Color Harmonies of #FC000B
Complementary color
Monochromatic Colors of #FC000B
Black with #FC000B
Text Example
Text Example
White with #FC000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC000B; }
p { color: rgb(252,0,11); }
H1.HeaderClassName
{
color: #FC000B;
}
.AnyTagClassName
{
color: #FC000B;
}
</style>
background-color css
<style>
a { background-color: #FC000B; }
a { background-color: rgb(252,0,11); }
div.DivClassName
{
background-color: #FC000B;
}
.BgClassName
{
background-color: #FC000B;
}
</style>
border-color css
<style>
span { border-color: #FC000B; }
span { border-color: rgb(252,0,11); }
td.TdClassName
{
border-color: #FC000B;
}
.TagClassName
{
border-color: #FC000B;
}
</style>