Shades of Torch Red #FC111B
Tints of Torch Red #FC111B
RGB
CMYK
RGB Variations
Color information
#FC111B (or 0xFC111B) is known color: Torch Red. HEX triplet: FC, 11 and 1B. RGB value is (252,17,27). Sum of RGB (Red+Green+Blue) = 252+17+27=296 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.14% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 252 - color contains mainly: red. Hex color #FC111B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC111B is #03EEE4. Grayscale: #585858. Windows color (decimal): -257765 or 1774076. OLE color: 1774076.
HSL color Cylindrical-coordinate representation of color #FC111B: hue angle of 357.45º 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 #FC111B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.01 |
| HSL | 357.45º | 0.98% | 0.53% | - |
| HSV(B) | 357.45º | 0.93% | 0.99% | - |
| XYZ | 40.54 | 21.18 | 2.99 | - |
| YUV | 88.41 | 93.36 | 244.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 27 | 0 | 0.93 | 0.89 | 0.01 | 357.45 | 0.98 | 0.53 |
| Hex | FC | 11 | 1B | 0 | 5D | 59 | 1 | 165 | 62 | 35 |
| Octal | 374 | 21 | 33 | 0 | 135 | 131 | 1 | 545 | 142 | 65 |
| Binary | 11111100 | 10001 | 11011 | 0 | 1011101 | 1011001 | 1 | 101100101 | 1100010 | 110101 |
Color Harmonies of #FC111B
Complementary color
Monochromatic Colors of #FC111B
Black with #FC111B
Text Example
Text Example
White with #FC111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC111B; }
p { color: rgb(252,17,27); }
H1.HeaderClassName
{
color: #FC111B;
}
.AnyTagClassName
{
color: #FC111B;
}
</style>
background-color css
<style>
a { background-color: #FC111B; }
a { background-color: rgb(252,17,27); }
div.DivClassName
{
background-color: #FC111B;
}
.BgClassName
{
background-color: #FC111B;
}
</style>
border-color css
<style>
span { border-color: #FC111B; }
span { border-color: rgb(252,17,27); }
td.TdClassName
{
border-color: #FC111B;
}
.TagClassName
{
border-color: #FC111B;
}
</style>