COLOR #F73421

HEX: #F73421
RGB: (247,52,33)

Color info

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

RGB color model

#F73421 color RGB value is (247,52,33).

  • red value is 247;
  • green value is 52;
  • blue value is 33.
RGB:
(247,52,33)
(97%,20%,13%)

RGB channels and saturation

R 247 of 255 = 97%
G 52 of 255 = 20%
B 33 of 255 = 13%

247
52
33

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

Portions of RGB colors in percentages

R + G + B =
247 + 52 + 33 = 332 (100%)
R 247 of 332 ~ 74.4%
G 52 of 332 ~ 15.66%
B 33 of 332 ~ 9.94%

%74.4
%15.66
%9.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 78.95%
  • yellow value is 86.64%
  • 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.95
%86.64
%3.14

Codes

Color #F73421 in popluar color models

F73421
RGB2475233
HSL93.04%54.90%
HSB/HSV86.64%96.86%
CMYK0.00%78.95%86.64%
3.14%

Color #F73421 in popluar number systems.

HEXF73421
Decimal2475233
Binary11110111110100100001
Octal3676441

Shades and tints

Shades of #F73421

#F73421
(247,52,33)
#E1301E
(225,48,30)
#CB2C1B
(203,44,27)
#B52818
(181,40,24)
#9F2415
(159,36,21)
#892012
(137,32,18)
#731C0F
(115,28,15)
#5D180C
(93,24,12)
#471409
(71,20,9)
#311006
(49,16,6)
#1B0C03
(27,12,3)
#000000
(0,0,0)

Tints of #F73421

#F73421
(247,52,33)
#F74635
(247,70,53)
#F75849
(247,88,73)
#F76A5D
(247,106,93)
#F77C71
(247,124,113)
#F78E85
(247,142,133)
#F7A099
(247,160,153)
#F7B2AD
(247,178,173)
#F7C4C1
(247,196,193)
#F7D6D5
(247,214,213)
#F7E8E9
(247,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F73421 color. Also use rgb(247,52,33) instead hex code.

Text Font Color

.myTextColor { color: #F73421; }

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

This text font color is #F73421.


Background Color

.myBgColor { background-color: #F73421; }

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

This div background color is #F73421.


Border color

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

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

This div border color is #F73421.


Opacity

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

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

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

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

This text has shadow with #F73421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F73421 on black background.


Color preview on white background

This text has color #F73421 on white background.



Black color preview on #F73421 background

This text has black color on #F73421 background.


White color preview on #F73421 background

This text has white color on #F73421 background.