COLOR #E53948

HEX: #E53948
RGB: (229,57,72)

Color info

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

RGB color model

#E53948 color RGB value is (229,57,72).

  • red value is 229;
  • green value is 57;
  • blue value is 72.
RGB:
(229,57,72)
(90%,22%,28%)

RGB channels and saturation

R 229 of 255 = 90%
G 57 of 255 = 22%
B 72 of 255 = 28%

229
57
72

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

Portions of RGB colors in percentages

R + G + B =
229 + 57 + 72 = 358 (100%)
R 229 of 358 ~ 63.97%
G 57 of 358 ~ 15.92%
B 72 of 358 ~ 20.11%

%63.97
%15.92
%20.11

CMYK color model

#E53948 color CMYK value is (0,75,69,10).

  • cyan value is 0.00%
  • magenta value is 75.11%
  • yellow value is 68.56%
  • key color value is 10.20%
CMYK:
(0,75,69,10)
C0M75Y69K10 
(0%,75%,69%,10%)
(0.00/0.75/0.69/0.10)	

CMYK percentages

%0
%75.11
%68.56
%10.2

Codes

Color #E53948 in popluar color models

E53948
RGB2295772
HSL355°76.79%56.08%
HSB/HSV355°75.11%89.80%
CMYK0.00%75.11%68.56%
10.20%

Color #E53948 in popluar number systems.

HEXE53948
Decimal2295772
Binary111001011110011001000
Octal34571110

Shades and tints

Shades of #E53948

#E53948
(229,57,72)
#D13442
(209,52,66)
#BD2F3C
(189,47,60)
#A92A36
(169,42,54)
#952530
(149,37,48)
#81202A
(129,32,42)
#6D1B24
(109,27,36)
#59161E
(89,22,30)
#451118
(69,17,24)
#310C12
(49,12,18)
#1D070C
(29,7,12)
#000000
(0,0,0)

Tints of #E53948

#E53948
(229,57,72)
#E74B58
(231,75,88)
#E95D68
(233,93,104)
#EB6F78
(235,111,120)
#ED8188
(237,129,136)
#EF9398
(239,147,152)
#F1A5A8
(241,165,168)
#F3B7B8
(243,183,184)
#F5C9C8
(245,201,200)
#F7DBD8
(247,219,216)
#F9EDE8
(249,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E53948 color. Also use rgb(229,57,72) instead hex code.

Text Font Color

.myTextColor { color: #E53948; }

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

This text font color is #E53948.


Background Color

.myBgColor { background-color: #E53948; }

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

This div background color is #E53948.


Border color

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

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

This div border color is #E53948.


Opacity

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

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

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

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

This text has shadow with #E53948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E53948 on black background.


Color preview on white background

This text has color #E53948 on white background.



Black color preview on #E53948 background

This text has black color on #E53948 background.


White color preview on #E53948 background

This text has white color on #E53948 background.