Html Css Color HEX #F7131F Torch Red

📋 copy color: '#F7131F'

red 247 ◦ green 19 ◦ blue 31

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

Shades of Torch Red #F7131F

Tints of Torch Red #F7131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.4%

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

R = 83.16%
G = 6.4%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F7131F (or 0xF7131F) is known color: Torch Red. HEX triplet: F7, 13 and 1F. RGB value is (247,19,31). Sum of RGB (Red+Green+Blue) = 247+19+31=297 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.16% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 247 - color contains mainly: red. Hex color #F7131F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7131F is #08ECE0. Grayscale: #585858. Windows color (decimal): -584929 or 2036727. OLE color: 2036727.

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

Color convert

RGB 247 19 31 -
CMYK 0 0.92 0.87 0.03
HSL 356.84º 0.93% 0.52% -
HSV(B) 356.84º 0.92% 0.97% -
XYZ 38.84 20.34 3.18 -
YUV 88.54 95.54 241.02 -
System Red Green Blue C M Y K H S L
Decimal 247 19 31 0 0.92 0.87 0.03 356.84 0.93 0.52
Hex F7 13 1F 0 5C 57 3 165 5D 34
Octal 367 23 37 0 134 127 3 545 135 64
Binary 11110111 10011 11111 0 1011100 1010111 11 101100101 1011101 110100

Color Harmonies of #F7131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7131F

Black with #F7131F

Text Example


Text Example

White with #F7131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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