Html Css Color HEX #F71F32 Torch Red

📋 copy color: '#F71F32'

red 247 ◦ green 31 ◦ blue 50

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

Shades of Torch Red #F71F32

Tints of Torch Red #F71F32

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.45%

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 75.3%
G = 9.45%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F71F32 (or 0xF71F32) is known color: Torch Red. HEX triplet: F7, 1F and 32. RGB value is (247,31,50). Sum of RGB (Red+Green+Blue) = 247+31+50=328 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.30% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 247 - color contains mainly: red. Hex color #F71F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71F32 is #08E0CD. Grayscale: #616161. Windows color (decimal): -581838 or 3284983. OLE color: 3284983.

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

Color convert

RGB 247 31 50 -
CMYK 0 0.87 0.80 0.03
HSL 354.72º 0.93% 0.55% -
HSV(B) 354.72º 0.87% 0.97% -
XYZ 39.42 20.98 4.99 -
YUV 97.75 101.06 234.46 -
System Red Green Blue C M Y K H S L
Decimal 247 31 50 0 0.87 0.80 0.03 354.72 0.93 0.55
Hex F7 1F 32 0 57 50 3 163 5D 37
Octal 367 37 62 0 127 120 3 543 135 67
Binary 11110111 11111 110010 0 1010111 1010000 11 101100011 1011101 110111

Color Harmonies of #F71F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71F32

Black with #F71F32

Text Example


Text Example

White with #F71F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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