#F8151E

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

Shades of Torch Red #F8151E

Tints of Torch Red #F8151E

Color information

#F8151E (or 0xF8151E) is unknown color: approx Torch Red. HEX triplet: F8, 15 and 1E. RGB value is (248,21,30). Sum of RGB (Red+Green+Blue) = 248+21+30=299 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.94% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 248 - color contains mainly: red. Hex color #F8151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8151E is #07EAE1. Grayscale: #5A5A5A. Windows color (decimal): -518882 or 1971704. OLE color: 1971704.

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

Color convert

RGB2482130-
CMYK00.920.880.03
HSL357.62º94.19%52.75%-
HSV(B)357.62º91.53%97.25%-
XYZ39.2120.593.14-
YUV89.994.21240.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 82.94%
GREEN value IS 21 (8.59% from 255) = 7.02%
BLUE value IS 30 (12.11% from 255) = 10.03%
R=82.94%
G=7.02%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248213000.920.880.03357.6294.1952.75
HexF8151E05C5831665e35
Octal37025360134130354613665
Binary111110001010111110010111001011000111011001101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8151E; }

 p { color: rgb(248,21,30); }

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

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

 a { background-color: rgb(248,21,30); }

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

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

 span { border-color: rgb(248,21,30); }

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