Shades of Torch Red #FC0119
Tints of Torch Red #FC0119
RGB
CMYK
RGB Variations
Color information
#FC0119 (or 0xFC0119) is known color: Torch Red. HEX triplet: FC, 01 and 19. RGB value is (252,1,25). Sum of RGB (Red+Green+Blue) = 252+1+25=278 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.65% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0119 is #03FEE6. Grayscale: #4E4E4E. Windows color (decimal): -261863 or 1638908. OLE color: 1638908.
HSL color Cylindrical-coordinate representation of color #FC0119: hue angle of 354.26º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0119 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 25 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.01 |
| HSL | 354.26º | 0.99% | 0.5% | - |
| HSV(B) | 354.26º | 1% | 0.99% | - |
| XYZ | 40.33 | 20.79 | 2.81 | - |
| YUV | 78.79 | 97.66 | 251.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 25 | 0 | 1.00 | 0.90 | 0.01 | 354.26 | 0.99 | 0.5 |
| Hex | FC | 1 | 19 | 0 | 64 | 5A | 1 | 162 | 63 | 32 |
| Octal | 374 | 1 | 31 | 0 | 144 | 132 | 1 | 542 | 143 | 62 |
| Binary | 11111100 | 1 | 11001 | 0 | 1100100 | 1011010 | 1 | 101100010 | 1100011 | 110010 |
Color Harmonies of #FC0119
Complementary color
Monochromatic Colors of #FC0119
Black with #FC0119
Text Example
Text Example
White with #FC0119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0119; }
p { color: rgb(252,1,25); }
H1.HeaderClassName
{
color: #FC0119;
}
.AnyTagClassName
{
color: #FC0119;
}
</style>
background-color css
<style>
a { background-color: #FC0119; }
a { background-color: rgb(252,1,25); }
div.DivClassName
{
background-color: #FC0119;
}
.BgClassName
{
background-color: #FC0119;
}
</style>
border-color css
<style>
span { border-color: #FC0119; }
span { border-color: rgb(252,1,25); }
td.TdClassName
{
border-color: #FC0119;
}
.TagClassName
{
border-color: #FC0119;
}
</style>