#F81123

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

Shades of Torch Red #F81123

Tints of Torch Red #F81123

Color information

#F81123 (or 0xF81123) is unknown color: approx Torch Red. HEX triplet: F8, 11 and 23. RGB value is (248,17,35). Sum of RGB (Red+Green+Blue) = 248+17+35=300 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 248 - color contains mainly: red. Hex color #F81123 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81123 is #07EEDC. Grayscale: #585858. Windows color (decimal): -519901 or 2298360. OLE color: 2298360.

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

Color convert

RGB2481735-
CMYK00.930.860.03
HSL355.32º94.29%51.96%-
HSV(B)355.32º93.15%97.25%-
XYZ39.2220.483.48-
YUV88.1298.03242.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 82.67%
GREEN value IS 17 (7.03% from 255) = 5.67%
BLUE value IS 35 (14.06% from 255) = 11.67%
R=82.67%
G=5.67%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248173500.930.860.03355.3294.2951.96
HexF8112305D5631635e34
Octal37021430135126354313664
Binary1111100010001100011010111011010110111011000111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81123; }

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

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

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

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

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

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

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

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