Shades of Torch Red #FC071E
Tints of Torch Red #FC071E
RGB
CMYK
RGB Variations
Color information
#FC071E (or 0xFC071E) is known color: Torch Red. HEX triplet: FC, 07 and 1E. RGB value is (252,7,30). Sum of RGB (Red+Green+Blue) = 252+7+30=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC071E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC071E is #03F8E1. Grayscale: #535353. Windows color (decimal): -260322 or 1968124. OLE color: 1968124.
HSL color Cylindrical-coordinate representation of color #FC071E: hue angle of 354.37º 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 #FC071E is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 30 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.01 |
| HSL | 354.37º | 0.98% | 0.51% | - |
| HSV(B) | 354.37º | 0.97% | 0.99% | - |
| XYZ | 40.46 | 20.94 | 3.14 | - |
| YUV | 82.88 | 98.17 | 248.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 30 | 0 | 0.97 | 0.88 | 0.01 | 354.37 | 0.98 | 0.51 |
| Hex | FC | 7 | 1E | 0 | 61 | 58 | 1 | 162 | 62 | 33 |
| Octal | 374 | 7 | 36 | 0 | 141 | 130 | 1 | 542 | 142 | 63 |
| Binary | 11111100 | 111 | 11110 | 0 | 1100001 | 1011000 | 1 | 101100010 | 1100010 | 110011 |
Color Harmonies of #FC071E
Complementary color
Monochromatic Colors of #FC071E
Black with #FC071E
Text Example
Text Example
White with #FC071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC071E; }
p { color: rgb(252,7,30); }
H1.HeaderClassName
{
color: #FC071E;
}
.AnyTagClassName
{
color: #FC071E;
}
</style>
background-color css
<style>
a { background-color: #FC071E; }
a { background-color: rgb(252,7,30); }
div.DivClassName
{
background-color: #FC071E;
}
.BgClassName
{
background-color: #FC071E;
}
</style>
border-color css
<style>
span { border-color: #FC071E; }
span { border-color: rgb(252,7,30); }
td.TdClassName
{
border-color: #FC071E;
}
.TagClassName
{
border-color: #FC071E;
}
</style>