Shades of Torch Red #FC0014
Tints of Torch Red #FC0014
RGB
CMYK
RGB Variations
Color information
#FC0014 (or 0xFC0014) is known color: Torch Red. HEX triplet: FC, 00 and 14. RGB value is (252,0,20). Sum of RGB (Red+Green+Blue) = 252+0+20=272 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.65% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0014 is #03FFEB. Grayscale: #4D4D4D. Windows color (decimal): -262124 or 1310972. OLE color: 1310972.
HSL color Cylindrical-coordinate representation of color #FC0014: hue angle of 355.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0014 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.92 | 0.01 |
| HSL | 355.24º | 1% | 0.49% | - |
| HSV(B) | 355.24º | 1% | 0.99% | - |
| XYZ | 40.27 | 20.75 | 2.54 | - |
| YUV | 77.63 | 95.49 | 252.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 20 | 0 | 1 | 0.92 | 0.01 | 355.24 | 1 | 0.49 |
| Hex | FC | 0 | 14 | 0 | 64 | 5C | 1 | 163 | 64 | 31 |
| Octal | 374 | 0 | 24 | 0 | 144 | 134 | 1 | 543 | 144 | 61 |
| Binary | 11111100 | 0 | 10100 | 0 | 1100100 | 1011100 | 1 | 101100011 | 1100100 | 110001 |
Color Harmonies of #FC0014
Complementary color
Monochromatic Colors of #FC0014
Black with #FC0014
Text Example
Text Example
White with #FC0014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0014; }
p { color: rgb(252,0,20); }
H1.HeaderClassName
{
color: #FC0014;
}
.AnyTagClassName
{
color: #FC0014;
}
</style>
background-color css
<style>
a { background-color: #FC0014; }
a { background-color: rgb(252,0,20); }
div.DivClassName
{
background-color: #FC0014;
}
.BgClassName
{
background-color: #FC0014;
}
</style>
border-color css
<style>
span { border-color: #FC0014; }
span { border-color: rgb(252,0,20); }
td.TdClassName
{
border-color: #FC0014;
}
.TagClassName
{
border-color: #FC0014;
}
</style>