Html Css Color HEX #F71B32 Torch Red

📋 copy color: '#F71B32'

red 247 ◦ green 27 ◦ blue 50

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

Shades of Torch Red #F71B32

Tints of Torch Red #F71B32

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.33%

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

R = 76.23%
G = 8.33%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F71B32 (or 0xF71B32) is known color: Torch Red. HEX triplet: F7, 1B and 32. RGB value is (247,27,50). Sum of RGB (Red+Green+Blue) = 247+27+50=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71B32 is #08E4CD. Grayscale: #5F5F5F. Windows color (decimal): -582862 or 3283959. OLE color: 3283959.

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

Color convert

RGB 247 27 50 -
CMYK 0 0.89 0.80 0.03
HSL 353.73º 0.93% 0.54% -
HSV(B) 353.73º 0.89% 0.97% -
XYZ 39.33 20.79 4.96 -
YUV 95.4 102.39 236.13 -
System Red Green Blue C M Y K H S L
Decimal 247 27 50 0 0.89 0.80 0.03 353.73 0.93 0.54
Hex F7 1B 32 0 59 50 3 162 5D 36
Octal 367 33 62 0 131 120 3 542 135 66
Binary 11110111 11011 110010 0 1011001 1010000 11 101100010 1011101 110110

Color Harmonies of #F71B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71B32

Black with #F71B32

Text Example


Text Example

White with #F71B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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