#F5162F

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

Shades of Torch Red #F5162F

Tints of Torch Red #F5162F

Color information

#F5162F (or 0xF5162F) is unknown color: approx Torch Red. HEX triplet: F5, 16 and 2F. RGB value is (245,22,47). Sum of RGB (Red+Green+Blue) = 245+22+47=314 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.03% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 245 - color contains mainly: red. Hex color #F5162F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5162F is #0AE9D0. Grayscale: #5B5B5B. Windows color (decimal): -715217 or 3086069. OLE color: 3086069.

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

Color convert

RGB2452247-
CMYK00.910.810.04
HSL353.27º91.77%52.35%-
HSV(B)353.27º91.02%96.08%-
XYZ38.4620.194.56-
YUV91.53102.88237.47-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 78.03%
GREEN value IS 22 (8.98% from 255) = 7.01%
BLUE value IS 47 (18.75% from 255) = 14.97%
R=78.03%
G=7.01%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245224700.910.810.04353.2791.7752.35
HexF5162F05B5141615c34
Octal36526570133121454113464
Binary11110101101101011110101101110100011001011000011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5162F; }

 p { color: rgb(245,22,47); }

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

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

 a { background-color: rgb(245,22,47); }

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

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

 span { border-color: rgb(245,22,47); }

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