Shades of Torch Red #FC0810
Tints of Torch Red #FC0810
RGB
CMYK
RGB Variations
Color information
#FC0810 (or 0xFC0810) is known color: Torch Red. HEX triplet: FC, 08 and 10. RGB value is (252,8,16). Sum of RGB (Red+Green+Blue) = 252+8+16=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0810 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0810 is #03F7EF. Grayscale: #525252. Windows color (decimal): -260080 or 1050876. OLE color: 1050876.
HSL color Cylindrical-coordinate representation of color #FC0810: hue angle of 358.03º 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 #FC0810 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 16 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.01 |
| HSL | 358.03º | 0.98% | 0.51% | - |
| HSV(B) | 358.03º | 0.97% | 0.99% | - |
| XYZ | 40.33 | 20.91 | 2.4 | - |
| YUV | 81.87 | 90.84 | 249.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 16 | 0 | 0.97 | 0.94 | 0.01 | 358.03 | 0.98 | 0.51 |
| Hex | FC | 8 | 10 | 0 | 61 | 5E | 1 | 166 | 62 | 33 |
| Octal | 374 | 10 | 20 | 0 | 141 | 136 | 1 | 546 | 142 | 63 |
| Binary | 11111100 | 1000 | 10000 | 0 | 1100001 | 1011110 | 1 | 101100110 | 1100010 | 110011 |
Color Harmonies of #FC0810
Complementary color
Monochromatic Colors of #FC0810
Black with #FC0810
Text Example
Text Example
White with #FC0810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0810; }
p { color: rgb(252,8,16); }
H1.HeaderClassName
{
color: #FC0810;
}
.AnyTagClassName
{
color: #FC0810;
}
</style>
background-color css
<style>
a { background-color: #FC0810; }
a { background-color: rgb(252,8,16); }
div.DivClassName
{
background-color: #FC0810;
}
.BgClassName
{
background-color: #FC0810;
}
</style>
border-color css
<style>
span { border-color: #FC0810; }
span { border-color: rgb(252,8,16); }
td.TdClassName
{
border-color: #FC0810;
}
.TagClassName
{
border-color: #FC0810;
}
</style>