COLOR #E5483D

HEX: #E5483D RGB: (229,72,61)

Color info

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

RGB color model

#E5483D color RGB value is (229,72,61).

RGB: (229,72,61) (90%, 28%, 24%)

RGB channels and saturation

R 229 of 255 = 90%
G 72 of 255 = 28%
B 61 of 255 = 24%

229
72
61

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

Portions of RGB colors in percentages

R + G + B = 229 + 72 + 61 = 362 (100%)
R 229 of 362 ~ 63.26%
G 72 of 362 ~ 19.89%
B 61 of 362 ~ 16.85'%

%63.26
%19.89
%16.85

CMYK color model

#E5483D color CMYK value is (0,69,73,10).

  • cyan value is 0.00%
  • magenta value is 68.56%
  • yellow value is 73.36%
  • key color value is 10.20%

CMYK: (0,69,73,10)
C0M69Y73K10 (0%, 69%, 73%, 10%)
(0.00 / 0.69 / 0.73 / 0.10)

CMYK percentages

%0
%68.56
%73.36
%10.2

Codes

Color #E5483D in popluar color models

E5 48 3D
RGB 229 72 61
HSL 76.36% 56.86%
HSB/HSV 73.36% 89.80%
CMYK 0.00% 68.56% 73.36%
10.20%

Color #E5483D in popluar number systems.

HEX E5 48 3D
Decimal 229 72 61
Binary 11100101 1001000 111101
Octal 345 110 75

Shades and tints

Shades of #E5483D

#E5483D
(229,72,61)
#D14238
(209,66,56)
#BD3C33
(189,60,51)
#A9362E
(169,54,46)
#953029
(149,48,41)
#812A24
(129,42,36)
#6D241F
(109,36,31)
#591E1A
(89,30,26)
#451815
(69,24,21)
#311210
(49,18,16)
#1D0C0B
(29,12,11)
#000000
(0,0,0)

Tints of #E5483D

#E5483D
(229,72,61)
#E7584E
(231,88,78)
#E9685F
(233,104,95)
#EB7870
(235,120,112)
#ED8881
(237,136,129)
#EF9892
(239,152,146)
#F1A8A3
(241,168,163)
#F3B8B4
(243,184,180)
#F5C8C5
(245,200,197)
#F7D8D6
(247,216,214)
#F9E8E7
(249,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5483D; }

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

This text font color is #E5483D.

Background Color

.myBgColor { background-color: #E5483D; }

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

This div background color is #E5483D.

Border color

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

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

This div border color is #E5483D.

Opacity

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

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

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

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

This text has shadow with #E5483D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5483D.

Preview

Color preview on black background

This text has color #E5483D on black background.


Color preview on white background

This text has color #E5483D on white background.


Black color preview on #E5483D background

This text has black color on #E5483D background.


White color preview on #E5483D background

This text has white color on #E5483D background.


Related colors

Complementary color

Complementary color for #hex is #1AB7C2.


I love getcolorcode.com

Triadic colors

1 #3DE548 and #483DE5 with #E5483D are triadic colors.

2 #3D48E5 and #48E53D with #E5483D are triadic colors.