Shades of Torch Red #FC192A
Tints of Torch Red #FC192A
RGB
CMYK
RGB Variations
Color information
#FC192A (or 0xFC192A) is known color: Torch Red. HEX triplet: FC, 19 and 2A. RGB value is (252,25,42). Sum of RGB (Red+Green+Blue) = 252+25+42=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC192A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC192A is #03E6D5. Grayscale: #5E5E5E. Windows color (decimal): -255702 or 2759164. OLE color: 2759164.
HSL color Cylindrical-coordinate representation of color #FC192A: hue angle of 355.51º 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 #FC192A is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 42 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.01 |
| HSL | 355.51º | 0.97% | 0.54% | - |
| HSV(B) | 355.51º | 0.9% | 0.99% | - |
| XYZ | 40.91 | 21.56 | 4.2 | - |
| YUV | 94.81 | 98.21 | 240.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 42 | 0 | 0.90 | 0.83 | 0.01 | 355.51 | 0.97 | 0.54 |
| Hex | FC | 19 | 2A | 0 | 5A | 53 | 1 | 164 | 61 | 36 |
| Octal | 374 | 31 | 52 | 0 | 132 | 123 | 1 | 544 | 141 | 66 |
| Binary | 11111100 | 11001 | 101010 | 0 | 1011010 | 1010011 | 1 | 101100100 | 1100001 | 110110 |
Color Harmonies of #FC192A
Complementary color
Monochromatic Colors of #FC192A
Black with #FC192A
Text Example
Text Example
White with #FC192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC192A; }
p { color: rgb(252,25,42); }
H1.HeaderClassName
{
color: #FC192A;
}
.AnyTagClassName
{
color: #FC192A;
}
</style>
background-color css
<style>
a { background-color: #FC192A; }
a { background-color: rgb(252,25,42); }
div.DivClassName
{
background-color: #FC192A;
}
.BgClassName
{
background-color: #FC192A;
}
</style>
border-color css
<style>
span { border-color: #FC192A; }
span { border-color: rgb(252,25,42); }
td.TdClassName
{
border-color: #FC192A;
}
.TagClassName
{
border-color: #FC192A;
}
</style>