Shades of Torch Red #FC0931
Tints of Torch Red #FC0931
RGB
CMYK
RGB Variations
Color information
#FC0931 (or 0xFC0931) is known color: Torch Red. HEX triplet: FC, 09 and 31. RGB value is (252,9,49). Sum of RGB (Red+Green+Blue) = 252+9+49=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0931 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0931 is #03F6CE. Grayscale: #565656. Windows color (decimal): -259791 or 3213820. OLE color: 3213820.
HSL color Cylindrical-coordinate representation of color #FC0931: hue angle of 350.12º 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 #FC0931 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 49 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.01 |
| HSL | 350.12º | 0.98% | 0.51% | - |
| HSV(B) | 350.12º | 0.96% | 0.99% | - |
| XYZ | 40.8 | 21.11 | 4.83 | - |
| YUV | 86.22 | 107.01 | 246.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 49 | 0 | 0.96 | 0.81 | 0.01 | 350.12 | 0.98 | 0.51 |
| Hex | FC | 9 | 31 | 0 | 60 | 51 | 1 | 15E | 62 | 33 |
| Octal | 374 | 11 | 61 | 0 | 140 | 121 | 1 | 536 | 142 | 63 |
| Binary | 11111100 | 1001 | 110001 | 0 | 1100000 | 1010001 | 1 | 101011110 | 1100010 | 110011 |
Color Harmonies of #FC0931
Complementary color
Monochromatic Colors of #FC0931
Black with #FC0931
Text Example
Text Example
White with #FC0931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0931; }
p { color: rgb(252,9,49); }
H1.HeaderClassName
{
color: #FC0931;
}
.AnyTagClassName
{
color: #FC0931;
}
</style>
background-color css
<style>
a { background-color: #FC0931; }
a { background-color: rgb(252,9,49); }
div.DivClassName
{
background-color: #FC0931;
}
.BgClassName
{
background-color: #FC0931;
}
</style>
border-color css
<style>
span { border-color: #FC0931; }
span { border-color: rgb(252,9,49); }
td.TdClassName
{
border-color: #FC0931;
}
.TagClassName
{
border-color: #FC0931;
}
</style>