Shades of Torch Red #FC161D
Tints of Torch Red #FC161D
RGB
CMYK
RGB Variations
Color information
#FC161D (or 0xFC161D) is known color: Torch Red. HEX triplet: FC, 16 and 1D. RGB value is (252,22,29). Sum of RGB (Red+Green+Blue) = 252+22+29=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC161D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC161D is #03E9E2. Grayscale: #5B5B5B. Windows color (decimal): -256483 or 1906428. OLE color: 1906428.
HSL color Cylindrical-coordinate representation of color #FC161D: hue angle of 358.17º 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 #FC161D is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 29 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.01 |
| HSL | 358.17º | 0.97% | 0.54% | - |
| HSV(B) | 358.17º | 0.91% | 0.99% | - |
| XYZ | 40.65 | 21.36 | 3.14 | - |
| YUV | 91.57 | 92.7 | 242.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 29 | 0 | 0.91 | 0.88 | 0.01 | 358.17 | 0.97 | 0.54 |
| Hex | FC | 16 | 1D | 0 | 5B | 58 | 1 | 166 | 61 | 36 |
| Octal | 374 | 26 | 35 | 0 | 133 | 130 | 1 | 546 | 141 | 66 |
| Binary | 11111100 | 10110 | 11101 | 0 | 1011011 | 1011000 | 1 | 101100110 | 1100001 | 110110 |
Color Harmonies of #FC161D
Complementary color
Monochromatic Colors of #FC161D
Black with #FC161D
Text Example
Text Example
White with #FC161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC161D; }
p { color: rgb(252,22,29); }
H1.HeaderClassName
{
color: #FC161D;
}
.AnyTagClassName
{
color: #FC161D;
}
</style>
background-color css
<style>
a { background-color: #FC161D; }
a { background-color: rgb(252,22,29); }
div.DivClassName
{
background-color: #FC161D;
}
.BgClassName
{
background-color: #FC161D;
}
</style>
border-color css
<style>
span { border-color: #FC161D; }
span { border-color: rgb(252,22,29); }
td.TdClassName
{
border-color: #FC161D;
}
.TagClassName
{
border-color: #FC161D;
}
</style>