Shades of Torch Red #FC1140
Tints of Torch Red #FC1140
RGB
CMYK
RGB Variations
Color information
#FC1140 (or 0xFC1140) is known color: Torch Red. HEX triplet: FC, 11 and 40. RGB value is (252,17,64). Sum of RGB (Red+Green+Blue) = 252+17+64=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1140 is #03EEBF. Grayscale: #5C5C5C. Windows color (decimal): -257728 or 4198908. OLE color: 4198908.
HSL color Cylindrical-coordinate representation of color #FC1140: hue angle of 348º 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 #FC1140 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 64 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.01 |
| HSL | 348º | 0.98% | 0.53% | - |
| HSV(B) | 348º | 0.93% | 0.99% | - |
| XYZ | 41.27 | 21.47 | 6.82 | - |
| YUV | 92.62 | 111.86 | 241.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 64 | 0 | 0.93 | 0.75 | 0.01 | 348 | 0.98 | 0.53 |
| Hex | FC | 11 | 40 | 0 | 5D | 4B | 1 | 15C | 62 | 35 |
| Octal | 374 | 21 | 100 | 0 | 135 | 113 | 1 | 534 | 142 | 65 |
| Binary | 11111100 | 10001 | 1000000 | 0 | 1011101 | 1001011 | 1 | 101011100 | 1100010 | 110101 |
Color Harmonies of #FC1140
Complementary color
Monochromatic Colors of #FC1140
Black with #FC1140
Text Example
Text Example
White with #FC1140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1140; }
p { color: rgb(252,17,64); }
H1.HeaderClassName
{
color: #FC1140;
}
.AnyTagClassName
{
color: #FC1140;
}
</style>
background-color css
<style>
a { background-color: #FC1140; }
a { background-color: rgb(252,17,64); }
div.DivClassName
{
background-color: #FC1140;
}
.BgClassName
{
background-color: #FC1140;
}
</style>
border-color css
<style>
span { border-color: #FC1140; }
span { border-color: rgb(252,17,64); }
td.TdClassName
{
border-color: #FC1140;
}
.TagClassName
{
border-color: #FC1140;
}
</style>