Shades of Torch Red #FC1120
Tints of Torch Red #FC1120
RGB
CMYK
RGB Variations
Color information
#FC1120 (or 0xFC1120) is known color: Torch Red. HEX triplet: FC, 11 and 20. RGB value is (252,17,32). Sum of RGB (Red+Green+Blue) = 252+17+32=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1120 is #03EEDF. Grayscale: #595959. Windows color (decimal): -257760 or 2101756. OLE color: 2101756.
HSL color Cylindrical-coordinate representation of color #FC1120: hue angle of 356.17º 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 #FC1120 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 32 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.01 |
| HSL | 356.17º | 0.98% | 0.53% | - |
| HSV(B) | 356.17º | 0.93% | 0.99% | - |
| XYZ | 40.61 | 21.2 | 3.32 | - |
| YUV | 88.98 | 95.86 | 244.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 32 | 0 | 0.93 | 0.87 | 0.01 | 356.17 | 0.98 | 0.53 |
| Hex | FC | 11 | 20 | 0 | 5D | 57 | 1 | 164 | 62 | 35 |
| Octal | 374 | 21 | 40 | 0 | 135 | 127 | 1 | 544 | 142 | 65 |
| Binary | 11111100 | 10001 | 100000 | 0 | 1011101 | 1010111 | 1 | 101100100 | 1100010 | 110101 |
Color Harmonies of #FC1120
Complementary color
Monochromatic Colors of #FC1120
Black with #FC1120
Text Example
Text Example
White with #FC1120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1120; }
p { color: rgb(252,17,32); }
H1.HeaderClassName
{
color: #FC1120;
}
.AnyTagClassName
{
color: #FC1120;
}
</style>
background-color css
<style>
a { background-color: #FC1120; }
a { background-color: rgb(252,17,32); }
div.DivClassName
{
background-color: #FC1120;
}
.BgClassName
{
background-color: #FC1120;
}
</style>
border-color css
<style>
span { border-color: #FC1120; }
span { border-color: rgb(252,17,32); }
td.TdClassName
{
border-color: #FC1120;
}
.TagClassName
{
border-color: #FC1120;
}
</style>