#F7161A

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

Shades of Torch Red #F7161A

Tints of Torch Red #F7161A

Color information

#F7161A (or 0xF7161A) is unknown color: approx Torch Red. HEX triplet: F7, 16 and 1A. RGB value is (247,22,26). Sum of RGB (Red+Green+Blue) = 247+22+26=295 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.73% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 247 - color contains mainly: red. Hex color #F7161A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7161A is #08E9E5. Grayscale: #595959. Windows color (decimal): -584166 or 1709815. OLE color: 1709815.

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

Color convert

RGB2472226-
CMYK00.910.890.03
HSL358.93º93.36%52.75%-
HSV(B)358.93º91.09%96.86%-
XYZ38.8320.422.87-
YUV89.7392.04240.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 83.73%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 26 (10.55% from 255) = 8.81%
R=83.73%
G=7.46%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247222600.910.890.03358.9393.3652.75
HexF7161A05B5931675d35
Octal36726320133131354713565
Binary111101111011011010010110111011001111011001111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7161A; }

 p { color: rgb(247,22,26); }

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

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

 a { background-color: rgb(247,22,26); }

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

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

 span { border-color: rgb(247,22,26); }

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