Shades of Torch Red #FC131F
Tints of Torch Red #FC131F
RGB
CMYK
RGB Variations
Color information
#FC131F (or 0xFC131F) is known color: Torch Red. HEX triplet: FC, 13 and 1F. RGB value is (252,19,31). Sum of RGB (Red+Green+Blue) = 252+19+31=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC131F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC131F is #03ECE0. Grayscale: #5A5A5A. Windows color (decimal): -257249 or 2036732. OLE color: 2036732.
HSL color Cylindrical-coordinate representation of color #FC131F: hue angle of 356.91º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC131F is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 31 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.01 |
| HSL | 356.91º | 0.97% | 0.53% | - |
| HSV(B) | 356.91º | 0.92% | 0.99% | - |
| XYZ | 40.63 | 21.26 | 3.26 | - |
| YUV | 90.04 | 94.69 | 243.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 31 | 0 | 0.92 | 0.88 | 0.01 | 356.91 | 0.97 | 0.53 |
| Hex | FC | 13 | 1F | 0 | 5C | 58 | 1 | 165 | 61 | 35 |
| Octal | 374 | 23 | 37 | 0 | 134 | 130 | 1 | 545 | 141 | 65 |
| Binary | 11111100 | 10011 | 11111 | 0 | 1011100 | 1011000 | 1 | 101100101 | 1100001 | 110101 |
Color Harmonies of #FC131F
Complementary color
Monochromatic Colors of #FC131F
Black with #FC131F
Text Example
Text Example
White with #FC131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC131F; }
p { color: rgb(252,19,31); }
H1.HeaderClassName
{
color: #FC131F;
}
.AnyTagClassName
{
color: #FC131F;
}
</style>
background-color css
<style>
a { background-color: #FC131F; }
a { background-color: rgb(252,19,31); }
div.DivClassName
{
background-color: #FC131F;
}
.BgClassName
{
background-color: #FC131F;
}
</style>
border-color css
<style>
span { border-color: #FC131F; }
span { border-color: rgb(252,19,31); }
td.TdClassName
{
border-color: #FC131F;
}
.TagClassName
{
border-color: #FC131F;
}
</style>