Shades of Torch Red #FC1136
Tints of Torch Red #FC1136
RGB
CMYK
RGB Variations
Color information
#FC1136 (or 0xFC1136) is known color: Torch Red. HEX triplet: FC, 11 and 36. RGB value is (252,17,54). Sum of RGB (Red+Green+Blue) = 252+17+54=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1136 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1136 is #03EEC9. Grayscale: #5B5B5B. Windows color (decimal): -257738 or 3543548. OLE color: 3543548.
HSL color Cylindrical-coordinate representation of color #FC1136: hue angle of 350.55º 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 #FC1136 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 54 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.01 |
| HSL | 350.55º | 0.98% | 0.53% | - |
| HSV(B) | 350.55º | 0.93% | 0.99% | - |
| XYZ | 41.01 | 21.36 | 5.45 | - |
| YUV | 91.48 | 106.86 | 242.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 54 | 0 | 0.93 | 0.79 | 0.01 | 350.55 | 0.98 | 0.53 |
| Hex | FC | 11 | 36 | 0 | 5D | 4F | 1 | 15F | 62 | 35 |
| Octal | 374 | 21 | 66 | 0 | 135 | 117 | 1 | 537 | 142 | 65 |
| Binary | 11111100 | 10001 | 110110 | 0 | 1011101 | 1001111 | 1 | 101011111 | 1100010 | 110101 |
Color Harmonies of #FC1136
Complementary color
Monochromatic Colors of #FC1136
Black with #FC1136
Text Example
Text Example
White with #FC1136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1136; }
p { color: rgb(252,17,54); }
H1.HeaderClassName
{
color: #FC1136;
}
.AnyTagClassName
{
color: #FC1136;
}
</style>
background-color css
<style>
a { background-color: #FC1136; }
a { background-color: rgb(252,17,54); }
div.DivClassName
{
background-color: #FC1136;
}
.BgClassName
{
background-color: #FC1136;
}
</style>
border-color css
<style>
span { border-color: #FC1136; }
span { border-color: rgb(252,17,54); }
td.TdClassName
{
border-color: #FC1136;
}
.TagClassName
{
border-color: #FC1136;
}
</style>