Html Css Color HEX #F1072F Torch Red

📋 copy color: '#F1072F'

red 241 ◦ green 7 ◦ blue 47

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

Shades of Torch Red #F1072F

Tints of Torch Red #F1072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.93%

R = 81.69%
G = 2.37%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1072F (or 0xF1072F) is known color: Torch Red. HEX triplet: F1, 07 and 2F. RGB value is (241,7,47). Sum of RGB (Red+Green+Blue) = 241+7+47=295 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.69% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 241 - color contains mainly: red. Hex color #F1072F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1072F is #0EF8D0. Grayscale: #515151. Windows color (decimal): -981201 or 3082225. OLE color: 3082225.

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

Color convert

RGB 241 7 47 -
CMYK 0 0.97 0.80 0.05
HSL 349.74º 0.94% 0.49% -
HSV(B) 349.74º 0.97% 0.95% -
XYZ 36.86 19.06 4.42 -
YUV 81.53 108.52 241.75 -
System Red Green Blue C M Y K H S L
Decimal 241 7 47 0 0.97 0.80 0.05 349.74 0.94 0.49
Hex F1 7 2F 0 61 50 5 15E 5E 31
Octal 361 7 57 0 141 120 5 536 136 61
Binary 11110001 111 101111 0 1100001 1010000 101 101011110 1011110 110001

Color Harmonies of #F1072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1072F

Black with #F1072F

Text Example


Text Example

White with #F1072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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