Shades of Torch Red #FC191A
Tints of Torch Red #FC191A
RGB
CMYK
RGB Variations
Color information
#FC191A (or 0xFC191A) is known color: Torch Red. HEX triplet: FC, 19 and 1A. RGB value is (252,25,26). Sum of RGB (Red+Green+Blue) = 252+25+26=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC191A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC191A is #03E6E5. Grayscale: #5D5D5D. Windows color (decimal): -255718 or 1710588. OLE color: 1710588.
HSL color Cylindrical-coordinate representation of color #FC191A: hue angle of 359.74º 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 #FC191A is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 26 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.01 |
| HSL | 359.74º | 0.97% | 0.54% | - |
| HSV(B) | 359.74º | 0.9% | 0.99% | - |
| XYZ | 40.68 | 21.47 | 2.98 | - |
| YUV | 92.99 | 90.21 | 241.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 26 | 0 | 0.90 | 0.90 | 0.01 | 359.74 | 0.97 | 0.54 |
| Hex | FC | 19 | 1A | 0 | 5A | 5A | 1 | 168 | 61 | 36 |
| Octal | 374 | 31 | 32 | 0 | 132 | 132 | 1 | 550 | 141 | 66 |
| Binary | 11111100 | 11001 | 11010 | 0 | 1011010 | 1011010 | 1 | 101101000 | 1100001 | 110110 |
Color Harmonies of #FC191A
Complementary color
Monochromatic Colors of #FC191A
Black with #FC191A
Text Example
Text Example
White with #FC191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC191A; }
p { color: rgb(252,25,26); }
H1.HeaderClassName
{
color: #FC191A;
}
.AnyTagClassName
{
color: #FC191A;
}
</style>
background-color css
<style>
a { background-color: #FC191A; }
a { background-color: rgb(252,25,26); }
div.DivClassName
{
background-color: #FC191A;
}
.BgClassName
{
background-color: #FC191A;
}
</style>
border-color css
<style>
span { border-color: #FC191A; }
span { border-color: rgb(252,25,26); }
td.TdClassName
{
border-color: #FC191A;
}
.TagClassName
{
border-color: #FC191A;
}
</style>