Html Css Color HEX #F71131 Torch Red

📋 copy color: '#F71131'

red 247 ◦ green 17 ◦ blue 49

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

Shades of Torch Red #F71131

Tints of Torch Red #F71131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 78.91%
G = 5.43%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F71131 (or 0xF71131) is known color: Torch Red. HEX triplet: F7, 11 and 31. RGB value is (247,17,49). Sum of RGB (Red+Green+Blue) = 247+17+49=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F71131 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71131 is #08EECE. Grayscale: #595959. Windows color (decimal): -585423 or 3215863. OLE color: 3215863.

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

Color convert

RGB 247 17 49 -
CMYK 0 0.93 0.80 0.03
HSL 351.65º 0.93% 0.52% -
HSV(B) 351.65º 0.93% 0.97% -
XYZ 39.11 20.4 4.78 -
YUV 89.42 105.2 240.4 -
System Red Green Blue C M Y K H S L
Decimal 247 17 49 0 0.93 0.80 0.03 351.65 0.93 0.52
Hex F7 11 31 0 5D 50 3 160 5D 34
Octal 367 21 61 0 135 120 3 540 135 64
Binary 11110111 10001 110001 0 1011101 1010000 11 101100000 1011101 110100

Color Harmonies of #F71131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71131

Black with #F71131

Text Example


Text Example

White with #F71131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71131; }

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

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

background-color css

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

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

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

border-color css

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

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

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