Shades of Torch Red #FC0831
Tints of Torch Red #FC0831
RGB
CMYK
RGB Variations
Color information
#FC0831 (or 0xFC0831) is known color: Torch Red. HEX triplet: FC, 08 and 31. RGB value is (252,8,49). Sum of RGB (Red+Green+Blue) = 252+8+49=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0831 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0831 is #03F7CE. Grayscale: #555555. Windows color (decimal): -260047 or 3213564. OLE color: 3213564.
HSL color Cylindrical-coordinate representation of color #FC0831: hue angle of 349.92º 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 #FC0831 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 49 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.01 |
| HSL | 349.92º | 0.98% | 0.51% | - |
| HSV(B) | 349.92º | 0.97% | 0.99% | - |
| XYZ | 40.79 | 21.09 | 4.83 | - |
| YUV | 85.63 | 107.34 | 246.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 49 | 0 | 0.97 | 0.81 | 0.01 | 349.92 | 0.98 | 0.51 |
| Hex | FC | 8 | 31 | 0 | 61 | 51 | 1 | 15E | 62 | 33 |
| Octal | 374 | 10 | 61 | 0 | 141 | 121 | 1 | 536 | 142 | 63 |
| Binary | 11111100 | 1000 | 110001 | 0 | 1100001 | 1010001 | 1 | 101011110 | 1100010 | 110011 |
Color Harmonies of #FC0831
Complementary color
Monochromatic Colors of #FC0831
Black with #FC0831
Text Example
Text Example
White with #FC0831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0831; }
p { color: rgb(252,8,49); }
H1.HeaderClassName
{
color: #FC0831;
}
.AnyTagClassName
{
color: #FC0831;
}
</style>
background-color css
<style>
a { background-color: #FC0831; }
a { background-color: rgb(252,8,49); }
div.DivClassName
{
background-color: #FC0831;
}
.BgClassName
{
background-color: #FC0831;
}
</style>
border-color css
<style>
span { border-color: #FC0831; }
span { border-color: rgb(252,8,49); }
td.TdClassName
{
border-color: #FC0831;
}
.TagClassName
{
border-color: #FC0831;
}
</style>