COLOR #E54D4F

HEX: #E54D4F
RGB: (229,77,79)

Color info

#E54D4F contains mainly red color. Web safe color of #E54D4F is #CC3366 (or #C36).

RGB color model

#E54D4F color RGB value is (229,77,79).

  • red value is 229;
  • green value is 77;
  • blue value is 79.
RGB:
(229,77,79)
(90%,30%,31%)

RGB channels and saturation

R 229 of 255 = 90%
G 77 of 255 = 30%
B 79 of 255 = 31%

229
77
79

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

Portions of RGB colors in percentages

R + G + B =
229 + 77 + 79 = 385 (100%)
R 229 of 385 ~ 59.48%
G 77 of 385 ~ 20%
B 79 of 385 ~ 20.52%

%59.48
%20
%20.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 66.38%
  • yellow value is 65.50%
  • key color value is 10.20%
CMYK:
(0,66,66,10)
C0M66Y66K10 
(0%,66%,66%,10%)
(0.00/0.66/0.66/0.10)	

CMYK percentages

%0
%66.38
%65.5
%10.2

Codes

Color #E54D4F in popluar color models

E54D4F
RGB2297779
HSL359°74.51%60.00%
HSB/HSV359°66.38%89.80%
CMYK0.00%66.38%65.50%
10.20%

Color #E54D4F in popluar number systems.

HEXE54D4F
Decimal2297779
Binary1110010110011011001111
Octal345115117

Shades and tints

Shades of #E54D4F

#E54D4F
(229,77,79)
#D14648
(209,70,72)
#BD3F41
(189,63,65)
#A9383A
(169,56,58)
#953133
(149,49,51)
#812A2C
(129,42,44)
#6D2325
(109,35,37)
#591C1E
(89,28,30)
#451517
(69,21,23)
#310E10
(49,14,16)
#1D0709
(29,7,9)
#000000
(0,0,0)

Tints of #E54D4F

#E54D4F
(229,77,79)
#E75D5F
(231,93,95)
#E96D6F
(233,109,111)
#EB7D7F
(235,125,127)
#ED8D8F
(237,141,143)
#EF9D9F
(239,157,159)
#F1ADAF
(241,173,175)
#F3BDBF
(243,189,191)
#F5CDCF
(245,205,207)
#F7DDDF
(247,221,223)
#F9EDEF
(249,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E54D4F; }

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

This text font color is #E54D4F.


Background Color

.myBgColor { background-color: #E54D4F; }

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

This div background color is #E54D4F.


Border color

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

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

This div border color is #E54D4F.


Opacity

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

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

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

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

This text has shadow with #E54D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E54D4F on black background.


Color preview on white background

This text has color #E54D4F on white background.



Black color preview on #E54D4F background

This text has black color on #E54D4F background.


White color preview on #E54D4F background

This text has white color on #E54D4F background.