COLOR #E74445

HEX: #E74445
RGB: (231,68,69)

Color info

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

RGB color model

#E74445 color RGB value is (231,68,69).

  • red value is 231;
  • green value is 68;
  • blue value is 69.
RGB:
(231,68,69)
(91%,27%,27%)

RGB channels and saturation

R 231 of 255 = 91%
G 68 of 255 = 27%
B 69 of 255 = 27%

231
68
69

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

Portions of RGB colors in percentages

R + G + B =
231 + 68 + 69 = 368 (100%)
R 231 of 368 ~ 62.77%
G 68 of 368 ~ 18.48%
B 69 of 368 ~ 18.75%

%62.77
%18.48
%18.75

CMYK color model

#E74445 color CMYK value is (0,71,70,9).

  • cyan value is 0.00%
  • magenta value is 70.56%
  • yellow value is 70.13%
  • key color value is 9.41%
CMYK:
(0,71,70,9)
C0M71Y70K9 
(0%,71%,70%,9%)
(0.00/0.71/0.70/0.09)	

CMYK percentages

%0
%70.56
%70.13
%9.41

Codes

Color #E74445 in popluar color models

E74445
RGB2316869
HSL360°77.25%58.63%
HSB/HSV360°70.56%90.59%
CMYK0.00%70.56%70.13%
9.41%

Color #E74445 in popluar number systems.

HEXE74445
Decimal2316869
Binary1110011110001001000101
Octal347104105

Shades and tints

Shades of #E74445

#E74445
(231,68,69)
#D23E3F
(210,62,63)
#BD3839
(189,56,57)
#A83233
(168,50,51)
#932C2D
(147,44,45)
#7E2627
(126,38,39)
#692021
(105,32,33)
#541A1B
(84,26,27)
#3F1415
(63,20,21)
#2A0E0F
(42,14,15)
#150809
(21,8,9)
#000000
(0,0,0)

Tints of #E74445

#E74445
(231,68,69)
#E95555
(233,85,85)
#EB6665
(235,102,101)
#ED7775
(237,119,117)
#EF8885
(239,136,133)
#F19995
(241,153,149)
#F3AAA5
(243,170,165)
#F5BBB5
(245,187,181)
#F7CCC5
(247,204,197)
#F9DDD5
(249,221,213)
#FBEEE5
(251,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E74445 color. Also use rgb(231,68,69) instead hex code.

Text Font Color

.myTextColor { color: #E74445; }

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

This text font color is #E74445.


Background Color

.myBgColor { background-color: #E74445; }

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

This div background color is #E74445.


Border color

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

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

This div border color is #E74445.


Opacity

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

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

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

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

This text has shadow with #E74445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E74445 on black background.


Color preview on white background

This text has color #E74445 on white background.



Black color preview on #E74445 background

This text has black color on #E74445 background.


White color preview on #E74445 background

This text has white color on #E74445 background.