Shades of Torch Red #FC072F
Tints of Torch Red #FC072F
RGB
CMYK
RGB Variations
Color information
#FC072F (or 0xFC072F) is known color: Torch Red. HEX triplet: FC, 07 and 2F. RGB value is (252,7,47). Sum of RGB (Red+Green+Blue) = 252+7+47=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC072F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC072F is #03F8D0. Grayscale: #545454. Windows color (decimal): -260305 or 3082236. OLE color: 3082236.
HSL color Cylindrical-coordinate representation of color #FC072F: hue angle of 350.2º 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 #FC072F is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.01 |
| HSL | 350.2º | 0.98% | 0.51% | - |
| HSV(B) | 350.2º | 0.97% | 0.99% | - |
| XYZ | 40.73 | 21.05 | 4.61 | - |
| YUV | 84.82 | 106.67 | 247.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 47 | 0 | 0.97 | 0.81 | 0.01 | 350.2 | 0.98 | 0.51 |
| Hex | FC | 7 | 2F | 0 | 61 | 51 | 1 | 15E | 62 | 33 |
| Octal | 374 | 7 | 57 | 0 | 141 | 121 | 1 | 536 | 142 | 63 |
| Binary | 11111100 | 111 | 101111 | 0 | 1100001 | 1010001 | 1 | 101011110 | 1100010 | 110011 |
Color Harmonies of #FC072F
Complementary color
Monochromatic Colors of #FC072F
Black with #FC072F
Text Example
Text Example
White with #FC072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC072F; }
p { color: rgb(252,7,47); }
H1.HeaderClassName
{
color: #FC072F;
}
.AnyTagClassName
{
color: #FC072F;
}
</style>
background-color css
<style>
a { background-color: #FC072F; }
a { background-color: rgb(252,7,47); }
div.DivClassName
{
background-color: #FC072F;
}
.BgClassName
{
background-color: #FC072F;
}
</style>
border-color css
<style>
span { border-color: #FC072F; }
span { border-color: rgb(252,7,47); }
td.TdClassName
{
border-color: #FC072F;
}
.TagClassName
{
border-color: #FC072F;
}
</style>