Shades of Torch Red #FC173B
Tints of Torch Red #FC173B
RGB
CMYK
RGB Variations
Color information
#FC173B (or 0xFC173B) is known color: Torch Red. HEX triplet: FC, 17 and 3B. RGB value is (252,23,59). Sum of RGB (Red+Green+Blue) = 252+23+59=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC173B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC173B is #03E8C4. Grayscale: #5F5F5F. Windows color (decimal): -256197 or 3872764. OLE color: 3872764.
HSL color Cylindrical-coordinate representation of color #FC173B: hue angle of 350.57º 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 #FC173B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 59 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.01 |
| HSL | 350.57º | 0.97% | 0.54% | - |
| HSV(B) | 350.57º | 0.91% | 0.99% | - |
| XYZ | 41.24 | 21.62 | 6.14 | - |
| YUV | 95.58 | 107.37 | 239.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 59 | 0 | 0.91 | 0.77 | 0.01 | 350.57 | 0.97 | 0.54 |
| Hex | FC | 17 | 3B | 0 | 5B | 4D | 1 | 15F | 61 | 36 |
| Octal | 374 | 27 | 73 | 0 | 133 | 115 | 1 | 537 | 141 | 66 |
| Binary | 11111100 | 10111 | 111011 | 0 | 1011011 | 1001101 | 1 | 101011111 | 1100001 | 110110 |
Color Harmonies of #FC173B
Complementary color
Monochromatic Colors of #FC173B
Black with #FC173B
Text Example
Text Example
White with #FC173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC173B; }
p { color: rgb(252,23,59); }
H1.HeaderClassName
{
color: #FC173B;
}
.AnyTagClassName
{
color: #FC173B;
}
</style>
background-color css
<style>
a { background-color: #FC173B; }
a { background-color: rgb(252,23,59); }
div.DivClassName
{
background-color: #FC173B;
}
.BgClassName
{
background-color: #FC173B;
}
</style>
border-color css
<style>
span { border-color: #FC173B; }
span { border-color: rgb(252,23,59); }
td.TdClassName
{
border-color: #FC173B;
}
.TagClassName
{
border-color: #FC173B;
}
</style>