#F80223

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

Shades of Torch Red #F80223

Tints of Torch Red #F80223

Color information

#F80223 (or 0xF80223) is unknown color: approx Torch Red. HEX triplet: F8, 02 and 23. RGB value is (248,2,35). Sum of RGB (Red+Green+Blue) = 248+2+35=285 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.02% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 248 - color contains mainly: red. Hex color #F80223 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80223 is #07FDDC. Grayscale: #4F4F4F. Windows color (decimal): -523741 or 2294520. OLE color: 2294520.

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

Color convert

RGB248235-
CMYK00.990.860.03
HSL351.95º98.4%49.02%-
HSV(B)351.95º99.19%97.25%-
XYZ39.0420.123.42-
YUV79.32103248.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 87.02%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 35 (14.06% from 255) = 12.28%
R=87.02%
G=0.70%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823500.990.860.03351.9598.449.02
HexF82230635631606231
Octal3702430143126354014261
Binary1111100010100011011000111010110111011000001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80223; }

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

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

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

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

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

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

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

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