COLOR #E93441

HEX: #E93441
RGB: (233,52,65)

Color info

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

RGB color model

#E93441 color RGB value is (233,52,65).

  • red value is 233;
  • green value is 52;
  • blue value is 65.
RGB:
(233,52,65)
(91%,20%,25%)

RGB channels and saturation

R 233 of 255 = 91%
G 52 of 255 = 20%
B 65 of 255 = 25%

233
52
65

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

Portions of RGB colors in percentages

R + G + B =
233 + 52 + 65 = 350 (100%)
R 233 of 350 ~ 66.57%
G 52 of 350 ~ 14.86%
B 65 of 350 ~ 18.57%

%66.57
%14.86
%18.57

CMYK color model

#E93441 color CMYK value is (0,78,72,9).

  • cyan value is 0.00%
  • magenta value is 77.68%
  • yellow value is 72.10%
  • key color value is 8.63%
CMYK:
(0,78,72,9)
C0M78Y72K9 
(0%,78%,72%,9%)
(0.00/0.78/0.72/0.09)	

CMYK percentages

%0
%77.68
%72.1
%8.63

Codes

Color #E93441 in popluar color models

E93441
RGB2335265
HSL356°80.44%55.88%
HSB/HSV356°77.68%91.37%
CMYK0.00%77.68%72.10%
8.63%

Color #E93441 in popluar number systems.

HEXE93441
Decimal2335265
Binary111010011101001000001
Octal35164101

Shades and tints

Shades of #E93441

#E93441
(233,52,65)
#D4303C
(212,48,60)
#BF2C37
(191,44,55)
#AA2832
(170,40,50)
#95242D
(149,36,45)
#802028
(128,32,40)
#6B1C23
(107,28,35)
#56181E
(86,24,30)
#411419
(65,20,25)
#2C1014
(44,16,20)
#170C0F
(23,12,15)
#000000
(0,0,0)

Tints of #E93441

#E93441
(233,52,65)
#EB4652
(235,70,82)
#ED5863
(237,88,99)
#EF6A74
(239,106,116)
#F17C85
(241,124,133)
#F38E96
(243,142,150)
#F5A0A7
(245,160,167)
#F7B2B8
(247,178,184)
#F9C4C9
(249,196,201)
#FBD6DA
(251,214,218)
#FDE8EB
(253,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E93441 color. Also use rgb(233,52,65) instead hex code.

Text Font Color

.myTextColor { color: #E93441; }

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

This text font color is #E93441.


Background Color

.myBgColor { background-color: #E93441; }

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

This div background color is #E93441.


Border color

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

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

This div border color is #E93441.


Opacity

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

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

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

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

This text has shadow with #E93441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E93441 on black background.


Color preview on white background

This text has color #E93441 on white background.



Black color preview on #E93441 background

This text has black color on #E93441 background.


White color preview on #E93441 background

This text has white color on #E93441 background.