Shades of Torch Red #FC162C
Tints of Torch Red #FC162C
RGB
CMYK
RGB Variations
Color information
#FC162C (or 0xFC162C) is known color: Torch Red. HEX triplet: FC, 16 and 2C. RGB value is (252,22,44). Sum of RGB (Red+Green+Blue) = 252+22+44=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC162C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC162C is #03E9D3. Grayscale: #5D5D5D. Windows color (decimal): -256468 or 2889468. OLE color: 2889468.
HSL color Cylindrical-coordinate representation of color #FC162C: hue angle of 354.26º 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 #FC162C is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 44 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.01 |
| HSL | 354.26º | 0.97% | 0.54% | - |
| HSV(B) | 354.26º | 0.91% | 0.99% | - |
| XYZ | 40.89 | 21.45 | 4.37 | - |
| YUV | 93.28 | 100.2 | 241.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 44 | 0 | 0.91 | 0.83 | 0.01 | 354.26 | 0.97 | 0.54 |
| Hex | FC | 16 | 2C | 0 | 5B | 53 | 1 | 162 | 61 | 36 |
| Octal | 374 | 26 | 54 | 0 | 133 | 123 | 1 | 542 | 141 | 66 |
| Binary | 11111100 | 10110 | 101100 | 0 | 1011011 | 1010011 | 1 | 101100010 | 1100001 | 110110 |
Color Harmonies of #FC162C
Complementary color
Monochromatic Colors of #FC162C
Black with #FC162C
Text Example
Text Example
White with #FC162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC162C; }
p { color: rgb(252,22,44); }
H1.HeaderClassName
{
color: #FC162C;
}
.AnyTagClassName
{
color: #FC162C;
}
</style>
background-color css
<style>
a { background-color: #FC162C; }
a { background-color: rgb(252,22,44); }
div.DivClassName
{
background-color: #FC162C;
}
.BgClassName
{
background-color: #FC162C;
}
</style>
border-color css
<style>
span { border-color: #FC162C; }
span { border-color: rgb(252,22,44); }
td.TdClassName
{
border-color: #FC162C;
}
.TagClassName
{
border-color: #FC162C;
}
</style>