COLOR #E1732D

HEX: #E1732D
RGB: (225,115,45)

Color info

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

RGB color model

#E1732D color RGB value is (225,115,45).

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

RGB channels and saturation

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

225
115
45

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

Portions of RGB colors in percentages

R + G + B =
225 + 115 + 45 = 385 (100%)
R 225 of 385 ~ 58.44%
G 115 of 385 ~ 29.87%
B 45 of 385 ~ 11.69%

%58.44
%29.87
%11.69

CMYK color model

#E1732D color CMYK value is (0,49,80,12).

  • cyan value is 0.00%
  • magenta value is 48.89%
  • yellow value is 80.00%
  • key color value is 11.76%
CMYK:
(0,49,80,12)
C0M49Y80K12 
(0%,49%,80%,12%)
(0.00/0.49/0.80/0.12)	

CMYK percentages

%0
%48.89
%80
%11.76

Codes

Color #E1732D in popluar color models

E1732D
RGB22511545
HSL23°75.00%52.94%
HSB/HSV23°80.00%88.24%
CMYK0.00%48.89%80.00%
11.76%

Color #E1732D in popluar number systems.

HEXE1732D
Decimal22511545
Binary111000011110011101101
Octal34116355

Shades and tints

Shades of #E1732D

#E1732D
(225,115,45)
#CD6929
(205,105,41)
#B95F25
(185,95,37)
#A55521
(165,85,33)
#914B1D
(145,75,29)
#7D4119
(125,65,25)
#693715
(105,55,21)
#552D11
(85,45,17)
#41230D
(65,35,13)
#2D1909
(45,25,9)
#190F05
(25,15,5)
#000000
(0,0,0)

Tints of #E1732D

#E1732D
(225,115,45)
#E37F40
(227,127,64)
#E58B53
(229,139,83)
#E79766
(231,151,102)
#E9A379
(233,163,121)
#EBAF8C
(235,175,140)
#EDBB9F
(237,187,159)
#EFC7B2
(239,199,178)
#F1D3C5
(241,211,197)
#F3DFD8
(243,223,216)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1732D; }

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

This text font color is #E1732D.


Background Color

.myBgColor { background-color: #E1732D; }

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

This div background color is #E1732D.


Border color

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

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

This div border color is #E1732D.


Opacity

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

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

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

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

This text has shadow with #E1732D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1732D on black background.


Color preview on white background

This text has color #E1732D on white background.



Black color preview on #E1732D background

This text has black color on #E1732D background.


White color preview on #E1732D background

This text has white color on #E1732D background.