Shades of Torch Red #FC0814
Tints of Torch Red #FC0814
RGB
CMYK
RGB Variations
Color information
#FC0814 (or 0xFC0814) is known color: Torch Red. HEX triplet: FC, 08 and 14. RGB value is (252,8,20). Sum of RGB (Red+Green+Blue) = 252+8+20=280 (37% of max value = 765). Red value is 252 (98.83% from 255 or 90% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0814 is #03F7EB. Grayscale: #525252. Windows color (decimal): -260076 or 1313020. OLE color: 1313020.
HSL color Cylindrical-coordinate representation of color #FC0814: hue angle of 357.05º 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 #FC0814 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 20 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.01 |
| HSL | 357.05º | 0.98% | 0.51% | - |
| HSV(B) | 357.05º | 0.97% | 0.99% | - |
| XYZ | 40.36 | 20.92 | 2.57 | - |
| YUV | 82.32 | 92.84 | 249.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 20 | 0 | 0.97 | 0.92 | 0.01 | 357.05 | 0.98 | 0.51 |
| Hex | FC | 8 | 14 | 0 | 61 | 5C | 1 | 165 | 62 | 33 |
| Octal | 374 | 10 | 24 | 0 | 141 | 134 | 1 | 545 | 142 | 63 |
| Binary | 11111100 | 1000 | 10100 | 0 | 1100001 | 1011100 | 1 | 101100101 | 1100010 | 110011 |
Color Harmonies of #FC0814
Complementary color
Monochromatic Colors of #FC0814
Black with #FC0814
Text Example
Text Example
White with #FC0814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0814; }
p { color: rgb(252,8,20); }
H1.HeaderClassName
{
color: #FC0814;
}
.AnyTagClassName
{
color: #FC0814;
}
</style>
background-color css
<style>
a { background-color: #FC0814; }
a { background-color: rgb(252,8,20); }
div.DivClassName
{
background-color: #FC0814;
}
.BgClassName
{
background-color: #FC0814;
}
</style>
border-color css
<style>
span { border-color: #FC0814; }
span { border-color: rgb(252,8,20); }
td.TdClassName
{
border-color: #FC0814;
}
.TagClassName
{
border-color: #FC0814;
}
</style>