Html Css Color HEX #F7111F Torch Red

📋 copy color: '#F7111F'

red 247 ◦ green 17 ◦ blue 31

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

Shades of Torch Red #F7111F

Tints of Torch Red #F7111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.76%

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 83.73%
G = 5.76%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F7111F (or 0xF7111F) is known color: Torch Red. HEX triplet: F7, 11 and 1F. RGB value is (247,17,31). Sum of RGB (Red+Green+Blue) = 247+17+31=295 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.73% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 247 - color contains mainly: red. Hex color #F7111F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7111F is #08EEE0. Grayscale: #575757. Windows color (decimal): -585441 or 2036215. OLE color: 2036215.

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

Color convert

RGB 247 17 31 -
CMYK 0 0.93 0.87 0.03
HSL 356.35º 0.93% 0.52% -
HSV(B) 356.35º 0.93% 0.97% -
XYZ 38.81 20.27 3.16 -
YUV 87.37 96.2 241.86 -
System Red Green Blue C M Y K H S L
Decimal 247 17 31 0 0.93 0.87 0.03 356.35 0.93 0.52
Hex F7 11 1F 0 5D 57 3 164 5D 34
Octal 367 21 37 0 135 127 3 544 135 64
Binary 11110111 10001 11111 0 1011101 1010111 11 101100100 1011101 110100

Color Harmonies of #F7111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7111F

Black with #F7111F

Text Example


Text Example

White with #F7111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7111F; }

 p { color: rgb(247,17,31); }

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

background-color css

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

 a { background-color: rgb(247,17,31); }

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

border-color css

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

 span { border-color: rgb(247,17,31); }

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