Html Css Color HEX #F7072F Torch Red

📋 copy color: '#F7072F'

red 247 ◦ green 7 ◦ blue 47

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

Shades of Torch Red #F7072F

Tints of Torch Red #F7072F

RGB

 RED value IS 247 (96.88% from 255) = 82.06%

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

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

R = 82.06%
G = 2.33%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7072F (or 0xF7072F) is known color: Torch Red. HEX triplet: F7, 07 and 2F. RGB value is (247,7,47). Sum of RGB (Red+Green+Blue) = 247+7+47=301 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.06% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 247 - color contains mainly: red. Hex color #F7072F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7072F is #08F8D0. Grayscale: #535353. Windows color (decimal): -587985 or 3082231. OLE color: 3082231.

HSL color Cylindrical-coordinate representation of color #F7072F: hue angle of 350º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F7072F is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 7 47 -
CMYK 0 0.97 0.81 0.03
HSL 350º 0.94% 0.5% -
HSV(B) 350º 0.97% 0.97% -
XYZ 38.95 20.13 4.52 -
YUV 83.32 107.51 244.75 -
System Red Green Blue C M Y K H S L
Decimal 247 7 47 0 0.97 0.81 0.03 350 0.94 0.5
Hex F7 7 2F 0 61 51 3 15E 5E 32
Octal 367 7 57 0 141 121 3 536 136 62
Binary 11110111 111 101111 0 1100001 1010001 11 101011110 1011110 110010

Color Harmonies of #F7072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7072F

Black with #F7072F

Text Example


Text Example

White with #F7072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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