Shades of Torch Red #FC071C
Tints of Torch Red #FC071C
RGB
CMYK
RGB Variations
Color information
#FC071C (or 0xFC071C) is known color: Torch Red. HEX triplet: FC, 07 and 1C. RGB value is (252,7,28). Sum of RGB (Red+Green+Blue) = 252+7+28=287 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.80% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 252 - color contains mainly: red. Hex color #FC071C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC071C is #03F8E3. Grayscale: #525252. Windows color (decimal): -260324 or 1837052. OLE color: 1837052.
HSL color Cylindrical-coordinate representation of color #FC071C: hue angle of 354.86º 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 #FC071C is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 28 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.01 |
| HSL | 354.86º | 0.98% | 0.51% | - |
| HSV(B) | 354.86º | 0.97% | 0.99% | - |
| XYZ | 40.43 | 20.93 | 3.01 | - |
| YUV | 82.65 | 97.17 | 248.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 28 | 0 | 0.97 | 0.89 | 0.01 | 354.86 | 0.98 | 0.51 |
| Hex | FC | 7 | 1C | 0 | 61 | 59 | 1 | 163 | 62 | 33 |
| Octal | 374 | 7 | 34 | 0 | 141 | 131 | 1 | 543 | 142 | 63 |
| Binary | 11111100 | 111 | 11100 | 0 | 1100001 | 1011001 | 1 | 101100011 | 1100010 | 110011 |
Color Harmonies of #FC071C
Complementary color
Monochromatic Colors of #FC071C
Black with #FC071C
Text Example
Text Example
White with #FC071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC071C; }
p { color: rgb(252,7,28); }
H1.HeaderClassName
{
color: #FC071C;
}
.AnyTagClassName
{
color: #FC071C;
}
</style>
background-color css
<style>
a { background-color: #FC071C; }
a { background-color: rgb(252,7,28); }
div.DivClassName
{
background-color: #FC071C;
}
.BgClassName
{
background-color: #FC071C;
}
</style>
border-color css
<style>
span { border-color: #FC071C; }
span { border-color: rgb(252,7,28); }
td.TdClassName
{
border-color: #FC071C;
}
.TagClassName
{
border-color: #FC071C;
}
</style>