COLOR #E3383F

HEX: #E3383F
RGB: (227,56,63)

Color info

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

RGB color model

#E3383F color RGB value is (227,56,63).

  • red value is 227;
  • green value is 56;
  • blue value is 63.
RGB:
(227,56,63)
(89%,22%,25%)

RGB channels and saturation

R 227 of 255 = 89%
G 56 of 255 = 22%
B 63 of 255 = 25%

227
56
63

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

Portions of RGB colors in percentages

R + G + B =
227 + 56 + 63 = 346 (100%)
R 227 of 346 ~ 65.61%
G 56 of 346 ~ 16.18%
B 63 of 346 ~ 18.21%

%65.61
%16.18
%18.21

CMYK color model

#E3383F color CMYK value is (0,75,72,11).

  • cyan value is 0.00%
  • magenta value is 75.33%
  • yellow value is 72.25%
  • key color value is 10.98%
CMYK:
(0,75,72,11)
C0M75Y72K11 
(0%,75%,72%,11%)
(0.00/0.75/0.72/0.11)	

CMYK percentages

%0
%75.33
%72.25
%10.98

Codes

Color #E3383F in popluar color models

E3383F
RGB2275663
HSL358°75.33%55.49%
HSB/HSV358°75.33%89.02%
CMYK0.00%75.33%72.25%
10.98%

Color #E3383F in popluar number systems.

HEXE3383F
Decimal2275663
Binary11100011111000111111
Octal3437077

Shades and tints

Shades of #E3383F

#E3383F
(227,56,63)
#CF333A
(207,51,58)
#BB2E35
(187,46,53)
#A72930
(167,41,48)
#93242B
(147,36,43)
#7F1F26
(127,31,38)
#6B1A21
(107,26,33)
#57151C
(87,21,28)
#431017
(67,16,23)
#2F0B12
(47,11,18)
#1B060D
(27,6,13)
#000000
(0,0,0)

Tints of #E3383F

#E3383F
(227,56,63)
#E54A50
(229,74,80)
#E75C61
(231,92,97)
#E96E72
(233,110,114)
#EB8083
(235,128,131)
#ED9294
(237,146,148)
#EFA4A5
(239,164,165)
#F1B6B6
(241,182,182)
#F3C8C7
(243,200,199)
#F5DAD8
(245,218,216)
#F7ECE9
(247,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3383F color. Also use rgb(227,56,63) instead hex code.

Text Font Color

.myTextColor { color: #E3383F; }

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

This text font color is #E3383F.


Background Color

.myBgColor { background-color: #E3383F; }

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

This div background color is #E3383F.


Border color

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

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

This div border color is #E3383F.


Opacity

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

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

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

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

This text has shadow with #E3383F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3383F on black background.


Color preview on white background

This text has color #E3383F on white background.



Black color preview on #E3383F background

This text has black color on #E3383F background.


White color preview on #E3383F background

This text has white color on #E3383F background.