Shades of Torch Red #FC162E
Tints of Torch Red #FC162E
RGB
CMYK
RGB Variations
Color information
#FC162E (or 0xFC162E) is known color: Torch Red. HEX triplet: FC, 16 and 2E. RGB value is (252,22,46). Sum of RGB (Red+Green+Blue) = 252+22+46=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC162E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC162E is #03E9D1. Grayscale: #5D5D5D. Windows color (decimal): -256466 or 3020540. OLE color: 3020540.
HSL color Cylindrical-coordinate representation of color #FC162E: hue angle of 353.74º 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 #FC162E is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 46 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.01 |
| HSL | 353.74º | 0.97% | 0.54% | - |
| HSV(B) | 353.74º | 0.91% | 0.99% | - |
| XYZ | 40.92 | 21.47 | 4.57 | - |
| YUV | 93.51 | 101.2 | 241.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 46 | 0 | 0.91 | 0.82 | 0.01 | 353.74 | 0.97 | 0.54 |
| Hex | FC | 16 | 2E | 0 | 5B | 52 | 1 | 162 | 61 | 36 |
| Octal | 374 | 26 | 56 | 0 | 133 | 122 | 1 | 542 | 141 | 66 |
| Binary | 11111100 | 10110 | 101110 | 0 | 1011011 | 1010010 | 1 | 101100010 | 1100001 | 110110 |
Color Harmonies of #FC162E
Complementary color
Monochromatic Colors of #FC162E
Black with #FC162E
Text Example
Text Example
White with #FC162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC162E; }
p { color: rgb(252,22,46); }
H1.HeaderClassName
{
color: #FC162E;
}
.AnyTagClassName
{
color: #FC162E;
}
</style>
background-color css
<style>
a { background-color: #FC162E; }
a { background-color: rgb(252,22,46); }
div.DivClassName
{
background-color: #FC162E;
}
.BgClassName
{
background-color: #FC162E;
}
</style>
border-color css
<style>
span { border-color: #FC162E; }
span { border-color: rgb(252,22,46); }
td.TdClassName
{
border-color: #FC162E;
}
.TagClassName
{
border-color: #FC162E;
}
</style>