COLOR #F72E2D

HEX: #F72E2D
RGB: (247,46,45)

Color info

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

RGB color model

#F72E2D color RGB value is (247,46,45).

  • red value is 247;
  • green value is 46;
  • blue value is 45.
RGB:
(247,46,45)
(97%,18%,18%)

RGB channels and saturation

R 247 of 255 = 97%
G 46 of 255 = 18%
B 45 of 255 = 18%

247
46
45

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

Portions of RGB colors in percentages

R + G + B =
247 + 46 + 45 = 338 (100%)
R 247 of 338 ~ 73.08%
G 46 of 338 ~ 13.61%
B 45 of 338 ~ 13.31%

%73.08
%13.61
%13.31

CMYK color model

#F72E2D color CMYK value is (0,81,82,3).

  • cyan value is 0.00%
  • magenta value is 81.38%
  • yellow value is 81.78%
  • key color value is 3.14%
CMYK:
(0,81,82,3)
C0M81Y82K3 
(0%,81%,82%,3%)
(0.00/0.81/0.82/0.03)	

CMYK percentages

%0
%81.38
%81.78
%3.14

Codes

Color #F72E2D in popluar color models

F72E2D
RGB2474645
HSL92.66%57.25%
HSB/HSV81.78%96.86%
CMYK0.00%81.38%81.78%
3.14%

Color #F72E2D in popluar number systems.

HEXF72E2D
Decimal2474645
Binary11110111101110101101
Octal3675655

Shades and tints

Shades of #F72E2D

#F72E2D
(247,46,45)
#E12A29
(225,42,41)
#CB2625
(203,38,37)
#B52221
(181,34,33)
#9F1E1D
(159,30,29)
#891A19
(137,26,25)
#731615
(115,22,21)
#5D1211
(93,18,17)
#470E0D
(71,14,13)
#310A09
(49,10,9)
#1B0605
(27,6,5)
#000000
(0,0,0)

Tints of #F72E2D

#F72E2D
(247,46,45)
#F74140
(247,65,64)
#F75453
(247,84,83)
#F76766
(247,103,102)
#F77A79
(247,122,121)
#F78D8C
(247,141,140)
#F7A09F
(247,160,159)
#F7B3B2
(247,179,178)
#F7C6C5
(247,198,197)
#F7D9D8
(247,217,216)
#F7ECEB
(247,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F72E2D color. Also use rgb(247,46,45) instead hex code.

Text Font Color

.myTextColor { color: #F72E2D; }

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

This text font color is #F72E2D.


Background Color

.myBgColor { background-color: #F72E2D; }

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

This div background color is #F72E2D.


Border color

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

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

This div border color is #F72E2D.


Opacity

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

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

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

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

This text has shadow with #F72E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F72E2D on black background.


Color preview on white background

This text has color #F72E2D on white background.



Black color preview on #F72E2D background

This text has black color on #F72E2D background.


White color preview on #F72E2D background

This text has white color on #F72E2D background.