#F81A1C

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

Shades of Torch Red #F81A1C

Tints of Torch Red #F81A1C

Color information

#F81A1C (or 0xF81A1C) is unknown color: approx Torch Red. HEX triplet: F8, 1A and 1C. RGB value is (248,26,28). Sum of RGB (Red+Green+Blue) = 248+26+28=302 (40% of max value = 765). Red value is 248 (97.27% from 255 or 82.12% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81A1C is #07E5E3. Grayscale: #5C5C5C. Windows color (decimal): -517604 or 1841912. OLE color: 1841912.

HSL color Cylindrical-coordinate representation of color #F81A1C: hue angle of 359.46º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81A1C is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB2482628-
CMYK00.900.890.03
HSL359.46º94.07%53.73%-
HSV(B)359.46º89.52%97.25%-
XYZ39.2920.783.04-
YUV92.6191.55238.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 82.12%
GREEN value IS 26 (10.55% from 255) = 8.61%
BLUE value IS 28 (11.33% from 255) = 9.27%
R=82.12%
G=8.61%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248262800.900.890.03359.4694.0753.73
HexF81A1C05A5931675e36
Octal37032340132131354713666
Binary111110001101011100010110101011001111011001111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81A1C; }

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

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

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

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

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

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

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

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