COLOR #F72C31

HEX: #F72C31
RGB: (247,44,49)

Color info

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

RGB color model

#F72C31 color RGB value is (247,44,49).

  • red value is 247;
  • green value is 44;
  • blue value is 49.
RGB:
(247,44,49)
(97%,17%,19%)

RGB channels and saturation

R 247 of 255 = 97%
G 44 of 255 = 17%
B 49 of 255 = 19%

247
44
49

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

Portions of RGB colors in percentages

R + G + B =
247 + 44 + 49 = 340 (100%)
R 247 of 340 ~ 72.65%
G 44 of 340 ~ 12.94%
B 49 of 340 ~ 14.41%

%72.65
%12.94
%14.41

CMYK color model

#F72C31 color CMYK value is (0,82,80,3).

  • cyan value is 0.00%
  • magenta value is 82.19%
  • yellow value is 80.16%
  • key color value is 3.14%
CMYK:
(0,82,80,3)
C0M82Y80K3 
(0%,82%,80%,3%)
(0.00/0.82/0.80/0.03)	

CMYK percentages

%0
%82.19
%80.16
%3.14

Codes

Color #F72C31 in popluar color models

F72C31
RGB2474449
HSL359°92.69%57.06%
HSB/HSV359°82.19%96.86%
CMYK0.00%82.19%80.16%
3.14%

Color #F72C31 in popluar number systems.

HEXF72C31
Decimal2474449
Binary11110111101100110001
Octal3675461

Shades and tints

Shades of #F72C31

#F72C31
(247,44,49)
#E1282D
(225,40,45)
#CB2429
(203,36,41)
#B52025
(181,32,37)
#9F1C21
(159,28,33)
#89181D
(137,24,29)
#731419
(115,20,25)
#5D1015
(93,16,21)
#470C11
(71,12,17)
#31080D
(49,8,13)
#1B0409
(27,4,9)
#000000
(0,0,0)

Tints of #F72C31

#F72C31
(247,44,49)
#F73F43
(247,63,67)
#F75255
(247,82,85)
#F76567
(247,101,103)
#F77879
(247,120,121)
#F78B8B
(247,139,139)
#F79E9D
(247,158,157)
#F7B1AF
(247,177,175)
#F7C4C1
(247,196,193)
#F7D7D3
(247,215,211)
#F7EAE5
(247,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F72C31 color. Also use rgb(247,44,49) instead hex code.

Text Font Color

.myTextColor { color: #F72C31; }

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

This text font color is #F72C31.


Background Color

.myBgColor { background-color: #F72C31; }

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

This div background color is #F72C31.


Border color

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

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

This div border color is #F72C31.


Opacity

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

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

Text with #F72C31 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 #F72C31;}

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

This text has shadow with #F72C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F72C31 on black background.


Color preview on white background

This text has color #F72C31 on white background.



Black color preview on #F72C31 background

This text has black color on #F72C31 background.


White color preview on #F72C31 background

This text has white color on #F72C31 background.