#F80724

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

Shades of Torch Red #F80724

Tints of Torch Red #F80724

Color information

#F80724 (or 0xF80724) is unknown color: approx Torch Red. HEX triplet: F8, 07 and 24. RGB value is (248,7,36). Sum of RGB (Red+Green+Blue) = 248+7+36=291 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.22% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 248 - color contains mainly: red. Hex color #F80724 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80724 is #07F8DB. Grayscale: #525252. Windows color (decimal): -522460 or 2361336. OLE color: 2361336.

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

Color convert

RGB248736-
CMYK00.970.850.03
HSL352.78º94.51%50%-
HSV(B)352.78º97.18%97.25%-
XYZ39.1120.243.51-
YUV82.36101.84246.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 85.22%
GREEN value IS 7 (3.12% from 255) = 2.41%
BLUE value IS 36 (14.45% from 255) = 12.37%
R=85.22%
G=2.41%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24873600.970.850.03352.7894.5150
HexF87240615531615f32
Octal3707440141125354113762
Binary11111000111100100011000011010101111011000011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80724; }

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

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

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

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

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

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

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

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