Shades of Torch Red #FC192F
Tints of Torch Red #FC192F
RGB
CMYK
RGB Variations
Color information
#FC192F (or 0xFC192F) is known color: Torch Red. HEX triplet: FC, 19 and 2F. RGB value is (252,25,47). Sum of RGB (Red+Green+Blue) = 252+25+47=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC192F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC192F is #03E6D0. Grayscale: #5F5F5F. Windows color (decimal): -255697 or 3086844. OLE color: 3086844.
HSL color Cylindrical-coordinate representation of color #FC192F: hue angle of 354.19º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC192F is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 47 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.01 |
| HSL | 354.19º | 0.97% | 0.54% | - |
| HSV(B) | 354.19º | 0.9% | 0.99% | - |
| XYZ | 41.01 | 21.6 | 4.7 | - |
| YUV | 95.38 | 100.71 | 239.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 47 | 0 | 0.90 | 0.81 | 0.01 | 354.19 | 0.97 | 0.54 |
| Hex | FC | 19 | 2F | 0 | 5A | 51 | 1 | 162 | 61 | 36 |
| Octal | 374 | 31 | 57 | 0 | 132 | 121 | 1 | 542 | 141 | 66 |
| Binary | 11111100 | 11001 | 101111 | 0 | 1011010 | 1010001 | 1 | 101100010 | 1100001 | 110110 |
Color Harmonies of #FC192F
Complementary color
Monochromatic Colors of #FC192F
Black with #FC192F
Text Example
Text Example
White with #FC192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC192F; }
p { color: rgb(252,25,47); }
H1.HeaderClassName
{
color: #FC192F;
}
.AnyTagClassName
{
color: #FC192F;
}
</style>
background-color css
<style>
a { background-color: #FC192F; }
a { background-color: rgb(252,25,47); }
div.DivClassName
{
background-color: #FC192F;
}
.BgClassName
{
background-color: #FC192F;
}
</style>
border-color css
<style>
span { border-color: #FC192F; }
span { border-color: rgb(252,25,47); }
td.TdClassName
{
border-color: #FC192F;
}
.TagClassName
{
border-color: #FC192F;
}
</style>