#F6112B

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

Shades of Torch Red #F6112B

Tints of Torch Red #F6112B

Color information

#F6112B (or 0xF6112B) is unknown color: approx Torch Red. HEX triplet: F6, 11 and 2B. RGB value is (246,17,43). Sum of RGB (Red+Green+Blue) = 246+17+43=306 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.39% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 246 - color contains mainly: red. Hex color #F6112B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6112B is #09EED4. Grayscale: #585858. Windows color (decimal): -650965 or 2822646. OLE color: 2822646.

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

Color convert

RGB2461743-
CMYK00.930.830.04
HSL353.19º92.71%51.57%-
HSV(B)353.19º93.09%96.47%-
XYZ38.6420.174.14-
YUV88.44102.37240.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 80.39%
GREEN value IS 17 (7.03% from 255) = 5.56%
BLUE value IS 43 (17.19% from 255) = 14.05%
R=80.39%
G=5.56%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246174300.930.830.04353.1992.7151.57
HexF6112B05D5341615d34
Octal36621530135123454113564
Binary11110110100011010110101110110100111001011000011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6112B; }

 p { color: rgb(246,17,43); }

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

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

 a { background-color: rgb(246,17,43); }

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

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

 span { border-color: rgb(246,17,43); }

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