#F80123

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

Shades of Torch Red #F80123

Tints of Torch Red #F80123

Color information

#F80123 (or 0xF80123) is unknown color: approx Torch Red. HEX triplet: F8, 01 and 23. RGB value is (248,1,35). Sum of RGB (Red+Green+Blue) = 248+1+35=284 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.32% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 248 - color contains mainly: red. Hex color #F80123 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80123 is #07FEDC. Grayscale: #4E4E4E. Windows color (decimal): -523997 or 2294264. OLE color: 2294264.

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

Color convert

RGB248135-
CMYK01.000.860.03
HSL351.74º99.2%48.82%-
HSV(B)351.74º99.6%97.25%-
XYZ39.0320.13.41-
YUV78.73103.33248.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 87.32%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 35 (14.06% from 255) = 12.32%
R=87.32%
G=0.35%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.86
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813501.000.860.03351.7499.248.82
HexF81230645631606331
Octal3701430144126354014361
Binary111110001100011011001001010110111011000001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80123; }

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

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

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

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

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

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

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

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