#F80C1E

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

Shades of Torch Red #F80C1E

Tints of Torch Red #F80C1E

Color information

#F80C1E (or 0xF80C1E) is unknown color: approx Torch Red. HEX triplet: F8, 0C and 1E. RGB value is (248,12,30). Sum of RGB (Red+Green+Blue) = 248+12+30=290 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.52% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80C1E is #07F3E1. Grayscale: #545454. Windows color (decimal): -521186 or 1969400. OLE color: 1969400.

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

Color convert

RGB2481230-
CMYK00.950.880.03
HSL355.42º94.4%50.98%-
HSV(B)355.42º95.16%97.25%-
XYZ39.0820.313.09-
YUV84.6297.19244.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 85.52%
GREEN value IS 12 (5.08% from 255) = 4.14%
BLUE value IS 30 (12.11% from 255) = 10.34%
R=85.52%
G=4.14%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248123000.950.880.03355.4294.450.98
HexF8C1E05F5831635e33
Octal37014360137130354313663
Binary11111000110011110010111111011000111011000111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80C1E; }

 p { color: rgb(248,12,30); }

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

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

 a { background-color: rgb(248,12,30); }

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

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

 span { border-color: rgb(248,12,30); }

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