Shades of Torch Red #FC0310
Tints of Torch Red #FC0310
RGB
CMYK
RGB Variations
Color information
#FC0310 (or 0xFC0310) is known color: Torch Red. HEX triplet: FC, 03 and 10. RGB value is (252,3,16). Sum of RGB (Red+Green+Blue) = 252+3+16=271 (35% of max value = 765). Red value is 252 (98.83% from 255 or 92.99% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0310 is #03FCEF. Grayscale: #4F4F4F. Windows color (decimal): -261360 or 1049596. OLE color: 1049596.
HSL color Cylindrical-coordinate representation of color #FC0310: hue angle of 356.87º 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 #FC0310 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 16 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.01 |
| HSL | 356.87º | 0.98% | 0.5% | - |
| HSV(B) | 356.87º | 0.99% | 0.99% | - |
| XYZ | 40.27 | 20.8 | 2.38 | - |
| YUV | 78.93 | 92.49 | 251.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 16 | 0 | 0.99 | 0.94 | 0.01 | 356.87 | 0.98 | 0.5 |
| Hex | FC | 3 | 10 | 0 | 63 | 5E | 1 | 165 | 62 | 32 |
| Octal | 374 | 3 | 20 | 0 | 143 | 136 | 1 | 545 | 142 | 62 |
| Binary | 11111100 | 11 | 10000 | 0 | 1100011 | 1011110 | 1 | 101100101 | 1100010 | 110010 |
Color Harmonies of #FC0310
Complementary color
Monochromatic Colors of #FC0310
Black with #FC0310
Text Example
Text Example
White with #FC0310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0310; }
p { color: rgb(252,3,16); }
H1.HeaderClassName
{
color: #FC0310;
}
.AnyTagClassName
{
color: #FC0310;
}
</style>
background-color css
<style>
a { background-color: #FC0310; }
a { background-color: rgb(252,3,16); }
div.DivClassName
{
background-color: #FC0310;
}
.BgClassName
{
background-color: #FC0310;
}
</style>
border-color css
<style>
span { border-color: #FC0310; }
span { border-color: rgb(252,3,16); }
td.TdClassName
{
border-color: #FC0310;
}
.TagClassName
{
border-color: #FC0310;
}
</style>