Html Css Color HEX #F1091A Torch Red

📋 copy color: '#F1091A'

red 241 ◦ green 9 ◦ blue 26

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

Shades of Torch Red #F1091A

Tints of Torch Red #F1091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.42%

R = 87.32%
G = 3.26%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1091A (or 0xF1091A) is known color: Torch Red. HEX triplet: F1, 09 and 1A. RGB value is (241,9,26). Sum of RGB (Red+Green+Blue) = 241+9+26=276 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.32% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 241 - color contains mainly: red. Hex color #F1091A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1091A is #0EF6E5. Grayscale: #505050. Windows color (decimal): -980710 or 1706481. OLE color: 1706481.

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

Color convert

RGB 241 9 26 -
CMYK 0 0.96 0.89 0.05
HSL 355.6º 0.93% 0.49% -
HSV(B) 355.6º 0.96% 0.95% -
XYZ 36.56 18.97 2.71 -
YUV 80.31 97.36 242.62 -
System Red Green Blue C M Y K H S L
Decimal 241 9 26 0 0.96 0.89 0.05 355.6 0.93 0.49
Hex F1 9 1A 0 60 59 5 164 5D 31
Octal 361 11 32 0 140 131 5 544 135 61
Binary 11110001 1001 11010 0 1100000 1011001 101 101100100 1011101 110001

Color Harmonies of #F1091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1091A

Black with #F1091A

Text Example


Text Example

White with #F1091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1091A; }

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

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

background-color css

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

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

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

border-color css

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

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

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