Shades of Torch Red #FC0910
Tints of Torch Red #FC0910
RGB
CMYK
RGB Variations
Color information
#FC0910 (or 0xFC0910) is known color: Torch Red. HEX triplet: FC, 09 and 10. RGB value is (252,9,16). Sum of RGB (Red+Green+Blue) = 252+9+16=277 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.97% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0910 is #03F6EF. Grayscale: #525252. Windows color (decimal): -259824 or 1051132. OLE color: 1051132.
HSL color Cylindrical-coordinate representation of color #FC0910: hue angle of 358.27º 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 #FC0910 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 16 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.01 |
| HSL | 358.27º | 0.98% | 0.51% | - |
| HSV(B) | 358.27º | 0.96% | 0.99% | - |
| XYZ | 40.34 | 20.93 | 2.4 | - |
| YUV | 82.46 | 90.51 | 248.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 16 | 0 | 0.96 | 0.94 | 0.01 | 358.27 | 0.98 | 0.51 |
| Hex | FC | 9 | 10 | 0 | 60 | 5E | 1 | 166 | 62 | 33 |
| Octal | 374 | 11 | 20 | 0 | 140 | 136 | 1 | 546 | 142 | 63 |
| Binary | 11111100 | 1001 | 10000 | 0 | 1100000 | 1011110 | 1 | 101100110 | 1100010 | 110011 |
Color Harmonies of #FC0910
Complementary color
Monochromatic Colors of #FC0910
Black with #FC0910
Text Example
Text Example
White with #FC0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0910; }
p { color: rgb(252,9,16); }
H1.HeaderClassName
{
color: #FC0910;
}
.AnyTagClassName
{
color: #FC0910;
}
</style>
background-color css
<style>
a { background-color: #FC0910; }
a { background-color: rgb(252,9,16); }
div.DivClassName
{
background-color: #FC0910;
}
.BgClassName
{
background-color: #FC0910;
}
</style>
border-color css
<style>
span { border-color: #FC0910; }
span { border-color: rgb(252,9,16); }
td.TdClassName
{
border-color: #FC0910;
}
.TagClassName
{
border-color: #FC0910;
}
</style>