#F0111E

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

Shades of Torch Red #F0111E

Tints of Torch Red #F0111E

Color information

#F0111E (or 0xF0111E) is unknown color: approx Torch Red. HEX triplet: F0, 11 and 1E. RGB value is (240,17,30). Sum of RGB (Red+Green+Blue) = 240+17+30=287 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.62% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 240 - color contains mainly: red. Hex color #F0111E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0111E is #0FEEE1. Grayscale: #555555. Windows color (decimal): -1044194 or 1970672. OLE color: 1970672.

HSL color Cylindrical-coordinate representation of color #F0111E: hue angle of 356.5º 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 #F0111E is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB2401730-
CMYK00.930.870.06
HSL356.5º88.14%50.39%-
HSV(B)356.5º92.92%94.12%-
XYZ36.3719.022.98-
YUV85.1696.88238.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 83.62%
GREEN value IS 17 (7.03% from 255) = 5.92%
BLUE value IS 30 (12.11% from 255) = 10.45%
R=83.62%
G=5.92%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240173000.930.870.06356.588.1450.39
HexF0111E05D5761655832
Octal36021360135127654513062
Binary1111000010001111100101110110101111101011001011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0111E; }

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

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

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

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

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

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

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

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