Shades of Torch Red #FC102C
Tints of Torch Red #FC102C
RGB
CMYK
RGB Variations
Color information
#FC102C (or 0xFC102C) is known color: Torch Red. HEX triplet: FC, 10 and 2C. RGB value is (252,16,44). Sum of RGB (Red+Green+Blue) = 252+16+44=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC102C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC102C is #03EFD3. Grayscale: #595959. Windows color (decimal): -258004 or 2887932. OLE color: 2887932.
HSL color Cylindrical-coordinate representation of color #FC102C: hue angle of 352.88º 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 #FC102C is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 44 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.01 |
| HSL | 352.88º | 0.98% | 0.53% | - |
| HSV(B) | 352.88º | 0.94% | 0.99% | - |
| XYZ | 40.78 | 21.25 | 4.33 | - |
| YUV | 89.76 | 102.19 | 243.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 44 | 0 | 0.94 | 0.83 | 0.01 | 352.88 | 0.98 | 0.53 |
| Hex | FC | 10 | 2C | 0 | 5E | 53 | 1 | 161 | 62 | 35 |
| Octal | 374 | 20 | 54 | 0 | 136 | 123 | 1 | 541 | 142 | 65 |
| Binary | 11111100 | 10000 | 101100 | 0 | 1011110 | 1010011 | 1 | 101100001 | 1100010 | 110101 |
Color Harmonies of #FC102C
Complementary color
Monochromatic Colors of #FC102C
Black with #FC102C
Text Example
Text Example
White with #FC102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC102C; }
p { color: rgb(252,16,44); }
H1.HeaderClassName
{
color: #FC102C;
}
.AnyTagClassName
{
color: #FC102C;
}
</style>
background-color css
<style>
a { background-color: #FC102C; }
a { background-color: rgb(252,16,44); }
div.DivClassName
{
background-color: #FC102C;
}
.BgClassName
{
background-color: #FC102C;
}
</style>
border-color css
<style>
span { border-color: #FC102C; }
span { border-color: rgb(252,16,44); }
td.TdClassName
{
border-color: #FC102C;
}
.TagClassName
{
border-color: #FC102C;
}
</style>