#F00340

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

Shades of Torch Red #F00340

Tints of Torch Red #F00340

Color information

#F00340 (or 0xF00340) is unknown color: approx Torch Red. HEX triplet: F0, 03 and 40. RGB value is (240,3,64). Sum of RGB (Red+Green+Blue) = 240+3+64=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F00340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00340 is #0FFCBF. Grayscale: #505050. Windows color (decimal): -1047744 or 4195312. OLE color: 4195312.

HSL color Cylindrical-coordinate representation of color #F00340: hue angle of 344.56º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00340 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB240364-
CMYK00.990.730.06
HSL344.56º97.53%47.65%-
HSV(B)344.56º98.75%94.12%-
XYZ36.8918.966.57-
YUV80.82118.52241.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 78.18%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=78.18%
G=0.98%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24036400.990.730.06344.5697.5347.65
HexF03400634961596230
Octal36031000143111653114260
Binary111100001110000000110001110010011101010110011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00340; }

 p { color: rgb(240,3,64); }

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

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

 a { background-color: rgb(240,3,64); }

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

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

 span { border-color: rgb(240,3,64); }

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