Shades of Torch Red #FC101C
Tints of Torch Red #FC101C
RGB
CMYK
RGB Variations
Color information
#FC101C (or 0xFC101C) is known color: Torch Red. HEX triplet: FC, 10 and 1C. RGB value is (252,16,28). Sum of RGB (Red+Green+Blue) = 252+16+28=296 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.14% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 252 - color contains mainly: red. Hex color #FC101C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC101C is #03EFE3. Grayscale: #585858. Windows color (decimal): -258020 or 1839356. OLE color: 1839356.
HSL color Cylindrical-coordinate representation of color #FC101C: hue angle of 356.95º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC101C is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 28 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.01 |
| HSL | 356.95º | 0.98% | 0.53% | - |
| HSV(B) | 356.95º | 0.94% | 0.99% | - |
| XYZ | 40.54 | 21.15 | 3.04 | - |
| YUV | 87.93 | 94.19 | 245.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 28 | 0 | 0.94 | 0.89 | 0.01 | 356.95 | 0.98 | 0.53 |
| Hex | FC | 10 | 1C | 0 | 5E | 59 | 1 | 165 | 62 | 35 |
| Octal | 374 | 20 | 34 | 0 | 136 | 131 | 1 | 545 | 142 | 65 |
| Binary | 11111100 | 10000 | 11100 | 0 | 1011110 | 1011001 | 1 | 101100101 | 1100010 | 110101 |
Color Harmonies of #FC101C
Complementary color
Monochromatic Colors of #FC101C
Black with #FC101C
Text Example
Text Example
White with #FC101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC101C; }
p { color: rgb(252,16,28); }
H1.HeaderClassName
{
color: #FC101C;
}
.AnyTagClassName
{
color: #FC101C;
}
</style>
background-color css
<style>
a { background-color: #FC101C; }
a { background-color: rgb(252,16,28); }
div.DivClassName
{
background-color: #FC101C;
}
.BgClassName
{
background-color: #FC101C;
}
</style>
border-color css
<style>
span { border-color: #FC101C; }
span { border-color: rgb(252,16,28); }
td.TdClassName
{
border-color: #FC101C;
}
.TagClassName
{
border-color: #FC101C;
}
</style>