Shades of Torch Red #FC1348
Tints of Torch Red #FC1348
RGB
CMYK
RGB Variations
Color information
#FC1348 (or 0xFC1348) is known color: Torch Red. HEX triplet: FC, 13 and 48. RGB value is (252,19,72). Sum of RGB (Red+Green+Blue) = 252+19+72=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1348 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1348 is #03ECB7. Grayscale: #5E5E5E. Windows color (decimal): -257208 or 4723708. OLE color: 4723708.
HSL color Cylindrical-coordinate representation of color #FC1348: hue angle of 346.35º 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 #FC1348 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 72 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.01 |
| HSL | 346.35º | 0.97% | 0.53% | - |
| HSV(B) | 346.35º | 0.92% | 0.99% | - |
| XYZ | 41.55 | 21.63 | 8.12 | - |
| YUV | 94.71 | 115.19 | 240.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 72 | 0 | 0.92 | 0.71 | 0.01 | 346.35 | 0.97 | 0.53 |
| Hex | FC | 13 | 48 | 0 | 5C | 47 | 1 | 15A | 61 | 35 |
| Octal | 374 | 23 | 110 | 0 | 134 | 107 | 1 | 532 | 141 | 65 |
| Binary | 11111100 | 10011 | 1001000 | 0 | 1011100 | 1000111 | 1 | 101011010 | 1100001 | 110101 |
Color Harmonies of #FC1348
Complementary color
Monochromatic Colors of #FC1348
Black with #FC1348
Text Example
Text Example
White with #FC1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1348; }
p { color: rgb(252,19,72); }
H1.HeaderClassName
{
color: #FC1348;
}
.AnyTagClassName
{
color: #FC1348;
}
</style>
background-color css
<style>
a { background-color: #FC1348; }
a { background-color: rgb(252,19,72); }
div.DivClassName
{
background-color: #FC1348;
}
.BgClassName
{
background-color: #FC1348;
}
</style>
border-color css
<style>
span { border-color: #FC1348; }
span { border-color: rgb(252,19,72); }
td.TdClassName
{
border-color: #FC1348;
}
.TagClassName
{
border-color: #FC1348;
}
</style>