#F80E1C

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

Shades of Torch Red #F80E1C

Tints of Torch Red #F80E1C

Color information

#F80E1C (or 0xF80E1C) is unknown color: approx Torch Red. HEX triplet: F8, 0E and 1C. RGB value is (248,14,28). Sum of RGB (Red+Green+Blue) = 248+14+28=290 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.52% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 248 - color contains mainly: red. Hex color #F80E1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80E1C is #07F1E3. Grayscale: #555555. Windows color (decimal): -520676 or 1838840. OLE color: 1838840.

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

Color convert

RGB2481428-
CMYK00.940.890.03
HSL356.41º94.35%51.37%-
HSV(B)356.41º94.35%97.25%-
XYZ39.0820.352.97-
YUV85.5695.52243.86-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 85.52%
GREEN value IS 14 (5.86% from 255) = 4.83%
BLUE value IS 28 (11.33% from 255) = 9.66%
R=85.52%
G=4.83%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248142800.940.890.03356.4194.3551.37
HexF8E1C05E5931645e33
Octal37016340136131354413663
Binary11111000111011100010111101011001111011001001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80E1C; }

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

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

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

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

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

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

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

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