Shades of Torch Red #FC0914
Tints of Torch Red #FC0914
RGB
CMYK
RGB Variations
Color information
#FC0914 (or 0xFC0914) is known color: Torch Red. HEX triplet: FC, 09 and 14. RGB value is (252,9,20). Sum of RGB (Red+Green+Blue) = 252+9+20=281 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.68% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0914 is #03F6EB. Grayscale: #535353. Windows color (decimal): -259820 or 1313276. OLE color: 1313276.
HSL color Cylindrical-coordinate representation of color #FC0914: hue angle of 357.28º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0914 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 20 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.01 |
| HSL | 357.28º | 0.98% | 0.51% | - |
| HSV(B) | 357.28º | 0.96% | 0.99% | - |
| XYZ | 40.37 | 20.94 | 2.58 | - |
| YUV | 82.91 | 92.51 | 248.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 20 | 0 | 0.96 | 0.92 | 0.01 | 357.28 | 0.98 | 0.51 |
| Hex | FC | 9 | 14 | 0 | 60 | 5C | 1 | 165 | 62 | 33 |
| Octal | 374 | 11 | 24 | 0 | 140 | 134 | 1 | 545 | 142 | 63 |
| Binary | 11111100 | 1001 | 10100 | 0 | 1100000 | 1011100 | 1 | 101100101 | 1100010 | 110011 |
Color Harmonies of #FC0914
Complementary color
Monochromatic Colors of #FC0914
Black with #FC0914
Text Example
Text Example
White with #FC0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0914; }
p { color: rgb(252,9,20); }
H1.HeaderClassName
{
color: #FC0914;
}
.AnyTagClassName
{
color: #FC0914;
}
</style>
background-color css
<style>
a { background-color: #FC0914; }
a { background-color: rgb(252,9,20); }
div.DivClassName
{
background-color: #FC0914;
}
.BgClassName
{
background-color: #FC0914;
}
</style>
border-color css
<style>
span { border-color: #FC0914; }
span { border-color: rgb(252,9,20); }
td.TdClassName
{
border-color: #FC0914;
}
.TagClassName
{
border-color: #FC0914;
}
</style>