Shades of Torch Red #FC073F
Tints of Torch Red #FC073F
RGB
CMYK
RGB Variations
Color information
#FC073F (or 0xFC073F) is known color: Torch Red. HEX triplet: FC, 07 and 3F. RGB value is (252,7,63). Sum of RGB (Red+Green+Blue) = 252+7+63=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC073F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC073F is #03F8C0. Grayscale: #565656. Windows color (decimal): -260289 or 4130812. OLE color: 4130812.
HSL color Cylindrical-coordinate representation of color #FC073F: hue angle of 346.29º 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 #FC073F is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 63 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.01 |
| HSL | 346.29º | 0.98% | 0.51% | - |
| HSV(B) | 346.29º | 0.97% | 0.99% | - |
| XYZ | 41.12 | 21.21 | 6.63 | - |
| YUV | 86.64 | 114.67 | 245.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 63 | 0 | 0.97 | 0.75 | 0.01 | 346.29 | 0.98 | 0.51 |
| Hex | FC | 7 | 3F | 0 | 61 | 4B | 1 | 15A | 62 | 33 |
| Octal | 374 | 7 | 77 | 0 | 141 | 113 | 1 | 532 | 142 | 63 |
| Binary | 11111100 | 111 | 111111 | 0 | 1100001 | 1001011 | 1 | 101011010 | 1100010 | 110011 |
Color Harmonies of #FC073F
Complementary color
Monochromatic Colors of #FC073F
Black with #FC073F
Text Example
Text Example
White with #FC073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC073F; }
p { color: rgb(252,7,63); }
H1.HeaderClassName
{
color: #FC073F;
}
.AnyTagClassName
{
color: #FC073F;
}
</style>
background-color css
<style>
a { background-color: #FC073F; }
a { background-color: rgb(252,7,63); }
div.DivClassName
{
background-color: #FC073F;
}
.BgClassName
{
background-color: #FC073F;
}
</style>
border-color css
<style>
span { border-color: #FC073F; }
span { border-color: rgb(252,7,63); }
td.TdClassName
{
border-color: #FC073F;
}
.TagClassName
{
border-color: #FC073F;
}
</style>