Shades of Torch Red #FC080C
Tints of Torch Red #FC080C
RGB
CMYK
RGB Variations
Color information
#FC080C (or 0xFC080C) is known color: Torch Red. HEX triplet: FC, 08 and 0C. RGB value is (252,8,12). Sum of RGB (Red+Green+Blue) = 252+8+12=272 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.65% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 252 - color contains mainly: red. Hex color #FC080C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC080C is #03F7F3. Grayscale: #515151. Windows color (decimal): -260084 or 788732. OLE color: 788732.
HSL color Cylindrical-coordinate representation of color #FC080C: hue angle of 359.02º 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 #FC080C is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 12 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.01 |
| HSL | 359.02º | 0.98% | 0.51% | - |
| HSV(B) | 359.02º | 0.97% | 0.99% | - |
| XYZ | 40.3 | 20.9 | 2.26 | - |
| YUV | 81.41 | 88.84 | 249.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 12 | 0 | 0.97 | 0.95 | 0.01 | 359.02 | 0.98 | 0.51 |
| Hex | FC | 8 | C | 0 | 61 | 5F | 1 | 167 | 62 | 33 |
| Octal | 374 | 10 | 14 | 0 | 141 | 137 | 1 | 547 | 142 | 63 |
| Binary | 11111100 | 1000 | 1100 | 0 | 1100001 | 1011111 | 1 | 101100111 | 1100010 | 110011 |
Color Harmonies of #FC080C
Complementary color
Monochromatic Colors of #FC080C
Black with #FC080C
Text Example
Text Example
White with #FC080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC080C; }
p { color: rgb(252,8,12); }
H1.HeaderClassName
{
color: #FC080C;
}
.AnyTagClassName
{
color: #FC080C;
}
</style>
background-color css
<style>
a { background-color: #FC080C; }
a { background-color: rgb(252,8,12); }
div.DivClassName
{
background-color: #FC080C;
}
.BgClassName
{
background-color: #FC080C;
}
</style>
border-color css
<style>
span { border-color: #FC080C; }
span { border-color: rgb(252,8,12); }
td.TdClassName
{
border-color: #FC080C;
}
.TagClassName
{
border-color: #FC080C;
}
</style>