#F2092D

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

Shades of Torch Red #F2092D

Tints of Torch Red #F2092D

Color information

#F2092D (or 0xF2092D) is unknown color: approx Torch Red. HEX triplet: F2, 09 and 2D. RGB value is (242,9,45). Sum of RGB (Red+Green+Blue) = 242+9+45=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F2092D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2092D is #0DF6D2. Grayscale: #525252. Windows color (decimal): -915155 or 2951666. OLE color: 2951666.

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

Color convert

RGB242945-
CMYK00.960.810.05
HSL350.73º92.83%49.22%-
HSV(B)350.73º96.28%94.9%-
XYZ37.1919.264.24-
YUV82.77106.69241.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 81.76%
GREEN value IS 9 (3.91% from 255) = 3.04%
BLUE value IS 45 (17.97% from 255) = 15.20%
R=81.76%
G=3.04%
B=15.20%

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
Decimal24294500.960.810.05350.7392.8349.22
HexF292D06051515f5d31
Octal36211550140121553713561
Binary1111001010011011010110000010100011011010111111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2092D; }

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

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

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

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

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

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

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

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