Shades of Torch Red #FC163A
Tints of Torch Red #FC163A
RGB
CMYK
RGB Variations
Color information
#FC163A (or 0xFC163A) is known color: Torch Red. HEX triplet: FC, 16 and 3A. RGB value is (252,22,58). Sum of RGB (Red+Green+Blue) = 252+22+58=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC163A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC163A is #03E9C5. Grayscale: #5E5E5E. Windows color (decimal): -256454 or 3806972. OLE color: 3806972.
HSL color Cylindrical-coordinate representation of color #FC163A: hue angle of 350.61º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC163A is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 58 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.01 |
| HSL | 350.61º | 0.97% | 0.54% | - |
| HSV(B) | 350.61º | 0.91% | 0.99% | - |
| XYZ | 41.2 | 21.57 | 6 | - |
| YUV | 94.87 | 107.2 | 240.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 58 | 0 | 0.91 | 0.77 | 0.01 | 350.61 | 0.97 | 0.54 |
| Hex | FC | 16 | 3A | 0 | 5B | 4D | 1 | 15F | 61 | 36 |
| Octal | 374 | 26 | 72 | 0 | 133 | 115 | 1 | 537 | 141 | 66 |
| Binary | 11111100 | 10110 | 111010 | 0 | 1011011 | 1001101 | 1 | 101011111 | 1100001 | 110110 |
Color Harmonies of #FC163A
Complementary color
Monochromatic Colors of #FC163A
Black with #FC163A
Text Example
Text Example
White with #FC163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC163A; }
p { color: rgb(252,22,58); }
H1.HeaderClassName
{
color: #FC163A;
}
.AnyTagClassName
{
color: #FC163A;
}
</style>
background-color css
<style>
a { background-color: #FC163A; }
a { background-color: rgb(252,22,58); }
div.DivClassName
{
background-color: #FC163A;
}
.BgClassName
{
background-color: #FC163A;
}
</style>
border-color css
<style>
span { border-color: #FC163A; }
span { border-color: rgb(252,22,58); }
td.TdClassName
{
border-color: #FC163A;
}
.TagClassName
{
border-color: #FC163A;
}
</style>