COLOR #F7351F

HEX: #F7351F
RGB: (247,53,31)

Color info

#F7351F contains mainly red color. Web safe color of #F7351F is #FF3333 (or #F33).

RGB color model

#F7351F color RGB value is (247,53,31).

  • red value is 247;
  • green value is 53;
  • blue value is 31.
RGB:
(247,53,31)
(97%,21%,12%)

RGB channels and saturation

R 247 of 255 = 97%
G 53 of 255 = 21%
B 31 of 255 = 12%

247
53
31

R + G + B ~ 43%. #F7351F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
247 + 53 + 31 = 331 (100%)
R 247 of 331 ~ 74.62%
G 53 of 331 ~ 16.01%
B 31 of 331 ~ 9.37%

%74.62
%16.01

CMYK color model

#F7351F color CMYK value is (0,79,87,3).

  • cyan value is 0.00%
  • magenta value is 78.54%
  • yellow value is 87.45%
  • key color value is 3.14%
CMYK:
(0,79,87,3)
C0M79Y87K3 
(0%,79%,87%,3%)
(0.00/0.79/0.87/0.03)	

CMYK percentages

%0
%78.54
%87.45
%3.14

Codes

Color #F7351F in popluar color models

F7351F
RGB2475331
HSL93.10%54.51%
HSB/HSV87.45%96.86%
CMYK0.00%78.54%87.45%
3.14%

Color #F7351F in popluar number systems.

HEXF7351F
Decimal2475331
Binary1111011111010111111
Octal3676537

Shades and tints

Shades of #F7351F

#F7351F
(247,53,31)
#E1311D
(225,49,29)
#CB2D1B
(203,45,27)
#B52919
(181,41,25)
#9F2517
(159,37,23)
#892115
(137,33,21)
#731D13
(115,29,19)
#5D1911
(93,25,17)
#47150F
(71,21,15)
#31110D
(49,17,13)
#1B0D0B
(27,13,11)
#000000
(0,0,0)

Tints of #F7351F

#F7351F
(247,53,31)
#F74733
(247,71,51)
#F75947
(247,89,71)
#F76B5B
(247,107,91)
#F77D6F
(247,125,111)
#F78F83
(247,143,131)
#F7A197
(247,161,151)
#F7B3AB
(247,179,171)
#F7C5BF
(247,197,191)
#F7D7D3
(247,215,211)
#F7E9E7
(247,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7351F color. Also use rgb(247,53,31) instead hex code.

Text Font Color

.myTextColor { color: #F7351F; }

<p style="color:#F7351F">This sample text font color is #F7351F.</p>

This text font color is #F7351F.


Background Color

.myBgColor { background-color: #F7351F; }

<div style="background-color:#F7351F">Inner text</div>

This div background color is #F7351F.


Border color

.myBorderColor { border: 1px solid #F7351F; }

<div style="border:3px solid #F7351F">Div</div>

This div border color is #F7351F.


Opacity

.myOpacity80 { color: #F7351F; opacity: 0.8; }

<p style="color:#F7351F;opacity:0.8;">80%</p>

Text with #F7351F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F7351F;}

<p style="text-shadow: 3px 3px 1px #F7351F">Text here.</p>

This text has shadow with #F7351F color.

.textShadow {text-shadow: 3px 3px 1px #F7351F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F7351F, 5px 5px 20px red">Text here.</p>

This text has shadow with #F7351F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F7351F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F7351F, Direction=45, Strength=4)">Text</p>

This text has shadow with #F7351F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F7351F;
  -webkit-box-shadow:	1px 1px 3px 2px #F7351F;
  box-shadow:		1px 1px 3px 2px #F7351F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F7351F;
-webkit-box-shadow: 1px 1px 3px 2px #F7351F;
box-shadow:1px 1px 3px 2px #F7351F;">
Div content here</div>
This div box has shadow with color #F7351F.

Preview

Color preview on black background

This text has color #F7351F on black background.


Color preview on white background

This text has color #F7351F on white background.



Black color preview on #F7351F background

This text has black color on #F7351F background.


White color preview on #F7351F background

This text has white color on #F7351F background.