#F8151A

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

Shades of Torch Red #F8151A

Tints of Torch Red #F8151A

Color information

#F8151A (or 0xF8151A) is unknown color: approx Torch Red. HEX triplet: F8, 15 and 1A. RGB value is (248,21,26). Sum of RGB (Red+Green+Blue) = 248+21+26=295 (39% of max value = 765). Red value is 248 (97.27% from 255 or 84.07% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 248 - color contains mainly: red. Hex color #F8151A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8151A is #07EAE5. Grayscale: #595959. Windows color (decimal): -518886 or 1709560. OLE color: 1709560.

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

Color convert

RGB2482126-
CMYK00.920.900.03
HSL358.68º94.19%52.75%-
HSV(B)358.68º91.53%97.25%-
XYZ39.1720.572.88-
YUV89.4492.21241.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 84.07%
GREEN value IS 21 (8.59% from 255) = 7.12%
BLUE value IS 26 (10.55% from 255) = 8.81%
R=84.07%
G=7.12%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248212600.920.900.03358.6894.1952.75
HexF8151A05C5A31675e35
Octal37025320134132354713665
Binary111110001010111010010111001011010111011001111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8151A; }

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

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

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

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

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

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

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

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