#F40F10

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

Shades of Torch Red #F40F10

Tints of Torch Red #F40F10

Color information

#F40F10 (or 0xF40F10) is unknown color: approx Torch Red. HEX triplet: F4, 0F and 10. RGB value is (244,15,16). Sum of RGB (Red+Green+Blue) = 244+15+16=275 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.73% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40F10 is #0BF0EF. Grayscale: #535353. Windows color (decimal): -782576 or 1052660. OLE color: 1052660.

HSL color Cylindrical-coordinate representation of color #F40F10: hue angle of 359.74º degrees, saturation: 0.91, 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 #F40F10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB2441516-
CMYK00.940.930.04
HSL359.74º91.24%50.78%-
HSV(B)359.74º93.85%95.69%-
XYZ37.5719.612.3-
YUV83.5889.87242.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 88.73%
GREEN value IS 15 (6.25% from 255) = 5.45%
BLUE value IS 16 (6.64% from 255) = 5.82%
R=88.73%
G=5.45%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244151600.940.930.04359.7491.2450.78
HexF4F1005E5D41685b33
Octal36417200136135455013363
Binary111101001111100000101111010111011001011010001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40F10; }

 p { color: rgb(244,15,16); }

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

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

 a { background-color: rgb(244,15,16); }

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

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

 span { border-color: rgb(244,15,16); }

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