COLOR #E16F3F

HEX: #E16F3F
RGB: (225,111,63)

Color info

#E16F3F contains mainly red color. Web safe color of #E16F3F is #CC6633 (or #C63).

RGB color model

#E16F3F color RGB value is (225,111,63).

  • red value is 225;
  • green value is 111;
  • blue value is 63.
RGB:
(225,111,63)
(88%,44%,25%)

RGB channels and saturation

R 225 of 255 = 88%
G 111 of 255 = 44%
B 63 of 255 = 25%

225
111
63

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

Portions of RGB colors in percentages

R + G + B =
225 + 111 + 63 = 399 (100%)
R 225 of 399 ~ 56.39%
G 111 of 399 ~ 27.82%
B 63 of 399 ~ 15.79%

%56.39
%27.82
%15.79

CMYK color model

#E16F3F color CMYK value is (0,51,72,12).

  • cyan value is 0.00%
  • magenta value is 50.67%
  • yellow value is 72.00%
  • key color value is 11.76%
CMYK:
(0,51,72,12)
C0M51Y72K12 
(0%,51%,72%,12%)
(0.00/0.51/0.72/0.12)	

CMYK percentages

%0
%50.67
%72
%11.76

Codes

Color #E16F3F in popluar color models

E16F3F
RGB22511163
HSL18°72.97%56.47%
HSB/HSV18°72.00%88.24%
CMYK0.00%50.67%72.00%
11.76%

Color #E16F3F in popluar number systems.

HEXE16F3F
Decimal22511163
Binary111000011101111111111
Octal34115777

Shades and tints

Shades of #E16F3F

#E16F3F
(225,111,63)
#CD653A
(205,101,58)
#B95B35
(185,91,53)
#A55130
(165,81,48)
#91472B
(145,71,43)
#7D3D26
(125,61,38)
#693321
(105,51,33)
#55291C
(85,41,28)
#411F17
(65,31,23)
#2D1512
(45,21,18)
#190B0D
(25,11,13)
#000000
(0,0,0)

Tints of #E16F3F

#E16F3F
(225,111,63)
#E37C50
(227,124,80)
#E58961
(229,137,97)
#E79672
(231,150,114)
#E9A383
(233,163,131)
#EBB094
(235,176,148)
#EDBDA5
(237,189,165)
#EFCAB6
(239,202,182)
#F1D7C7
(241,215,199)
#F3E4D8
(243,228,216)
#F5F1E9
(245,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E16F3F color. Also use rgb(225,111,63) instead hex code.

Text Font Color

.myTextColor { color: #E16F3F; }

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

This text font color is #E16F3F.


Background Color

.myBgColor { background-color: #E16F3F; }

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

This div background color is #E16F3F.


Border color

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

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

This div border color is #E16F3F.


Opacity

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

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

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

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

This text has shadow with #E16F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E16F3F on black background.


Color preview on white background

This text has color #E16F3F on white background.



Black color preview on #E16F3F background

This text has black color on #E16F3F background.


White color preview on #E16F3F background

This text has white color on #E16F3F background.