Shades of Torch Red #FC0714
Tints of Torch Red #FC0714
RGB
CMYK
RGB Variations
Color information
#FC0714 (or 0xFC0714) is known color: Torch Red. HEX triplet: FC, 07 and 14. RGB value is (252,7,20). Sum of RGB (Red+Green+Blue) = 252+7+20=279 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.32% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0714 is #03F8EB. Grayscale: #515151. Windows color (decimal): -260332 or 1312764. OLE color: 1312764.
HSL color Cylindrical-coordinate representation of color #FC0714: hue angle of 356.82º 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 #FC0714 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 20 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.01 |
| HSL | 356.82º | 0.98% | 0.51% | - |
| HSV(B) | 356.82º | 0.97% | 0.99% | - |
| XYZ | 40.35 | 20.9 | 2.57 | - |
| YUV | 81.74 | 93.17 | 249.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 20 | 0 | 0.97 | 0.92 | 0.01 | 356.82 | 0.98 | 0.51 |
| Hex | FC | 7 | 14 | 0 | 61 | 5C | 1 | 165 | 62 | 33 |
| Octal | 374 | 7 | 24 | 0 | 141 | 134 | 1 | 545 | 142 | 63 |
| Binary | 11111100 | 111 | 10100 | 0 | 1100001 | 1011100 | 1 | 101100101 | 1100010 | 110011 |
Color Harmonies of #FC0714
Complementary color
Monochromatic Colors of #FC0714
Black with #FC0714
Text Example
Text Example
White with #FC0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0714; }
p { color: rgb(252,7,20); }
H1.HeaderClassName
{
color: #FC0714;
}
.AnyTagClassName
{
color: #FC0714;
}
</style>
background-color css
<style>
a { background-color: #FC0714; }
a { background-color: rgb(252,7,20); }
div.DivClassName
{
background-color: #FC0714;
}
.BgClassName
{
background-color: #FC0714;
}
</style>
border-color css
<style>
span { border-color: #FC0714; }
span { border-color: rgb(252,7,20); }
td.TdClassName
{
border-color: #FC0714;
}
.TagClassName
{
border-color: #FC0714;
}
</style>