Shades of Torch Red #FC162B
Tints of Torch Red #FC162B
RGB
CMYK
RGB Variations
Color information
#FC162B (or 0xFC162B) is known color: Torch Red. HEX triplet: FC, 16 and 2B. RGB value is (252,22,43). Sum of RGB (Red+Green+Blue) = 252+22+43=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC162B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC162B is #03E9D4. Grayscale: #5D5D5D. Windows color (decimal): -256469 or 2823932. OLE color: 2823932.
HSL color Cylindrical-coordinate representation of color #FC162B: hue angle of 354.52º 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 #FC162B is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 43 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.01 |
| HSL | 354.52º | 0.97% | 0.54% | - |
| HSV(B) | 354.52º | 0.91% | 0.99% | - |
| XYZ | 40.87 | 21.44 | 4.27 | - |
| YUV | 93.16 | 99.7 | 241.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 43 | 0 | 0.91 | 0.83 | 0.01 | 354.52 | 0.97 | 0.54 |
| Hex | FC | 16 | 2B | 0 | 5B | 53 | 1 | 163 | 61 | 36 |
| Octal | 374 | 26 | 53 | 0 | 133 | 123 | 1 | 543 | 141 | 66 |
| Binary | 11111100 | 10110 | 101011 | 0 | 1011011 | 1010011 | 1 | 101100011 | 1100001 | 110110 |
Color Harmonies of #FC162B
Complementary color
Monochromatic Colors of #FC162B
Black with #FC162B
Text Example
Text Example
White with #FC162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC162B; }
p { color: rgb(252,22,43); }
H1.HeaderClassName
{
color: #FC162B;
}
.AnyTagClassName
{
color: #FC162B;
}
</style>
background-color css
<style>
a { background-color: #FC162B; }
a { background-color: rgb(252,22,43); }
div.DivClassName
{
background-color: #FC162B;
}
.BgClassName
{
background-color: #FC162B;
}
</style>
border-color css
<style>
span { border-color: #FC162B; }
span { border-color: rgb(252,22,43); }
td.TdClassName
{
border-color: #FC162B;
}
.TagClassName
{
border-color: #FC162B;
}
</style>