#F2092E

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

Shades of Torch Red #F2092E

Tints of Torch Red #F2092E

Color information

#F2092E (or 0xF2092E) is unknown color: approx Torch Red. HEX triplet: F2, 09 and 2E. RGB value is (242,9,46). Sum of RGB (Red+Green+Blue) = 242+9+46=297 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.48% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 242 - color contains mainly: red. Hex color #F2092E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2092E is #0DF6D1. Grayscale: #525252. Windows color (decimal): -915154 or 3017202. OLE color: 3017202.

HSL color Cylindrical-coordinate representation of color #F2092E: hue angle of 350.47º 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 #F2092E is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB242946-
CMYK00.960.810.05
HSL350.47º92.83%49.22%-
HSV(B)350.47º96.28%94.9%-
XYZ37.2119.274.34-
YUV82.88107.19241.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 81.48%
GREEN value IS 9 (3.91% from 255) = 3.03%
BLUE value IS 46 (18.36% from 255) = 15.49%
R=81.48%
G=3.03%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24294600.960.810.05350.4792.8349.22
HexF292E06051515e5d31
Octal36211560140121553613561
Binary1111001010011011100110000010100011011010111101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2092E; }

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

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

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

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

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

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

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

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