Shades of Torch Red #FC0715
Tints of Torch Red #FC0715
RGB
CMYK
RGB Variations
Color information
#FC0715 (or 0xFC0715) is known color: Torch Red. HEX triplet: FC, 07 and 15. RGB value is (252,7,21). Sum of RGB (Red+Green+Blue) = 252+7+21=280 (37% of max value = 765). Red value is 252 (98.83% from 255 or 90% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0715 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0715 is #03F8EA. Grayscale: #525252. Windows color (decimal): -260331 or 1378300. OLE color: 1378300.
HSL color Cylindrical-coordinate representation of color #FC0715: hue angle of 356.57º 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 #FC0715 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 21 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.01 |
| HSL | 356.57º | 0.98% | 0.51% | - |
| HSV(B) | 356.57º | 0.97% | 0.99% | - |
| XYZ | 40.36 | 20.9 | 2.62 | - |
| YUV | 81.85 | 93.67 | 249.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 21 | 0 | 0.97 | 0.92 | 0.01 | 356.57 | 0.98 | 0.51 |
| Hex | FC | 7 | 15 | 0 | 61 | 5C | 1 | 165 | 62 | 33 |
| Octal | 374 | 7 | 25 | 0 | 141 | 134 | 1 | 545 | 142 | 63 |
| Binary | 11111100 | 111 | 10101 | 0 | 1100001 | 1011100 | 1 | 101100101 | 1100010 | 110011 |
Color Harmonies of #FC0715
Complementary color
Monochromatic Colors of #FC0715
Black with #FC0715
Text Example
Text Example
White with #FC0715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0715; }
p { color: rgb(252,7,21); }
H1.HeaderClassName
{
color: #FC0715;
}
.AnyTagClassName
{
color: #FC0715;
}
</style>
background-color css
<style>
a { background-color: #FC0715; }
a { background-color: rgb(252,7,21); }
div.DivClassName
{
background-color: #FC0715;
}
.BgClassName
{
background-color: #FC0715;
}
</style>
border-color css
<style>
span { border-color: #FC0715; }
span { border-color: rgb(252,7,21); }
td.TdClassName
{
border-color: #FC0715;
}
.TagClassName
{
border-color: #FC0715;
}
</style>