Shades of Torch Red #FC172F
Tints of Torch Red #FC172F
RGB
CMYK
RGB Variations
Color information
#FC172F (or 0xFC172F) is known color: Torch Red. HEX triplet: FC, 17 and 2F. RGB value is (252,23,47). Sum of RGB (Red+Green+Blue) = 252+23+47=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC172F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC172F is #03E8D0. Grayscale: #5E5E5E. Windows color (decimal): -256209 or 3086332. OLE color: 3086332.
HSL color Cylindrical-coordinate representation of color #FC172F: hue angle of 353.71º 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 #FC172F is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 47 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.01 |
| HSL | 353.71º | 0.97% | 0.54% | - |
| HSV(B) | 353.71º | 0.91% | 0.99% | - |
| XYZ | 40.96 | 21.51 | 4.68 | - |
| YUV | 94.21 | 101.37 | 240.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 47 | 0 | 0.91 | 0.81 | 0.01 | 353.71 | 0.97 | 0.54 |
| Hex | FC | 17 | 2F | 0 | 5B | 51 | 1 | 162 | 61 | 36 |
| Octal | 374 | 27 | 57 | 0 | 133 | 121 | 1 | 542 | 141 | 66 |
| Binary | 11111100 | 10111 | 101111 | 0 | 1011011 | 1010001 | 1 | 101100010 | 1100001 | 110110 |
Color Harmonies of #FC172F
Complementary color
Monochromatic Colors of #FC172F
Black with #FC172F
Text Example
Text Example
White with #FC172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC172F; }
p { color: rgb(252,23,47); }
H1.HeaderClassName
{
color: #FC172F;
}
.AnyTagClassName
{
color: #FC172F;
}
</style>
background-color css
<style>
a { background-color: #FC172F; }
a { background-color: rgb(252,23,47); }
div.DivClassName
{
background-color: #FC172F;
}
.BgClassName
{
background-color: #FC172F;
}
</style>
border-color css
<style>
span { border-color: #FC172F; }
span { border-color: rgb(252,23,47); }
td.TdClassName
{
border-color: #FC172F;
}
.TagClassName
{
border-color: #FC172F;
}
</style>