COLOR #E1732F

HEX: #E1732F
RGB: (225,115,47)

Color info

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

RGB color model

#E1732F color RGB value is (225,115,47).

  • red value is 225;
  • green value is 115;
  • blue value is 47.
RGB:
(225,115,47)
(88%,45%,18%)

RGB channels and saturation

R 225 of 255 = 88%
G 115 of 255 = 45%
B 47 of 255 = 18%

225
115
47

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

Portions of RGB colors in percentages

R + G + B =
225 + 115 + 47 = 387 (100%)
R 225 of 387 ~ 58.14%
G 115 of 387 ~ 29.72%
B 47 of 387 ~ 12.14%

%58.14
%29.72
%12.14

CMYK color model

#E1732F color CMYK value is (0,49,79,12).

  • cyan value is 0.00%
  • magenta value is 48.89%
  • yellow value is 79.11%
  • key color value is 11.76%
CMYK:
(0,49,79,12)
C0M49Y79K12 
(0%,49%,79%,12%)
(0.00/0.49/0.79/0.12)	

CMYK percentages

%0
%48.89
%79.11
%11.76

Codes

Color #E1732F in popluar color models

E1732F
RGB22511547
HSL23°74.79%53.33%
HSB/HSV23°79.11%88.24%
CMYK0.00%48.89%79.11%
11.76%

Color #E1732F in popluar number systems.

HEXE1732F
Decimal22511547
Binary111000011110011101111
Octal34116357

Shades and tints

Shades of #E1732F

#E1732F
(225,115,47)
#CD692B
(205,105,43)
#B95F27
(185,95,39)
#A55523
(165,85,35)
#914B1F
(145,75,31)
#7D411B
(125,65,27)
#693717
(105,55,23)
#552D13
(85,45,19)
#41230F
(65,35,15)
#2D190B
(45,25,11)
#190F07
(25,15,7)
#000000
(0,0,0)

Tints of #E1732F

#E1732F
(225,115,47)
#E37F41
(227,127,65)
#E58B53
(229,139,83)
#E79765
(231,151,101)
#E9A377
(233,163,119)
#EBAF89
(235,175,137)
#EDBB9B
(237,187,155)
#EFC7AD
(239,199,173)
#F1D3BF
(241,211,191)
#F3DFD1
(243,223,209)
#F5EBE3
(245,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1732F color. Also use rgb(225,115,47) instead hex code.

Text Font Color

.myTextColor { color: #E1732F; }

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

This text font color is #E1732F.


Background Color

.myBgColor { background-color: #E1732F; }

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

This div background color is #E1732F.


Border color

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

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

This div border color is #E1732F.


Opacity

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

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

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

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

This text has shadow with #E1732F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1732F on black background.


Color preview on white background

This text has color #E1732F on white background.



Black color preview on #E1732F background

This text has black color on #E1732F background.


White color preview on #E1732F background

This text has white color on #E1732F background.