Shades of Torch Red #FC1346
Tints of Torch Red #FC1346
RGB
CMYK
RGB Variations
Color information
#FC1346 (or 0xFC1346) is known color: Torch Red. HEX triplet: FC, 13 and 46. RGB value is (252,19,70). Sum of RGB (Red+Green+Blue) = 252+19+70=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1346 is #03ECB9. Grayscale: #5E5E5E. Windows color (decimal): -257210 or 4592636. OLE color: 4592636.
HSL color Cylindrical-coordinate representation of color #FC1346: hue angle of 346.87º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1346 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 70 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.01 |
| HSL | 346.87º | 0.97% | 0.53% | - |
| HSV(B) | 346.87º | 0.92% | 0.99% | - |
| XYZ | 41.48 | 21.6 | 7.78 | - |
| YUV | 94.48 | 114.19 | 240.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 70 | 0 | 0.92 | 0.72 | 0.01 | 346.87 | 0.97 | 0.53 |
| Hex | FC | 13 | 46 | 0 | 5C | 48 | 1 | 15B | 61 | 35 |
| Octal | 374 | 23 | 106 | 0 | 134 | 110 | 1 | 533 | 141 | 65 |
| Binary | 11111100 | 10011 | 1000110 | 0 | 1011100 | 1001000 | 1 | 101011011 | 1100001 | 110101 |
Color Harmonies of #FC1346
Complementary color
Monochromatic Colors of #FC1346
Black with #FC1346
Text Example
Text Example
White with #FC1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1346; }
p { color: rgb(252,19,70); }
H1.HeaderClassName
{
color: #FC1346;
}
.AnyTagClassName
{
color: #FC1346;
}
</style>
background-color css
<style>
a { background-color: #FC1346; }
a { background-color: rgb(252,19,70); }
div.DivClassName
{
background-color: #FC1346;
}
.BgClassName
{
background-color: #FC1346;
}
</style>
border-color css
<style>
span { border-color: #FC1346; }
span { border-color: rgb(252,19,70); }
td.TdClassName
{
border-color: #FC1346;
}
.TagClassName
{
border-color: #FC1346;
}
</style>