#F8182C

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

Shades of Torch Red #F8182C

Tints of Torch Red #F8182C

Color information

#F8182C (or 0xF8182C) is unknown color: approx Torch Red. HEX triplet: F8, 18 and 2C. RGB value is (248,24,44). Sum of RGB (Red+Green+Blue) = 248+24+44=316 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.48% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 248 - color contains mainly: red. Hex color #F8182C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8182C is #07E7D3. Grayscale: #5D5D5D. Windows color (decimal): -518100 or 2889976. OLE color: 2889976.

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

Color convert

RGB2482444-
CMYK00.900.820.03
HSL354.64º94.12%53.33%-
HSV(B)354.64º90.32%97.25%-
XYZ39.4920.794.31-
YUV93.26100.21238.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 78.48%
GREEN value IS 24 (9.77% from 255) = 7.59%
BLUE value IS 44 (17.58% from 255) = 13.92%
R=78.48%
G=7.59%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248244400.900.820.03354.6494.1253.33
HexF8182C05A5231635e35
Octal37030540132122354313665
Binary1111100011000101100010110101010010111011000111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8182C; }

 p { color: rgb(248,24,44); }

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

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

 a { background-color: rgb(248,24,44); }

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

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

 span { border-color: rgb(248,24,44); }

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