Shades of Torch Red #FC0721
Tints of Torch Red #FC0721
RGB
CMYK
RGB Variations
Color information
#FC0721 (or 0xFC0721) is known color: Torch Red. HEX triplet: FC, 07 and 21. RGB value is (252,7,33). Sum of RGB (Red+Green+Blue) = 252+7+33=292 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.30% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0721 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0721 is #03F8DE. Grayscale: #535353. Windows color (decimal): -260319 or 2164732. OLE color: 2164732.
HSL color Cylindrical-coordinate representation of color #FC0721: hue angle of 353.63º 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 #FC0721 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 33 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.01 |
| HSL | 353.63º | 0.98% | 0.51% | - |
| HSV(B) | 353.63º | 0.97% | 0.99% | - |
| XYZ | 40.5 | 20.96 | 3.35 | - |
| YUV | 83.22 | 99.67 | 248.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 33 | 0 | 0.97 | 0.87 | 0.01 | 353.63 | 0.98 | 0.51 |
| Hex | FC | 7 | 21 | 0 | 61 | 57 | 1 | 162 | 62 | 33 |
| Octal | 374 | 7 | 41 | 0 | 141 | 127 | 1 | 542 | 142 | 63 |
| Binary | 11111100 | 111 | 100001 | 0 | 1100001 | 1010111 | 1 | 101100010 | 1100010 | 110011 |
Color Harmonies of #FC0721
Complementary color
Monochromatic Colors of #FC0721
Black with #FC0721
Text Example
Text Example
White with #FC0721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0721; }
p { color: rgb(252,7,33); }
H1.HeaderClassName
{
color: #FC0721;
}
.AnyTagClassName
{
color: #FC0721;
}
</style>
background-color css
<style>
a { background-color: #FC0721; }
a { background-color: rgb(252,7,33); }
div.DivClassName
{
background-color: #FC0721;
}
.BgClassName
{
background-color: #FC0721;
}
</style>
border-color css
<style>
span { border-color: #FC0721; }
span { border-color: rgb(252,7,33); }
td.TdClassName
{
border-color: #FC0721;
}
.TagClassName
{
border-color: #FC0721;
}
</style>