Shades of Torch Red #FC071D
Tints of Torch Red #FC071D
RGB
CMYK
RGB Variations
Color information
#FC071D (or 0xFC071D) is known color: Torch Red. HEX triplet: FC, 07 and 1D. RGB value is (252,7,29). Sum of RGB (Red+Green+Blue) = 252+7+29=288 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.5% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 252 - color contains mainly: red. Hex color #FC071D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC071D is #03F8E2. Grayscale: #525252. Windows color (decimal): -260323 or 1902588. OLE color: 1902588.
HSL color Cylindrical-coordinate representation of color #FC071D: hue angle of 354.61º 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 #FC071D is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 29 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.01 |
| HSL | 354.61º | 0.98% | 0.51% | - |
| HSV(B) | 354.61º | 0.97% | 0.99% | - |
| XYZ | 40.44 | 20.94 | 3.07 | - |
| YUV | 82.76 | 97.67 | 248.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 29 | 0 | 0.97 | 0.88 | 0.01 | 354.61 | 0.98 | 0.51 |
| Hex | FC | 7 | 1D | 0 | 61 | 58 | 1 | 163 | 62 | 33 |
| Octal | 374 | 7 | 35 | 0 | 141 | 130 | 1 | 543 | 142 | 63 |
| Binary | 11111100 | 111 | 11101 | 0 | 1100001 | 1011000 | 1 | 101100011 | 1100010 | 110011 |
Color Harmonies of #FC071D
Complementary color
Monochromatic Colors of #FC071D
Black with #FC071D
Text Example
Text Example
White with #FC071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC071D; }
p { color: rgb(252,7,29); }
H1.HeaderClassName
{
color: #FC071D;
}
.AnyTagClassName
{
color: #FC071D;
}
</style>
background-color css
<style>
a { background-color: #FC071D; }
a { background-color: rgb(252,7,29); }
div.DivClassName
{
background-color: #FC071D;
}
.BgClassName
{
background-color: #FC071D;
}
</style>
border-color css
<style>
span { border-color: #FC071D; }
span { border-color: rgb(252,7,29); }
td.TdClassName
{
border-color: #FC071D;
}
.TagClassName
{
border-color: #FC071D;
}
</style>