Html Css Color HEX #F7072B Torch Red

📋 copy color: '#F7072B'

red 247 ◦ green 7 ◦ blue 43

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

Shades of Torch Red #F7072B

Tints of Torch Red #F7072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.48%

R = 83.16%
G = 2.36%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7072B (or 0xF7072B) is known color: Torch Red. HEX triplet: F7, 07 and 2B. RGB value is (247,7,43). Sum of RGB (Red+Green+Blue) = 247+7+43=297 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.16% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 247 - color contains mainly: red. Hex color #F7072B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7072B is #08F8D4. Grayscale: #525252. Windows color (decimal): -587989 or 2820087. OLE color: 2820087.

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

Color convert

RGB 247 7 43 -
CMYK 0 0.97 0.83 0.03
HSL 351º 0.94% 0.5% -
HSV(B) 351º 0.97% 0.97% -
XYZ 38.87 20.1 4.12 -
YUV 82.86 105.51 245.07 -
System Red Green Blue C M Y K H S L
Decimal 247 7 43 0 0.97 0.83 0.03 351 0.94 0.5
Hex F7 7 2B 0 61 53 3 15F 5E 32
Octal 367 7 53 0 141 123 3 537 136 62
Binary 11110111 111 101011 0 1100001 1010011 11 101011111 1011110 110010

Color Harmonies of #F7072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7072B

Black with #F7072B

Text Example


Text Example

White with #F7072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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