COLOR #F72D1C

HEX: #F72D1C
RGB: (247,45,28)

Color info

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

RGB color model

#F72D1C color RGB value is (247,45,28).

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

RGB channels and saturation

R 247 of 255 = 97%
G 45 of 255 = 18%
B 28 of 255 = 11%

247
45
28

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

Portions of RGB colors in percentages

R + G + B =
247 + 45 + 28 = 320 (100%)
R 247 of 320 ~ 77.19%
G 45 of 320 ~ 14.06%
B 28 of 320 ~ 8.75%

%77.19
%14.06

CMYK color model

#F72D1C color CMYK value is (0,82,89,3).

  • cyan value is 0.00%
  • magenta value is 81.78%
  • yellow value is 88.66%
  • key color value is 3.14%
CMYK:
(0,82,89,3)
C0M82Y89K3 
(0%,82%,89%,3%)
(0.00/0.82/0.89/0.03)	

CMYK percentages

%0
%81.78
%88.66
%3.14

Codes

Color #F72D1C in popluar color models

F72D1C
RGB2474528
HSL93.19%53.92%
HSB/HSV88.66%96.86%
CMYK0.00%81.78%88.66%
3.14%

Color #F72D1C in popluar number systems.

HEXF72D1C
Decimal2474528
Binary1111011110110111100
Octal3675534

Shades and tints

Shades of #F72D1C

#F72D1C
(247,45,28)
#E1291A
(225,41,26)
#CB2518
(203,37,24)
#B52116
(181,33,22)
#9F1D14
(159,29,20)
#891912
(137,25,18)
#731510
(115,21,16)
#5D110E
(93,17,14)
#470D0C
(71,13,12)
#31090A
(49,9,10)
#1B0508
(27,5,8)
#000000
(0,0,0)

Tints of #F72D1C

#F72D1C
(247,45,28)
#F74030
(247,64,48)
#F75344
(247,83,68)
#F76658
(247,102,88)
#F7796C
(247,121,108)
#F78C80
(247,140,128)
#F79F94
(247,159,148)
#F7B2A8
(247,178,168)
#F7C5BC
(247,197,188)
#F7D8D0
(247,216,208)
#F7EBE4
(247,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F72D1C; }

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

This text font color is #F72D1C.


Background Color

.myBgColor { background-color: #F72D1C; }

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

This div background color is #F72D1C.


Border color

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

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

This div border color is #F72D1C.


Opacity

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

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

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

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

This text has shadow with #F72D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F72D1C on black background.


Color preview on white background

This text has color #F72D1C on white background.



Black color preview on #F72D1C background

This text has black color on #F72D1C background.


White color preview on #F72D1C background

This text has white color on #F72D1C background.