#F0092D

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

Shades of Torch Red #F0092D

Tints of Torch Red #F0092D

Color information

#F0092D (or 0xF0092D) is unknown color: approx Torch Red. HEX triplet: F0, 09 and 2D. RGB value is (240,9,45). Sum of RGB (Red+Green+Blue) = 240+9+45=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F0092D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0092D is #0FF6D2. Grayscale: #525252. Windows color (decimal): -1046227 or 2951664. OLE color: 2951664.

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

Color convert

RGB240945-
CMYK00.960.810.06
HSL350.65º92.77%48.82%-
HSV(B)350.65º96.25%94.12%-
XYZ36.5118.914.21-
YUV82.17107.03240.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 81.63%
GREEN value IS 9 (3.91% from 255) = 3.06%
BLUE value IS 45 (17.97% from 255) = 15.31%
R=81.63%
G=3.06%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24094500.960.810.06350.6592.7748.82
HexF092D06051615f5d31
Octal36011550140121653713561
Binary1111000010011011010110000010100011101010111111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0092D; }

 p { color: rgb(240,9,45); }

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

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

 a { background-color: rgb(240,9,45); }

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

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

 span { border-color: rgb(240,9,45); }

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