#F70111

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

Shades of Torch Red #F70111

Tints of Torch Red #F70111

Color information

#F70111 (or 0xF70111) is unknown color: approx Torch Red. HEX triplet: F7, 01 and 11. RGB value is (247,1,17). Sum of RGB (Red+Green+Blue) = 247+1+17=265 (35% of max value = 765). Red value is 247 (96.88% from 255 or 93.21% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 247 - color contains mainly: red. Hex color #F70111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70111 is #08FEEE. Grayscale: #4C4C4C. Windows color (decimal): -589551 or 1114615. OLE color: 1114615.

HSL color Cylindrical-coordinate representation of color #F70111: hue angle of 356.1º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70111 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB247117-
CMYK01.000.930.03
HSL356.1º99.19%48.63%-
HSV(B)356.1º99.6%96.86%-
XYZ38.4719.842.33-
YUV76.3894.5249.7-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 93.21%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 17 (7.03% from 255) = 6.42%
R=93.21%
G=0.38%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.93
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711701.000.930.03356.199.1948.63
HexF71110645D31646331
Octal3671210144135354414361
Binary11110111110001011001001011101111011001001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F70111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F70111; }

 p { color: rgb(247,1,17); }

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

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

 a { background-color: rgb(247,1,17); }

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

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

 span { border-color: rgb(247,1,17); }

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