Shades of Torch Red #FC0115
Tints of Torch Red #FC0115
RGB
CMYK
RGB Variations
Color information
#FC0115 (or 0xFC0115) is known color: Torch Red. HEX triplet: FC, 01 and 15. RGB value is (252,1,21). Sum of RGB (Red+Green+Blue) = 252+1+21=274 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.97% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0115 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0115 is #03FEEA. Grayscale: #4E4E4E. Windows color (decimal): -261867 or 1376764. OLE color: 1376764.
HSL color Cylindrical-coordinate representation of color #FC0115: hue angle of 355.22º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0115 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 21 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.01 |
| HSL | 355.22º | 0.99% | 0.5% | - |
| HSV(B) | 355.22º | 1% | 0.99% | - |
| XYZ | 40.29 | 20.77 | 2.6 | - |
| YUV | 78.33 | 95.66 | 251.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 21 | 0 | 1.00 | 0.92 | 0.01 | 355.22 | 0.99 | 0.5 |
| Hex | FC | 1 | 15 | 0 | 64 | 5C | 1 | 163 | 63 | 32 |
| Octal | 374 | 1 | 25 | 0 | 144 | 134 | 1 | 543 | 143 | 62 |
| Binary | 11111100 | 1 | 10101 | 0 | 1100100 | 1011100 | 1 | 101100011 | 1100011 | 110010 |
Color Harmonies of #FC0115
Complementary color
Monochromatic Colors of #FC0115
Black with #FC0115
Text Example
Text Example
White with #FC0115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0115; }
p { color: rgb(252,1,21); }
H1.HeaderClassName
{
color: #FC0115;
}
.AnyTagClassName
{
color: #FC0115;
}
</style>
background-color css
<style>
a { background-color: #FC0115; }
a { background-color: rgb(252,1,21); }
div.DivClassName
{
background-color: #FC0115;
}
.BgClassName
{
background-color: #FC0115;
}
</style>
border-color css
<style>
span { border-color: #FC0115; }
span { border-color: rgb(252,1,21); }
td.TdClassName
{
border-color: #FC0115;
}
.TagClassName
{
border-color: #FC0115;
}
</style>