Shades of Torch Red #FC080E
Tints of Torch Red #FC080E
RGB
CMYK
RGB Variations
Color information
#FC080E (or 0xFC080E) is known color: Torch Red. HEX triplet: FC, 08 and 0E. RGB value is (252,8,14). Sum of RGB (Red+Green+Blue) = 252+8+14=274 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.97% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 252 - color contains mainly: red. Hex color #FC080E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC080E is #03F7F1. Grayscale: #515151. Windows color (decimal): -260082 or 919804. OLE color: 919804.
HSL color Cylindrical-coordinate representation of color #FC080E: hue angle of 358.52º 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 #FC080E is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 14 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.01 |
| HSL | 358.52º | 0.98% | 0.51% | - |
| HSV(B) | 358.52º | 0.97% | 0.99% | - |
| XYZ | 40.31 | 20.9 | 2.33 | - |
| YUV | 81.64 | 89.84 | 249.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 14 | 0 | 0.97 | 0.94 | 0.01 | 358.52 | 0.98 | 0.51 |
| Hex | FC | 8 | E | 0 | 61 | 5E | 1 | 167 | 62 | 33 |
| Octal | 374 | 10 | 16 | 0 | 141 | 136 | 1 | 547 | 142 | 63 |
| Binary | 11111100 | 1000 | 1110 | 0 | 1100001 | 1011110 | 1 | 101100111 | 1100010 | 110011 |
Color Harmonies of #FC080E
Complementary color
Monochromatic Colors of #FC080E
Black with #FC080E
Text Example
Text Example
White with #FC080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC080E; }
p { color: rgb(252,8,14); }
H1.HeaderClassName
{
color: #FC080E;
}
.AnyTagClassName
{
color: #FC080E;
}
</style>
background-color css
<style>
a { background-color: #FC080E; }
a { background-color: rgb(252,8,14); }
div.DivClassName
{
background-color: #FC080E;
}
.BgClassName
{
background-color: #FC080E;
}
</style>
border-color css
<style>
span { border-color: #FC080E; }
span { border-color: rgb(252,8,14); }
td.TdClassName
{
border-color: #FC080E;
}
.TagClassName
{
border-color: #FC080E;
}
</style>