#F70F39

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

Shades of Torch Red #F70F39

Tints of Torch Red #F70F39

Color information

#F70F39 (or 0xF70F39) is unknown color: approx Torch Red. HEX triplet: F7, 0F and 39. RGB value is (247,15,57). Sum of RGB (Red+Green+Blue) = 247+15+57=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70F39 is #08F0C6. Grayscale: #595959. Windows color (decimal): -585927 or 3739639. OLE color: 3739639.

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

Color convert

RGB2471557-
CMYK00.940.770.03
HSL349.14º93.55%51.37%-
HSV(B)349.14º93.93%96.86%-
XYZ39.2720.415.74-
YUV89.16109.86240.58-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 77.43%
GREEN value IS 15 (6.25% from 255) = 4.70%
BLUE value IS 57 (22.66% from 255) = 17.87%
R=77.43%
G=4.70%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247155700.940.770.03349.1493.5551.37
HexF7F3905E4D315d5e33
Octal36717710136115353513663
Binary111101111111111001010111101001101111010111011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F70F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F70F39; }

 p { color: rgb(247,15,57); }

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

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

 a { background-color: rgb(247,15,57); }

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

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

 span { border-color: rgb(247,15,57); }

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