Html Css Color HEX #F1092E Torch Red

📋 copy color: '#F1092E'

red 241 ◦ green 9 ◦ blue 46

#F1092E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #F1092E

Tints of Torch Red #F1092E

RGB

 RED value IS 241 (94.53% from 255) = 81.42%

 GREEN value IS 9 (3.91% from 255) = 3.04%

 BLUE value IS 46 (18.36% from 255) = 15.54%

R = 81.42%
G = 3.04%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1092E (or 0xF1092E) is known color: Torch Red. HEX triplet: F1, 09 and 2E. RGB value is (241,9,46). Sum of RGB (Red+Green+Blue) = 241+9+46=296 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.42% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 241 - color contains mainly: red. Hex color #F1092E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1092E is #0EF6D1. Grayscale: #525252. Windows color (decimal): -980690 or 3017201. OLE color: 3017201.

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

Color convert

RGB 241 9 46 -
CMYK 0 0.96 0.81 0.05
HSL 350.43º 0.93% 0.49% -
HSV(B) 350.43º 0.96% 0.95% -
XYZ 36.87 19.09 4.33 -
YUV 82.59 107.36 240.99 -
System Red Green Blue C M Y K H S L
Decimal 241 9 46 0 0.96 0.81 0.05 350.43 0.93 0.49
Hex F1 9 2E 0 60 51 5 15E 5D 31
Octal 361 11 56 0 140 121 5 536 135 61
Binary 11110001 1001 101110 0 1100000 1010001 101 101011110 1011101 110001

Color Harmonies of #F1092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1092E

Black with #F1092E

Text Example


Text Example

White with #F1092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1092E; }

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

 H1.HeaderClassName
 {
   color: #F1092E;
 }
 .AnyTagClassName
 {
   color: #F1092E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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