Shades of Torch Red #FC0712
Tints of Torch Red #FC0712
RGB
CMYK
RGB Variations
Color information
#FC0712 (or 0xFC0712) is known color: Torch Red. HEX triplet: FC, 07 and 12. RGB value is (252,7,18). Sum of RGB (Red+Green+Blue) = 252+7+18=277 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.97% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0712 is #03F8ED. Grayscale: #515151. Windows color (decimal): -260334 or 1181692. OLE color: 1181692.
HSL color Cylindrical-coordinate representation of color #FC0712: hue angle of 357.31º 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 #FC0712 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 18 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.01 |
| HSL | 357.31º | 0.98% | 0.51% | - |
| HSV(B) | 357.31º | 0.97% | 0.99% | - |
| XYZ | 40.33 | 20.89 | 2.48 | - |
| YUV | 81.51 | 92.17 | 249.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 18 | 0 | 0.97 | 0.93 | 0.01 | 357.31 | 0.98 | 0.51 |
| Hex | FC | 7 | 12 | 0 | 61 | 5D | 1 | 165 | 62 | 33 |
| Octal | 374 | 7 | 22 | 0 | 141 | 135 | 1 | 545 | 142 | 63 |
| Binary | 11111100 | 111 | 10010 | 0 | 1100001 | 1011101 | 1 | 101100101 | 1100010 | 110011 |
Color Harmonies of #FC0712
Complementary color
Monochromatic Colors of #FC0712
Black with #FC0712
Text Example
Text Example
White with #FC0712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0712; }
p { color: rgb(252,7,18); }
H1.HeaderClassName
{
color: #FC0712;
}
.AnyTagClassName
{
color: #FC0712;
}
</style>
background-color css
<style>
a { background-color: #FC0712; }
a { background-color: rgb(252,7,18); }
div.DivClassName
{
background-color: #FC0712;
}
.BgClassName
{
background-color: #FC0712;
}
</style>
border-color css
<style>
span { border-color: #FC0712; }
span { border-color: rgb(252,7,18); }
td.TdClassName
{
border-color: #FC0712;
}
.TagClassName
{
border-color: #FC0712;
}
</style>