Html Css Color HEX #F1073E Torch Red

📋 copy color: '#F1073E'

red 241 ◦ green 7 ◦ blue 62

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

Shades of Torch Red #F1073E

Tints of Torch Red #F1073E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.26%

 BLUE value IS 62 (24.61% from 255) = 20%

R = 77.74%
G = 2.26%
B = 20%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1073E (or 0xF1073E) is known color: Torch Red. HEX triplet: F1, 07 and 3E. RGB value is (241,7,62). Sum of RGB (Red+Green+Blue) = 241+7+62=310 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.74% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 241 - color contains mainly: red. Hex color #F1073E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1073E is #0EF8C1. Grayscale: #535353. Windows color (decimal): -981186 or 4065265. OLE color: 4065265.

HSL color Cylindrical-coordinate representation of color #F1073E: hue angle of 345.9º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1073E is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 7 62 -
CMYK 0 0.97 0.74 0.05
HSL 345.9º 0.94% 0.49% -
HSV(B) 345.9º 0.97% 0.95% -
XYZ 37.22 19.2 6.3 -
YUV 83.24 116.02 240.53 -
System Red Green Blue C M Y K H S L
Decimal 241 7 62 0 0.97 0.74 0.05 345.9 0.94 0.49
Hex F1 7 3E 0 61 4A 5 15A 5E 31
Octal 361 7 76 0 141 112 5 532 136 61
Binary 11110001 111 111110 0 1100001 1001010 101 101011010 1011110 110001

Color Harmonies of #F1073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1073E

Black with #F1073E

Text Example


Text Example

White with #F1073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1073E; }

 p { color: rgb(241,7,62); }

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

background-color css

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

 a { background-color: rgb(241,7,62); }

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

border-color css

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

 span { border-color: rgb(241,7,62); }

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