#F8151F

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

Shades of Torch Red #F8151F

Tints of Torch Red #F8151F

Color information

#F8151F (or 0xF8151F) is unknown color: approx Torch Red. HEX triplet: F8, 15 and 1F. RGB value is (248,21,31). Sum of RGB (Red+Green+Blue) = 248+21+31=300 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 248 - color contains mainly: red. Hex color #F8151F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8151F is #07EAE0. Grayscale: #5A5A5A. Windows color (decimal): -518881 or 2037240. OLE color: 2037240.

HSL color Cylindrical-coordinate representation of color #F8151F: hue angle of 357.36º 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 #F8151F is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB2482131-
CMYK00.920.880.03
HSL357.36º94.19%52.75%-
HSV(B)357.36º91.53%97.25%-
XYZ39.2320.593.2-
YUV90.0194.71240.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 82.67%
GREEN value IS 21 (8.59% from 255) = 7%
BLUE value IS 31 (12.5% from 255) = 10.33%
R=82.67%
G=7%
B=10.33%

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
Decimal248213100.920.880.03357.3694.1952.75
HexF8151F05C5831655e35
Octal37025370134130354513665
Binary111110001010111111010111001011000111011001011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8151F; }

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

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

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

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

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

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

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

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