Shades of Torch Red #FC0103
Tints of Torch Red #FC0103
RGB
CMYK
RGB Variations
Color information
#FC0103 (or 0xFC0103) is known color: Torch Red. HEX triplet: FC, 01 and 03. RGB value is (252,1,3). Sum of RGB (Red+Green+Blue) = 252+1+3=256 (33% of max value = 765). Red value is 252 (98.83% from 255 or 98.44% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0103 is #03FEFC. Grayscale: #4C4C4C. Windows color (decimal): -261885 or 197116. OLE color: 197116.
HSL color Cylindrical-coordinate representation of color #FC0103: hue angle of 359.52º 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 #FC0103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 3 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.01 |
| HSL | 359.52º | 0.99% | 0.5% | - |
| HSV(B) | 359.52º | 1% | 0.99% | - |
| XYZ | 40.17 | 20.72 | 1.97 | - |
| YUV | 76.28 | 86.66 | 253.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 3 | 0 | 1.00 | 0.99 | 0.01 | 359.52 | 0.99 | 0.5 |
| Hex | FC | 1 | 3 | 0 | 64 | 63 | 1 | 168 | 63 | 32 |
| Octal | 374 | 1 | 3 | 0 | 144 | 143 | 1 | 550 | 143 | 62 |
| Binary | 11111100 | 1 | 11 | 0 | 1100100 | 1100011 | 1 | 101101000 | 1100011 | 110010 |
Color Harmonies of #FC0103
Complementary color
Monochromatic Colors of #FC0103
Black with #FC0103
Text Example
Text Example
White with #FC0103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0103; }
p { color: rgb(252,1,3); }
H1.HeaderClassName
{
color: #FC0103;
}
.AnyTagClassName
{
color: #FC0103;
}
</style>
background-color css
<style>
a { background-color: #FC0103; }
a { background-color: rgb(252,1,3); }
div.DivClassName
{
background-color: #FC0103;
}
.BgClassName
{
background-color: #FC0103;
}
</style>
border-color css
<style>
span { border-color: #FC0103; }
span { border-color: rgb(252,1,3); }
td.TdClassName
{
border-color: #FC0103;
}
.TagClassName
{
border-color: #FC0103;
}
</style>