#F2093D

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

Shades of Torch Red #F2093D

Tints of Torch Red #F2093D

Color information

#F2093D (or 0xF2093D) is unknown color: approx Torch Red. HEX triplet: F2, 09 and 3D. RGB value is (242,9,61). Sum of RGB (Red+Green+Blue) = 242+9+61=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F2093D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2093D is #0DF6C2. Grayscale: #545454. Windows color (decimal): -915139 or 4000242. OLE color: 4000242.

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

Color convert

RGB242961-
CMYK00.960.750.05
HSL346.61º92.83%49.22%-
HSV(B)346.61º96.28%94.9%-
XYZ37.5619.416.18-
YUV84.6114.69240.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 77.56%
GREEN value IS 9 (3.91% from 255) = 2.88%
BLUE value IS 61 (24.22% from 255) = 19.55%
R=77.56%
G=2.88%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24296100.960.750.05346.6192.8349.22
HexF293D0604B515b5d31
Octal36211750140113553313561
Binary1111001010011111010110000010010111011010110111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2093D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2093D; }

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

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

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

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

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

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

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

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