Shades of Torch Red #FC192B
Tints of Torch Red #FC192B
RGB
CMYK
RGB Variations
Color information
#FC192B (or 0xFC192B) is known color: Torch Red. HEX triplet: FC, 19 and 2B. RGB value is (252,25,43). Sum of RGB (Red+Green+Blue) = 252+25+43=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC192B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC192B is #03E6D4. Grayscale: #5F5F5F. Windows color (decimal): -255701 or 2824700. OLE color: 2824700.
HSL color Cylindrical-coordinate representation of color #FC192B: hue angle of 355.24º 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 #FC192B is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 43 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.01 |
| HSL | 355.24º | 0.97% | 0.54% | - |
| HSV(B) | 355.24º | 0.9% | 0.99% | - |
| XYZ | 40.93 | 21.57 | 4.29 | - |
| YUV | 94.93 | 98.71 | 240.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 43 | 0 | 0.90 | 0.83 | 0.01 | 355.24 | 0.97 | 0.54 |
| Hex | FC | 19 | 2B | 0 | 5A | 53 | 1 | 163 | 61 | 36 |
| Octal | 374 | 31 | 53 | 0 | 132 | 123 | 1 | 543 | 141 | 66 |
| Binary | 11111100 | 11001 | 101011 | 0 | 1011010 | 1010011 | 1 | 101100011 | 1100001 | 110110 |
Color Harmonies of #FC192B
Complementary color
Monochromatic Colors of #FC192B
Black with #FC192B
Text Example
Text Example
White with #FC192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC192B; }
p { color: rgb(252,25,43); }
H1.HeaderClassName
{
color: #FC192B;
}
.AnyTagClassName
{
color: #FC192B;
}
</style>
background-color css
<style>
a { background-color: #FC192B; }
a { background-color: rgb(252,25,43); }
div.DivClassName
{
background-color: #FC192B;
}
.BgClassName
{
background-color: #FC192B;
}
</style>
border-color css
<style>
span { border-color: #FC192B; }
span { border-color: rgb(252,25,43); }
td.TdClassName
{
border-color: #FC192B;
}
.TagClassName
{
border-color: #FC192B;
}
</style>