COLOR #E3394D

HEX: #E3394D
RGB: (227,57,77)

Color info

#E3394D contains mainly red color. Web safe color of #E3394D is #CC3333 (or #C33).

RGB color model

#E3394D color RGB value is (227,57,77).

  • red value is 227;
  • green value is 57;
  • blue value is 77.
RGB:
(227,57,77)
(89%,22%,30%)

RGB channels and saturation

R 227 of 255 = 89%
G 57 of 255 = 22%
B 77 of 255 = 30%

227
57
77

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

Portions of RGB colors in percentages

R + G + B =
227 + 57 + 77 = 361 (100%)
R 227 of 361 ~ 62.88%
G 57 of 361 ~ 15.79%
B 77 of 361 ~ 21.33%

%62.88
%15.79
%21.33

CMYK color model

#E3394D color CMYK value is (0,75,66,11).

  • cyan value is 0.00%
  • magenta value is 74.89%
  • yellow value is 66.08%
  • key color value is 10.98%
CMYK:
(0,75,66,11)
C0M75Y66K11 
(0%,75%,66%,11%)
(0.00/0.75/0.66/0.11)	

CMYK percentages

%0
%74.89
%66.08
%10.98

Codes

Color #E3394D in popluar color models

E3394D
RGB2275777
HSL353°75.22%55.69%
HSB/HSV353°74.89%89.02%
CMYK0.00%74.89%66.08%
10.98%

Color #E3394D in popluar number systems.

HEXE3394D
Decimal2275777
Binary111000111110011001101
Octal34371115

Shades and tints

Shades of #E3394D

#E3394D
(227,57,77)
#CF3446
(207,52,70)
#BB2F3F
(187,47,63)
#A72A38
(167,42,56)
#932531
(147,37,49)
#7F202A
(127,32,42)
#6B1B23
(107,27,35)
#57161C
(87,22,28)
#431115
(67,17,21)
#2F0C0E
(47,12,14)
#1B0707
(27,7,7)
#000000
(0,0,0)

Tints of #E3394D

#E3394D
(227,57,77)
#E54B5D
(229,75,93)
#E75D6D
(231,93,109)
#E96F7D
(233,111,125)
#EB818D
(235,129,141)
#ED939D
(237,147,157)
#EFA5AD
(239,165,173)
#F1B7BD
(241,183,189)
#F3C9CD
(243,201,205)
#F5DBDD
(245,219,221)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3394D color. Also use rgb(227,57,77) instead hex code.

Text Font Color

.myTextColor { color: #E3394D; }

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

This text font color is #E3394D.


Background Color

.myBgColor { background-color: #E3394D; }

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

This div background color is #E3394D.


Border color

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

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

This div border color is #E3394D.


Opacity

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

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

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

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

This text has shadow with #E3394D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3394D on black background.


Color preview on white background

This text has color #E3394D on white background.



Black color preview on #E3394D background

This text has black color on #E3394D background.


White color preview on #E3394D background

This text has white color on #E3394D background.