#F01116

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

Shades of Torch Red #F01116

Tints of Torch Red #F01116

Color information

#F01116 (or 0xF01116) is unknown color: approx Torch Red. HEX triplet: F0, 11 and 16. RGB value is (240,17,22). Sum of RGB (Red+Green+Blue) = 240+17+22=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F01116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01116 is #0FEEE9. Grayscale: #545454. Windows color (decimal): -1044202 or 1446384. OLE color: 1446384.

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

Color convert

RGB2401722-
CMYK00.930.910.06
HSL358.65º88.14%50.39%-
HSV(B)358.65º92.92%94.12%-
XYZ36.2818.982.51-
YUV84.2592.88239.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 86.02%
GREEN value IS 17 (7.03% from 255) = 6.09%
BLUE value IS 22 (8.98% from 255) = 7.89%
R=86.02%
G=6.09%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240172200.930.910.06358.6588.1450.39
HexF0111605D5B61675832
Octal36021260135133654713062
Binary1111000010001101100101110110110111101011001111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01116; }

 p { color: rgb(240,17,22); }

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

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

 a { background-color: rgb(240,17,22); }

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

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

 span { border-color: rgb(240,17,22); }

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