Shades of Torch Red #FC1116
Tints of Torch Red #FC1116
RGB
CMYK
RGB Variations
Color information
#FC1116 (or 0xFC1116) is known color: Torch Red. HEX triplet: FC, 11 and 16. RGB value is (252,17,22). Sum of RGB (Red+Green+Blue) = 252+17+22=291 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.60% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1116 is #03EEE9. Grayscale: #585858. Windows color (decimal): -257770 or 1446396. OLE color: 1446396.
HSL color Cylindrical-coordinate representation of color #FC1116: hue angle of 358.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1116 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 22 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.01 |
| HSL | 358.72º | 0.98% | 0.53% | - |
| HSV(B) | 358.72º | 0.93% | 0.99% | - |
| XYZ | 40.49 | 21.15 | 2.71 | - |
| YUV | 87.84 | 90.86 | 245.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 22 | 0 | 0.93 | 0.91 | 0.01 | 358.72 | 0.98 | 0.53 |
| Hex | FC | 11 | 16 | 0 | 5D | 5B | 1 | 167 | 62 | 35 |
| Octal | 374 | 21 | 26 | 0 | 135 | 133 | 1 | 547 | 142 | 65 |
| Binary | 11111100 | 10001 | 10110 | 0 | 1011101 | 1011011 | 1 | 101100111 | 1100010 | 110101 |
Color Harmonies of #FC1116
Complementary color
Monochromatic Colors of #FC1116
Black with #FC1116
Text Example
Text Example
White with #FC1116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1116; }
p { color: rgb(252,17,22); }
H1.HeaderClassName
{
color: #FC1116;
}
.AnyTagClassName
{
color: #FC1116;
}
</style>
background-color css
<style>
a { background-color: #FC1116; }
a { background-color: rgb(252,17,22); }
div.DivClassName
{
background-color: #FC1116;
}
.BgClassName
{
background-color: #FC1116;
}
</style>
border-color css
<style>
span { border-color: #FC1116; }
span { border-color: rgb(252,17,22); }
td.TdClassName
{
border-color: #FC1116;
}
.TagClassName
{
border-color: #FC1116;
}
</style>