Shades of Torch Red #FC103C
Tints of Torch Red #FC103C
RGB
CMYK
RGB Variations
Color information
#FC103C (or 0xFC103C) is known color: Torch Red. HEX triplet: FC, 10 and 3C. RGB value is (252,16,60). Sum of RGB (Red+Green+Blue) = 252+16+60=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC103C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC103C is #03EFC3. Grayscale: #5B5B5B. Windows color (decimal): -257988 or 3936508. OLE color: 3936508.
HSL color Cylindrical-coordinate representation of color #FC103C: hue angle of 348.81º 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 #FC103C is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 60 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.01 |
| HSL | 348.81º | 0.98% | 0.53% | - |
| HSV(B) | 348.81º | 0.94% | 0.99% | - |
| XYZ | 41.15 | 21.39 | 6.24 | - |
| YUV | 91.58 | 110.19 | 242.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 60 | 0 | 0.94 | 0.76 | 0.01 | 348.81 | 0.98 | 0.53 |
| Hex | FC | 10 | 3C | 0 | 5E | 4C | 1 | 15D | 62 | 35 |
| Octal | 374 | 20 | 74 | 0 | 136 | 114 | 1 | 535 | 142 | 65 |
| Binary | 11111100 | 10000 | 111100 | 0 | 1011110 | 1001100 | 1 | 101011101 | 1100010 | 110101 |
Color Harmonies of #FC103C
Complementary color
Monochromatic Colors of #FC103C
Black with #FC103C
Text Example
Text Example
White with #FC103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC103C; }
p { color: rgb(252,16,60); }
H1.HeaderClassName
{
color: #FC103C;
}
.AnyTagClassName
{
color: #FC103C;
}
</style>
background-color css
<style>
a { background-color: #FC103C; }
a { background-color: rgb(252,16,60); }
div.DivClassName
{
background-color: #FC103C;
}
.BgClassName
{
background-color: #FC103C;
}
</style>
border-color css
<style>
span { border-color: #FC103C; }
span { border-color: rgb(252,16,60); }
td.TdClassName
{
border-color: #FC103C;
}
.TagClassName
{
border-color: #FC103C;
}
</style>