Shades of Torch Red #FC070A
Tints of Torch Red #FC070A
RGB
CMYK
RGB Variations
Color information
#FC070A (or 0xFC070A) is known color: Torch Red. HEX triplet: FC, 07 and 0A. RGB value is (252,7,10). Sum of RGB (Red+Green+Blue) = 252+7+10=269 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.68% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 252 - color contains mainly: red. Hex color #FC070A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC070A is #03F8F5. Grayscale: #505050. Windows color (decimal): -260342 or 657404. OLE color: 657404.
HSL color Cylindrical-coordinate representation of color #FC070A: hue angle of 359.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC070A is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 10 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.01 |
| HSL | 359.27º | 0.98% | 0.51% | - |
| HSV(B) | 359.27º | 0.97% | 0.99% | - |
| XYZ | 40.28 | 20.87 | 2.19 | - |
| YUV | 80.6 | 88.17 | 250.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 10 | 0 | 0.97 | 0.96 | 0.01 | 359.27 | 0.98 | 0.51 |
| Hex | FC | 7 | A | 0 | 61 | 60 | 1 | 167 | 62 | 33 |
| Octal | 374 | 7 | 12 | 0 | 141 | 140 | 1 | 547 | 142 | 63 |
| Binary | 11111100 | 111 | 1010 | 0 | 1100001 | 1100000 | 1 | 101100111 | 1100010 | 110011 |
Color Harmonies of #FC070A
Complementary color
Monochromatic Colors of #FC070A
Black with #FC070A
Text Example
Text Example
White with #FC070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC070A; }
p { color: rgb(252,7,10); }
H1.HeaderClassName
{
color: #FC070A;
}
.AnyTagClassName
{
color: #FC070A;
}
</style>
background-color css
<style>
a { background-color: #FC070A; }
a { background-color: rgb(252,7,10); }
div.DivClassName
{
background-color: #FC070A;
}
.BgClassName
{
background-color: #FC070A;
}
</style>
border-color css
<style>
span { border-color: #FC070A; }
span { border-color: rgb(252,7,10); }
td.TdClassName
{
border-color: #FC070A;
}
.TagClassName
{
border-color: #FC070A;
}
</style>