#F00E1B

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

Shades of Torch Red #F00E1B

Tints of Torch Red #F00E1B

Color information

#F00E1B (or 0xF00E1B) is unknown color: approx Torch Red. HEX triplet: F0, 0E and 1B. RGB value is (240,14,27). Sum of RGB (Red+Green+Blue) = 240+14+27=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00E1B is #0FF1E4. Grayscale: #535353. Windows color (decimal): -1044965 or 1773296. OLE color: 1773296.

HSL color Cylindrical-coordinate representation of color #F00E1B: hue angle of 356.55º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00E1B is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB2401427-
CMYK00.940.890.06
HSL356.55º88.98%49.8%-
HSV(B)356.55º94.17%94.12%-
XYZ36.2918.922.78-
YUV83.0696.37239.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 85.41%
GREEN value IS 14 (5.86% from 255) = 4.98%
BLUE value IS 27 (10.94% from 255) = 9.61%
R=85.41%
G=4.98%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240142700.940.890.06356.5588.9849.8
HexF0E1B05E5961655932
Octal36016330136131654513162
Binary111100001110110110101111010110011101011001011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00E1B; }

 p { color: rgb(240,14,27); }

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

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

 a { background-color: rgb(240,14,27); }

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

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

 span { border-color: rgb(240,14,27); }

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