Shades of Torch Red #FC0745
Tints of Torch Red #FC0745
RGB
CMYK
RGB Variations
Color information
#FC0745 (or 0xFC0745) is known color: Torch Red. HEX triplet: FC, 07 and 45. RGB value is (252,7,69). Sum of RGB (Red+Green+Blue) = 252+7+69=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0745 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0745 is #03F8BA. Grayscale: #575757. Windows color (decimal): -260283 or 4524028. OLE color: 4524028.
HSL color Cylindrical-coordinate representation of color #FC0745: hue angle of 344.82º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0745 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 69 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.01 |
| HSL | 344.82º | 0.98% | 0.51% | - |
| HSV(B) | 344.82º | 0.97% | 0.99% | - |
| XYZ | 41.3 | 21.28 | 7.56 | - |
| YUV | 87.32 | 117.67 | 245.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 69 | 0 | 0.97 | 0.73 | 0.01 | 344.82 | 0.98 | 0.51 |
| Hex | FC | 7 | 45 | 0 | 61 | 49 | 1 | 159 | 62 | 33 |
| Octal | 374 | 7 | 105 | 0 | 141 | 111 | 1 | 531 | 142 | 63 |
| Binary | 11111100 | 111 | 1000101 | 0 | 1100001 | 1001001 | 1 | 101011001 | 1100010 | 110011 |
Color Harmonies of #FC0745
Complementary color
Monochromatic Colors of #FC0745
Black with #FC0745
Text Example
Text Example
White with #FC0745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0745; }
p { color: rgb(252,7,69); }
H1.HeaderClassName
{
color: #FC0745;
}
.AnyTagClassName
{
color: #FC0745;
}
</style>
background-color css
<style>
a { background-color: #FC0745; }
a { background-color: rgb(252,7,69); }
div.DivClassName
{
background-color: #FC0745;
}
.BgClassName
{
background-color: #FC0745;
}
</style>
border-color css
<style>
span { border-color: #FC0745; }
span { border-color: rgb(252,7,69); }
td.TdClassName
{
border-color: #FC0745;
}
.TagClassName
{
border-color: #FC0745;
}
</style>