#F70745

Color #F70745 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #F70745

Tints of Torch Red #F70745

Color information

#F70745 (or 0xF70745) is unknown color: approx Torch Red. HEX triplet: F7, 07 and 45. RGB value is (247,7,69). Sum of RGB (Red+Green+Blue) = 247+7+69=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F70745 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70745 is #08F8BA. Grayscale: #555555. Windows color (decimal): -587963 or 4524023. OLE color: 4524023.

HSL color Cylindrical-coordinate representation of color #F70745: hue angle of 344.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F70745 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB247769-
CMYK00.970.720.03
HSL344.5º94.49%49.8%-
HSV(B)344.5º97.17%96.86%-
XYZ39.5120.367.48-
YUV85.83118.51242.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 76.47%
GREEN value IS 7 (3.12% from 255) = 2.17%
BLUE value IS 69 (27.34% from 255) = 21.36%
R=76.47%
G=2.17%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24776900.970.720.03344.594.4949.8
HexF77450614831585e32
Octal36771050141110353013662
Binary111101111111000101011000011001000111010110001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F70745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F70745; }

 p { color: rgb(247,7,69); }

 H1.HeaderClassName
 {
   color: #F70745;
 }
 .AnyTagClassName
 {
   color: #F70745;
 }
</style>
background-color css

<style>
 a { background-color: #F70745; }

 a { background-color: rgb(247,7,69); }

 div.DivClassName
 {
   background-color: #F70745;
 }
 .BgClassName
 {
   background-color: #F70745;
 }
</style>
border-color css

<style>
 span { border-color: #F70745; }

 span { border-color: rgb(247,7,69); }

 td.TdClassName
 {
   border-color: #F70745;
 }
 .TagClassName
 {
   border-color: #F70745;
 }
</style>