Html Css Color HEX #F1092D Torch Red

📋 copy color: '#F1092D'

red 241 ◦ green 9 ◦ blue 45

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

Shades of Torch Red #F1092D

Tints of Torch Red #F1092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.25%

R = 81.69%
G = 3.05%
B = 15.25%

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

#F1092D (or 0xF1092D) is known color: Torch Red. HEX triplet: F1, 09 and 2D. RGB value is (241,9,45). Sum of RGB (Red+Green+Blue) = 241+9+45=295 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.69% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 241 - color contains mainly: red. Hex color #F1092D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1092D is #0EF6D2. Grayscale: #525252. Windows color (decimal): -980691 or 2951665. OLE color: 2951665.

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

Color convert

RGB 241 9 45 -
CMYK 0 0.96 0.81 0.05
HSL 350.69º 0.93% 0.49% -
HSV(B) 350.69º 0.96% 0.95% -
XYZ 36.85 19.09 4.22 -
YUV 82.47 106.86 241.07 -
System Red Green Blue C M Y K H S L
Decimal 241 9 45 0 0.96 0.81 0.05 350.69 0.93 0.49
Hex F1 9 2D 0 60 51 5 15F 5D 31
Octal 361 11 55 0 140 121 5 537 135 61
Binary 11110001 1001 101101 0 1100000 1010001 101 101011111 1011101 110001

Color Harmonies of #F1092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1092D

Black with #F1092D

Text Example


Text Example

White with #F1092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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