Shades of Torch Red #FC0007
Tints of Torch Red #FC0007
RGB
CMYK
RGB Variations
Color information
#FC0007 (or 0xFC0007) is known color: Torch Red. HEX triplet: FC, 00 and 07. RGB value is (252,0,7). Sum of RGB (Red+Green+Blue) = 252+0+7=259 (34% of max value = 765). Red value is 252 (98.83% from 255 or 97.30% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0007 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0007 is #03FFF8. Grayscale: #4C4C4C. Windows color (decimal): -262137 or 459004. OLE color: 459004.
HSL color Cylindrical-coordinate representation of color #FC0007: hue angle of 358.33º 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 #FC0007 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.97 | 0.01 |
| HSL | 358.33º | 1% | 0.49% | - |
| HSV(B) | 358.33º | 1% | 0.99% | - |
| XYZ | 40.18 | 20.71 | 2.08 | - |
| YUV | 76.15 | 88.99 | 253.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 7 | 0 | 1 | 0.97 | 0.01 | 358.33 | 1 | 0.49 |
| Hex | FC | 0 | 7 | 0 | 64 | 61 | 1 | 166 | 64 | 31 |
| Octal | 374 | 0 | 7 | 0 | 144 | 141 | 1 | 546 | 144 | 61 |
| Binary | 11111100 | 0 | 111 | 0 | 1100100 | 1100001 | 1 | 101100110 | 1100100 | 110001 |
Color Harmonies of #FC0007
Complementary color
Monochromatic Colors of #FC0007
Black with #FC0007
Text Example
Text Example
White with #FC0007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0007; }
p { color: rgb(252,0,7); }
H1.HeaderClassName
{
color: #FC0007;
}
.AnyTagClassName
{
color: #FC0007;
}
</style>
background-color css
<style>
a { background-color: #FC0007; }
a { background-color: rgb(252,0,7); }
div.DivClassName
{
background-color: #FC0007;
}
.BgClassName
{
background-color: #FC0007;
}
</style>
border-color css
<style>
span { border-color: #FC0007; }
span { border-color: rgb(252,0,7); }
td.TdClassName
{
border-color: #FC0007;
}
.TagClassName
{
border-color: #FC0007;
}
</style>