Html Css Color HEX #F71132 Torch Red

📋 copy color: '#F71132'

red 247 ◦ green 17 ◦ blue 50

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

Shades of Torch Red #F71132

Tints of Torch Red #F71132

RGB

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

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

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

R = 78.66%
G = 5.41%
B = 15.92%

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

#F71132 (or 0xF71132) is known color: Torch Red. HEX triplet: F7, 11 and 32. RGB value is (247,17,50). Sum of RGB (Red+Green+Blue) = 247+17+50=314 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.66% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 247 - color contains mainly: red. Hex color #F71132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71132 is #08EECD. Grayscale: #595959. Windows color (decimal): -585422 or 3281399. OLE color: 3281399.

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

Color convert

RGB 247 17 50 -
CMYK 0 0.93 0.80 0.03
HSL 351.39º 0.93% 0.52% -
HSV(B) 351.39º 0.93% 0.97% -
XYZ 39.13 20.41 4.89 -
YUV 89.53 105.7 240.32 -
System Red Green Blue C M Y K H S L
Decimal 247 17 50 0 0.93 0.80 0.03 351.39 0.93 0.52
Hex F7 11 32 0 5D 50 3 15F 5D 34
Octal 367 21 62 0 135 120 3 537 135 64
Binary 11110111 10001 110010 0 1011101 1010000 11 101011111 1011101 110100

Color Harmonies of #F71132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71132

Black with #F71132

Text Example


Text Example

White with #F71132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71132; }

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

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

background-color css

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

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

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

border-color css

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

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

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