Shades of Torch Red #FC0210
Tints of Torch Red #FC0210
RGB
CMYK
RGB Variations
Color information
#FC0210 (or 0xFC0210) is known color: Torch Red. HEX triplet: FC, 02 and 10. RGB value is (252,2,16). Sum of RGB (Red+Green+Blue) = 252+2+16=270 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.33% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0210 is #03FDEF. Grayscale: #4E4E4E. Windows color (decimal): -261616 or 1049340. OLE color: 1049340.
HSL color Cylindrical-coordinate representation of color #FC0210: hue angle of 356.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0210 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.01 |
| HSL | 356.64º | 0.98% | 0.5% | - |
| HSV(B) | 356.64º | 0.99% | 0.99% | - |
| XYZ | 40.26 | 20.78 | 2.38 | - |
| YUV | 78.35 | 92.83 | 251.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 16 | 0 | 0.99 | 0.94 | 0.01 | 356.64 | 0.98 | 0.5 |
| Hex | FC | 2 | 10 | 0 | 63 | 5E | 1 | 165 | 62 | 32 |
| Octal | 374 | 2 | 20 | 0 | 143 | 136 | 1 | 545 | 142 | 62 |
| Binary | 11111100 | 10 | 10000 | 0 | 1100011 | 1011110 | 1 | 101100101 | 1100010 | 110010 |
Color Harmonies of #FC0210
Complementary color
Monochromatic Colors of #FC0210
Black with #FC0210
Text Example
Text Example
White with #FC0210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0210; }
p { color: rgb(252,2,16); }
H1.HeaderClassName
{
color: #FC0210;
}
.AnyTagClassName
{
color: #FC0210;
}
</style>
background-color css
<style>
a { background-color: #FC0210; }
a { background-color: rgb(252,2,16); }
div.DivClassName
{
background-color: #FC0210;
}
.BgClassName
{
background-color: #FC0210;
}
</style>
border-color css
<style>
span { border-color: #FC0210; }
span { border-color: rgb(252,2,16); }
td.TdClassName
{
border-color: #FC0210;
}
.TagClassName
{
border-color: #FC0210;
}
</style>