Shades of Torch Red #FC132C
Tints of Torch Red #FC132C
RGB
CMYK
RGB Variations
Color information
#FC132C (or 0xFC132C) is known color: Torch Red. HEX triplet: FC, 13 and 2C. RGB value is (252,19,44). Sum of RGB (Red+Green+Blue) = 252+19+44=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC132C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC132C is #03ECD3. Grayscale: #5B5B5B. Windows color (decimal): -257236 or 2888700. OLE color: 2888700.
HSL color Cylindrical-coordinate representation of color #FC132C: hue angle of 353.56º 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 #FC132C is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 44 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.01 |
| HSL | 353.56º | 0.97% | 0.53% | - |
| HSV(B) | 353.56º | 0.92% | 0.99% | - |
| XYZ | 40.83 | 21.34 | 4.35 | - |
| YUV | 91.52 | 101.19 | 242.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 44 | 0 | 0.92 | 0.83 | 0.01 | 353.56 | 0.97 | 0.53 |
| Hex | FC | 13 | 2C | 0 | 5C | 53 | 1 | 162 | 61 | 35 |
| Octal | 374 | 23 | 54 | 0 | 134 | 123 | 1 | 542 | 141 | 65 |
| Binary | 11111100 | 10011 | 101100 | 0 | 1011100 | 1010011 | 1 | 101100010 | 1100001 | 110101 |
Color Harmonies of #FC132C
Complementary color
Monochromatic Colors of #FC132C
Black with #FC132C
Text Example
Text Example
White with #FC132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC132C; }
p { color: rgb(252,19,44); }
H1.HeaderClassName
{
color: #FC132C;
}
.AnyTagClassName
{
color: #FC132C;
}
</style>
background-color css
<style>
a { background-color: #FC132C; }
a { background-color: rgb(252,19,44); }
div.DivClassName
{
background-color: #FC132C;
}
.BgClassName
{
background-color: #FC132C;
}
</style>
border-color css
<style>
span { border-color: #FC132C; }
span { border-color: rgb(252,19,44); }
td.TdClassName
{
border-color: #FC132C;
}
.TagClassName
{
border-color: #FC132C;
}
</style>