#F40A15

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

Shades of Torch Red #F40A15

Tints of Torch Red #F40A15

Color information

#F40A15 (or 0xF40A15) is unknown color: approx Torch Red. HEX triplet: F4, 0A and 15. RGB value is (244,10,21). Sum of RGB (Red+Green+Blue) = 244+10+21=275 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.73% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 244 - color contains mainly: red. Hex color #F40A15 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40A15 is #0BF5EA. Grayscale: #515151. Windows color (decimal): -783851 or 1379060. OLE color: 1379060.

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

Color convert

RGB2441021-
CMYK00.960.910.04
HSL357.18º92.13%49.8%-
HSV(B)357.18º95.9%95.69%-
XYZ37.5519.52.49-
YUV81.2294.02244.11-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 88.73%
GREEN value IS 10 (4.30% from 255) = 3.64%
BLUE value IS 21 (8.59% from 255) = 7.64%
R=88.73%
G=3.64%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244102100.960.910.04357.1892.1349.8
HexF4A150605B41655c32
Octal36412250140133454513462
Binary111101001010101010110000010110111001011001011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40A15; }

 p { color: rgb(244,10,21); }

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

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

 a { background-color: rgb(244,10,21); }

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

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

 span { border-color: rgb(244,10,21); }

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