#f80e24

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

Shades of Torch Red #F80E24

Tints of Torch Red #F80E24

Color information

#F80E24 (or 0xF80E24) is unknown color: approx Torch Red. HEX triplet: F8, 0E and 24. RGB value is (248,14,36). Sum of RGB (Red+Green+Blue) = 248+14+36=298 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.22% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 248 - color contains mainly: red. Hex color #F80E24 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80E24 is #07F1DB. Grayscale: #565656. Windows color (decimal): -520668 or 2363128. OLE color: 2363128.

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

Color convert

RGB2481436-
CMYK00.940.850.03
HSL354.36º94.35%51.37%-
HSV(B)354.36º94.35%97.25%-
XYZ39.1920.43.54-
YUV86.4799.52243.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 83.22%
GREEN value IS 14 (5.86% from 255) = 4.70%
BLUE value IS 36 (14.45% from 255) = 12.08%
R=83.22%
G=4.70%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248143600.940.850.03354.3694.3551.37
HexF8E2405E5531625e33
Octal37016440136125354213663
Binary111110001110100100010111101010101111011000101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f80e24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f80e24; }

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

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

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

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

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

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

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

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