Html Css Color HEX #F71431 Torch Red

📋 copy color: '#F71431'

red 247 ◦ green 20 ◦ blue 49

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

Shades of Torch Red #F71431

Tints of Torch Red #F71431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.33%

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

R = 78.16%
G = 6.33%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F71431 (or 0xF71431) is known color: Torch Red. HEX triplet: F7, 14 and 31. RGB value is (247,20,49). Sum of RGB (Red+Green+Blue) = 247+20+49=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F71431 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71431 is #08EBCE. Grayscale: #5B5B5B. Windows color (decimal): -584655 or 3216631. OLE color: 3216631.

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

Color convert

RGB 247 20 49 -
CMYK 0 0.92 0.80 0.03
HSL 352.33º 0.93% 0.52% -
HSV(B) 352.33º 0.92% 0.97% -
XYZ 39.16 20.5 4.8 -
YUV 91.18 104.21 239.14 -
System Red Green Blue C M Y K H S L
Decimal 247 20 49 0 0.92 0.80 0.03 352.33 0.93 0.52
Hex F7 14 31 0 5C 50 3 160 5D 34
Octal 367 24 61 0 134 120 3 540 135 64
Binary 11110111 10100 110001 0 1011100 1010000 11 101100000 1011101 110100

Color Harmonies of #F71431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71431

Black with #F71431

Text Example


Text Example

White with #F71431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71431; }

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

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

background-color css

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

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

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

border-color css

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

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

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