COLOR #E54D43

HEX: #E54D43 RGB: (229,77,67)

Color info

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

RGB color model

#E54D43 color RGB value is (229,77,67).

RGB: (229,77,67) (90%, 30%, 26%)

RGB channels and saturation

R 229 of 255 = 90%
G 77 of 255 = 30%
B 67 of 255 = 26%

229
77
67

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

Portions of RGB colors in percentages

R + G + B = 229 + 77 + 67 = 373 (100%)
R 229 of 373 ~ 61.39%
G 77 of 373 ~ 20.64%
B 67 of 373 ~ 17.96'%

%61.39
%20.64
%17.96

CMYK color model

#E54D43 color CMYK value is (0,66,71,10).

  • cyan value is 0.00%
  • magenta value is 66.38%
  • yellow value is 70.74%
  • key color value is 10.20%

CMYK: (0,66,71,10)
C0M66Y71K10 (0%, 66%, 71%, 10%)
(0.00 / 0.66 / 0.71 / 0.10)

CMYK percentages

%0
%66.38
%70.74
%10.2

Codes

Color #E54D43 in popluar color models

E5 4D 43
RGB 229 77 67
HSL 75.70% 58.04%
HSB/HSV 70.74% 89.80%
CMYK 0.00% 66.38% 70.74%
10.20%

Color #E54D43 in popluar number systems.

HEX E5 4D 43
Decimal 229 77 67
Binary 11100101 1001101 1000011
Octal 345 115 103

Shades and tints

Shades of #E54D43

#E54D43
(229,77,67)
#D1463D
(209,70,61)
#BD3F37
(189,63,55)
#A93831
(169,56,49)
#95312B
(149,49,43)
#812A25
(129,42,37)
#6D231F
(109,35,31)
#591C19
(89,28,25)
#451513
(69,21,19)
#310E0D
(49,14,13)
#1D0707
(29,7,7)
#000000
(0,0,0)

Tints of #E54D43

#E54D43
(229,77,67)
#E75D54
(231,93,84)
#E96D65
(233,109,101)
#EB7D76
(235,125,118)
#ED8D87
(237,141,135)
#EF9D98
(239,157,152)
#F1ADA9
(241,173,169)
#F3BDBA
(243,189,186)
#F5CDCB
(245,205,203)
#F7DDDC
(247,221,220)
#F9EDED
(249,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E54D43 color. Also use rgb(229,77,67) instead hex code.

Text Font Color

.myTextColor { color: #E54D43; }

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

This text font color is #E54D43.

Background Color

.myBgColor { background-color: #E54D43; }

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

This div background color is #E54D43.

Border color

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

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

This div border color is #E54D43.

Opacity

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

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

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

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

This text has shadow with #E54D43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E54D43.

Preview

Color preview on black background

This text has color #E54D43 on black background.


Color preview on white background

This text has color #E54D43 on white background.


Black color preview on #E54D43 background

This text has black color on #E54D43 background.


White color preview on #E54D43 background

This text has white color on #E54D43 background.


Related colors

Complementary color

Complementary color for #hex is #1AB2BC.


I love getcolorcode.com

Triadic colors

1 #43E54D and #4D43E5 with #E54D43 are triadic colors.

2 #434DE5 and #4DE543 with #E54D43 are triadic colors.