Shades of Torch Red #FC1345
Tints of Torch Red #FC1345
RGB
CMYK
RGB Variations
Color information
#FC1345 (or 0xFC1345) is known color: Torch Red. HEX triplet: FC, 13 and 45. RGB value is (252,19,69). Sum of RGB (Red+Green+Blue) = 252+19+69=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1345 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1345 is #03ECBA. Grayscale: #5E5E5E. Windows color (decimal): -257211 or 4527100. OLE color: 4527100.
HSL color Cylindrical-coordinate representation of color #FC1345: hue angle of 347.12º 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 #FC1345 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 69 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.01 |
| HSL | 347.12º | 0.97% | 0.53% | - |
| HSV(B) | 347.12º | 0.92% | 0.99% | - |
| XYZ | 41.45 | 21.59 | 7.61 | - |
| YUV | 94.37 | 113.69 | 240.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 69 | 0 | 0.92 | 0.73 | 0.01 | 347.12 | 0.97 | 0.53 |
| Hex | FC | 13 | 45 | 0 | 5C | 49 | 1 | 15B | 61 | 35 |
| Octal | 374 | 23 | 105 | 0 | 134 | 111 | 1 | 533 | 141 | 65 |
| Binary | 11111100 | 10011 | 1000101 | 0 | 1011100 | 1001001 | 1 | 101011011 | 1100001 | 110101 |
Color Harmonies of #FC1345
Complementary color
Monochromatic Colors of #FC1345
Black with #FC1345
Text Example
Text Example
White with #FC1345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1345; }
p { color: rgb(252,19,69); }
H1.HeaderClassName
{
color: #FC1345;
}
.AnyTagClassName
{
color: #FC1345;
}
</style>
background-color css
<style>
a { background-color: #FC1345; }
a { background-color: rgb(252,19,69); }
div.DivClassName
{
background-color: #FC1345;
}
.BgClassName
{
background-color: #FC1345;
}
</style>
border-color css
<style>
span { border-color: #FC1345; }
span { border-color: rgb(252,19,69); }
td.TdClassName
{
border-color: #FC1345;
}
.TagClassName
{
border-color: #FC1345;
}
</style>