#F50E1E

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

Shades of Torch Red #F50E1E

Tints of Torch Red #F50E1E

Color information

#F50E1E (or 0xF50E1E) is unknown color: approx Torch Red. HEX triplet: F5, 0E and 1E. RGB value is (245,14,30). Sum of RGB (Red+Green+Blue) = 245+14+30=289 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.78% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50E1E is #0AF1E1. Grayscale: #555555. Windows color (decimal): -717282 or 1969909. OLE color: 1969909.

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

Color convert

RGB2451430-
CMYK00.940.880.04
HSL355.84º92.03%50.78%-
HSV(B)355.84º94.29%96.08%-
XYZ38.0519.823.05-
YUV84.8997.03242.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 84.78%
GREEN value IS 14 (5.86% from 255) = 4.84%
BLUE value IS 30 (12.11% from 255) = 10.38%
R=84.78%
G=4.84%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245143000.940.880.04355.8492.0350.78
HexF5E1E05E5841645c33
Octal36516360136130454413463
Binary111101011110111100101111010110001001011001001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50E1E; }

 p { color: rgb(245,14,30); }

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

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

 a { background-color: rgb(245,14,30); }

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

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

 span { border-color: rgb(245,14,30); }

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