#F71126

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

Shades of Torch Red #F71126

Tints of Torch Red #F71126

Color information

#F71126 (or 0xF71126) is unknown color: approx Torch Red. HEX triplet: F7, 11 and 26. RGB value is (247,17,38). Sum of RGB (Red+Green+Blue) = 247+17+38=302 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.79% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 247 - color contains mainly: red. Hex color #F71126 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71126 is #08EED9. Grayscale: #585858. Windows color (decimal): -585434 or 2494967. OLE color: 2494967.

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

Color convert

RGB2471738-
CMYK00.930.850.03
HSL354.52º93.5%51.76%-
HSV(B)354.52º93.12%96.86%-
XYZ38.9120.313.7-
YUV88.1699.7241.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 81.79%
GREEN value IS 17 (7.03% from 255) = 5.63%
BLUE value IS 38 (15.23% from 255) = 12.58%
R=81.79%
G=5.63%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247173800.930.850.03354.5293.551.76
HexF7112605D5531635d34
Octal36721460135125354313564
Binary1111011110001100110010111011010101111011000111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71126; }

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

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

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

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

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

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

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

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