#F2092C

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

Shades of Torch Red #F2092C

Tints of Torch Red #F2092C

Color information

#F2092C (or 0xF2092C) is unknown color: approx Torch Red. HEX triplet: F2, 09 and 2C. RGB value is (242,9,44). Sum of RGB (Red+Green+Blue) = 242+9+44=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F2092C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2092C is #0DF6D3. Grayscale: #525252. Windows color (decimal): -915156 or 2886130. OLE color: 2886130.

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

Color convert

RGB242944-
CMYK00.960.820.05
HSL350.99º92.83%49.22%-
HSV(B)350.99º96.28%94.9%-
XYZ37.1719.254.14-
YUV82.66106.19241.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 82.03%
GREEN value IS 9 (3.91% from 255) = 3.05%
BLUE value IS 44 (17.58% from 255) = 14.92%
R=82.03%
G=3.05%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24294400.960.820.05350.9992.8349.22
HexF292C06052515f5d31
Octal36211540140122553713561
Binary1111001010011011000110000010100101011010111111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2092C; }

 p { color: rgb(242,9,44); }

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

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

 a { background-color: rgb(242,9,44); }

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

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

 span { border-color: rgb(242,9,44); }

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