COLOR #E93C31

HEX: #E93C31 RGB: (233,60,49)

Color info

#E93C31 contains mainly red color. Web safe color of #E93C31 is #FF3333 (or #F33).

RGB color model

#E93C31 color RGB value is (233,60,49).

RGB: (233,60,49) (91%, 24%, 19%)

RGB channels and saturation

R 233 of 255 = 91%
G 60 of 255 = 24%
B 49 of 255 = 19%

233
60
49

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

Portions of RGB colors in percentages

R + G + B = 233 + 60 + 49 = 342 (100%)
R 233 of 342 ~ 68.13%
G 60 of 342 ~ 17.54%
B 49 of 342 ~ 14.33'%

%68.13
%17.54
%14.33

CMYK color model

#E93C31 color CMYK value is (0,74,79,9).

  • cyan value is 0.00%
  • magenta value is 74.25%
  • yellow value is 78.97%
  • key color value is 8.63%

CMYK: (0,74,79,9)
C0M74Y79K9 (0%, 74%, 79%, 9%)
(0.00 / 0.74 / 0.79 / 0.09)

CMYK percentages

%0
%74.25
%78.97
%8.63

Codes

Color #E93C31 in popluar color models

E9 3C 31
RGB 233 60 49
HSL 80.70% 55.29%
HSB/HSV 78.97% 91.37%
CMYK 0.00% 74.25% 78.97%
8.63%

Color #E93C31 in popluar number systems.

HEX E9 3C 31
Decimal 233 60 49
Binary 11101001 111100 110001
Octal 351 74 61

Shades and tints

Shades of #E93C31

#E93C31
(233,60,49)
#D4372D
(212,55,45)
#BF3229
(191,50,41)
#AA2D25
(170,45,37)
#952821
(149,40,33)
#80231D
(128,35,29)
#6B1E19
(107,30,25)
#561915
(86,25,21)
#411411
(65,20,17)
#2C0F0D
(44,15,13)
#170A09
(23,10,9)
#000000
(0,0,0)

Tints of #E93C31

#E93C31
(233,60,49)
#EB4D43
(235,77,67)
#ED5E55
(237,94,85)
#EF6F67
(239,111,103)
#F18079
(241,128,121)
#F3918B
(243,145,139)
#F5A29D
(245,162,157)
#F7B3AF
(247,179,175)
#F9C4C1
(249,196,193)
#FBD5D3
(251,213,211)
#FDE6E5
(253,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E93C31 color. Also use rgb(233,60,49) instead hex code.

Text Font Color

.myTextColor { color: #E93C31; }

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

This text font color is #E93C31.

Background Color

.myBgColor { background-color: #E93C31; }

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

This div background color is #E93C31.

Border color

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

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

This div border color is #E93C31.

Opacity

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

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

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

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

This text has shadow with #E93C31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E93C31.

Preview

Color preview on black background

This text has color #E93C31 on black background.


Color preview on white background

This text has color #E93C31 on white background.


Black color preview on #E93C31 background

This text has black color on #E93C31 background.


White color preview on #E93C31 background

This text has white color on #E93C31 background.


Related colors

Complementary color

Complementary color for #hex is #16C3CE.


I love getcolorcode.com

Triadic colors

1 #31E93C and #3C31E9 with #E93C31 are triadic colors.

2 #313CE9 and #3CE931 with #E93C31 are triadic colors.