#F80124

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

Shades of Torch Red #F80124

Tints of Torch Red #F80124

Color information

#F80124 (or 0xF80124) is unknown color: approx Torch Red. HEX triplet: F8, 01 and 24. RGB value is (248,1,36). Sum of RGB (Red+Green+Blue) = 248+1+36=285 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.02% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 248 - color contains mainly: red. Hex color #F80124 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80124 is #07FEDB. Grayscale: #4E4E4E. Windows color (decimal): -523996 or 2359800. OLE color: 2359800.

HSL color Cylindrical-coordinate representation of color #F80124: hue angle of 351.5º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80124 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB248136-
CMYK01.000.850.03
HSL351.5º99.2%48.82%-
HSV(B)351.5º99.6%97.25%-
XYZ39.0420.113.49-
YUV78.84103.83248.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 87.02%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 36 (14.45% from 255) = 12.63%
R=87.02%
G=0.35%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.85
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813601.000.850.03351.599.248.82
HexF812406455315f6331
Octal3701440144125353714361
Binary111110001100100011001001010101111010111111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80124; }

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

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

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

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

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

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

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

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