#F80214

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

Shades of Torch Red #F80214

Tints of Torch Red #F80214

Color information

#F80214 (or 0xF80214) is unknown color: approx Torch Red. HEX triplet: F8, 02 and 14. RGB value is (248,2,20). Sum of RGB (Red+Green+Blue) = 248+2+20=270 (35% of max value = 765). Red value is 248 (97.27% from 255 or 91.85% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 248 - color contains mainly: red. Hex color #F80214 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80214 is #07FDEB. Grayscale: #4D4D4D. Windows color (decimal): -523756 or 1311480. OLE color: 1311480.

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

Color convert

RGB248220-
CMYK00.990.920.03
HSL355.61º98.4%49.02%-
HSV(B)355.61º99.19%97.25%-
XYZ38.8620.052.48-
YUV77.6195.5249.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 91.85%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 20 (8.20% from 255) = 7.41%
R=91.85%
G=0.74%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822000.990.920.03355.6198.449.02
HexF82140635C31646231
Octal3702240143134354414261
Binary111110001010100011000111011100111011001001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80214; }

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

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

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

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

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

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

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

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