Html Css Color HEX #F7071E Torch Red

📋 copy color: '#F7071E'

red 247 ◦ green 7 ◦ blue 30

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

Shades of Torch Red #F7071E

Tints of Torch Red #F7071E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 86.97%
G = 2.46%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7071E (or 0xF7071E) is known color: Torch Red. HEX triplet: F7, 07 and 1E. RGB value is (247,7,30). Sum of RGB (Red+Green+Blue) = 247+7+30=284 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.97% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 247 - color contains mainly: red. Hex color #F7071E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7071E is #08F8E1. Grayscale: #515151. Windows color (decimal): -588002 or 1968119. OLE color: 1968119.

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

Color convert

RGB 247 7 30 -
CMYK 0 0.97 0.88 0.03
HSL 354.25º 0.94% 0.5% -
HSV(B) 354.25º 0.97% 0.97% -
XYZ 38.67 20.02 3.05 -
YUV 81.38 99.01 246.13 -
System Red Green Blue C M Y K H S L
Decimal 247 7 30 0 0.97 0.88 0.03 354.25 0.94 0.5
Hex F7 7 1E 0 61 58 3 162 5E 32
Octal 367 7 36 0 141 130 3 542 136 62
Binary 11110111 111 11110 0 1100001 1011000 11 101100010 1011110 110010

Color Harmonies of #F7071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7071E

Black with #F7071E

Text Example


Text Example

White with #F7071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7071E; }

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

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

background-color css

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

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

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

border-color css

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

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

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