#F0011A

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

Shades of Torch Red #F0011A

Tints of Torch Red #F0011A

Color information

#F0011A (or 0xF0011A) is unknown color: approx Torch Red. HEX triplet: F0, 01 and 1A. RGB value is (240,1,26). Sum of RGB (Red+Green+Blue) = 240+1+26=267 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.89% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 240 - color contains mainly: red. Hex color #F0011A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0011A is #0FFEE5. Grayscale: #4B4B4B. Windows color (decimal): -1048294 or 1704432. OLE color: 1704432.

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

Color convert

RGB240126-
CMYK01.000.890.06
HSL353.72º99.17%47.25%-
HSV(B)353.72º99.58%94.12%-
XYZ36.1318.622.67-
YUV75.31100.18245.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 89.89%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 26 (10.55% from 255) = 9.74%
R=89.89%
G=0.37%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012601.000.890.06353.7299.1747.25
HexF011A064596162632f
Octal3601320144131654214357
Binary111100001110100110010010110011101011000101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0011A; }

 p { color: rgb(240,1,26); }

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

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

 a { background-color: rgb(240,1,26); }

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

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

 span { border-color: rgb(240,1,26); }

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