Shades of Torch Red #FC163B
Tints of Torch Red #FC163B
RGB
CMYK
RGB Variations
Color information
#FC163B (or 0xFC163B) is known color: Torch Red. HEX triplet: FC, 16 and 3B. RGB value is (252,22,59). Sum of RGB (Red+Green+Blue) = 252+22+59=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC163B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC163B is #03E9C4. Grayscale: #5F5F5F. Windows color (decimal): -256453 or 3872508. OLE color: 3872508.
HSL color Cylindrical-coordinate representation of color #FC163B: hue angle of 350.35º 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 #FC163B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 59 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.01 |
| HSL | 350.35º | 0.97% | 0.54% | - |
| HSV(B) | 350.35º | 0.91% | 0.99% | - |
| XYZ | 41.22 | 21.59 | 6.13 | - |
| YUV | 94.99 | 107.7 | 239.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 59 | 0 | 0.91 | 0.77 | 0.01 | 350.35 | 0.97 | 0.54 |
| Hex | FC | 16 | 3B | 0 | 5B | 4D | 1 | 15E | 61 | 36 |
| Octal | 374 | 26 | 73 | 0 | 133 | 115 | 1 | 536 | 141 | 66 |
| Binary | 11111100 | 10110 | 111011 | 0 | 1011011 | 1001101 | 1 | 101011110 | 1100001 | 110110 |
Color Harmonies of #FC163B
Complementary color
Monochromatic Colors of #FC163B
Black with #FC163B
Text Example
Text Example
White with #FC163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC163B; }
p { color: rgb(252,22,59); }
H1.HeaderClassName
{
color: #FC163B;
}
.AnyTagClassName
{
color: #FC163B;
}
</style>
background-color css
<style>
a { background-color: #FC163B; }
a { background-color: rgb(252,22,59); }
div.DivClassName
{
background-color: #FC163B;
}
.BgClassName
{
background-color: #FC163B;
}
</style>
border-color css
<style>
span { border-color: #FC163B; }
span { border-color: rgb(252,22,59); }
td.TdClassName
{
border-color: #FC163B;
}
.TagClassName
{
border-color: #FC163B;
}
</style>