Html Css Color HEX #F7073D Torch Red

📋 copy color: '#F7073D'

red 247 ◦ green 7 ◦ blue 61

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

Shades of Torch Red #F7073D

Tints of Torch Red #F7073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.37%

R = 78.41%
G = 2.22%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F7073D (or 0xF7073D) is known color: Torch Red. HEX triplet: F7, 07 and 3D. RGB value is (247,7,61). Sum of RGB (Red+Green+Blue) = 247+7+61=315 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.41% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 247 - color contains mainly: red. Hex color #F7073D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7073D is #08F8C2. Grayscale: #545454. Windows color (decimal): -587971 or 3999735. OLE color: 3999735.

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

Color convert

RGB 247 7 61 -
CMYK 0 0.97 0.75 0.03
HSL 346.5º 0.94% 0.5% -
HSV(B) 346.5º 0.97% 0.97% -
XYZ 39.28 20.26 6.26 -
YUV 84.92 114.51 243.61 -
System Red Green Blue C M Y K H S L
Decimal 247 7 61 0 0.97 0.75 0.03 346.5 0.94 0.5
Hex F7 7 3D 0 61 4B 3 15A 5E 32
Octal 367 7 75 0 141 113 3 532 136 62
Binary 11110111 111 111101 0 1100001 1001011 11 101011010 1011110 110010

Color Harmonies of #F7073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7073D

Black with #F7073D

Text Example


Text Example

White with #F7073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7073D; }

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

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

background-color css

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

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

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

border-color css

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

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

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