COLOR #E83229

HEX: #E83229
RGB: (232,50,41)

Color info

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

RGB color model

#E83229 color RGB value is (232,50,41).

  • red value is 232;
  • green value is 50;
  • blue value is 41.
RGB:
(232,50,41)
(91%,20%,16%)

RGB channels and saturation

R 232 of 255 = 91%
G 50 of 255 = 20%
B 41 of 255 = 16%

232
50
41

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

Portions of RGB colors in percentages

R + G + B =
232 + 50 + 41 = 323 (100%)
R 232 of 323 ~ 71.83%
G 50 of 323 ~ 15.48%
B 41 of 323 ~ 12.69%

%71.83
%15.48
%12.69

CMYK color model

#E83229 color CMYK value is (0,78,82,9).

  • cyan value is 0.00%
  • magenta value is 78.45%
  • yellow value is 82.33%
  • key color value is 9.02%
CMYK:
(0,78,82,9)
C0M78Y82K9 
(0%,78%,82%,9%)
(0.00/0.78/0.82/0.09)	

CMYK percentages

%0
%78.45
%82.33
%9.02

Codes

Color #E83229 in popluar color models

E83229
RGB2325041
HSL80.59%53.53%
HSB/HSV82.33%90.98%
CMYK0.00%78.45%82.33%
9.02%

Color #E83229 in popluar number systems.

HEXE83229
Decimal2325041
Binary11101000110010101001
Octal3506251

Shades and tints

Shades of #E83229

#E83229
(232,50,41)
#D32E26
(211,46,38)
#BE2A23
(190,42,35)
#A92620
(169,38,32)
#94221D
(148,34,29)
#7F1E1A
(127,30,26)
#6A1A17
(106,26,23)
#551614
(85,22,20)
#401211
(64,18,17)
#2B0E0E
(43,14,14)
#160A0B
(22,10,11)
#000000
(0,0,0)

Tints of #E83229

#E83229
(232,50,41)
#EA443C
(234,68,60)
#EC564F
(236,86,79)
#EE6862
(238,104,98)
#F07A75
(240,122,117)
#F28C88
(242,140,136)
#F49E9B
(244,158,155)
#F6B0AE
(246,176,174)
#F8C2C1
(248,194,193)
#FAD4D4
(250,212,212)
#FCE6E7
(252,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E83229 color. Also use rgb(232,50,41) instead hex code.

Text Font Color

.myTextColor { color: #E83229; }

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

This text font color is #E83229.


Background Color

.myBgColor { background-color: #E83229; }

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

This div background color is #E83229.


Border color

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

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

This div border color is #E83229.


Opacity

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

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

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

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

This text has shadow with #E83229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E83229 on black background.


Color preview on white background

This text has color #E83229 on white background.



Black color preview on #E83229 background

This text has black color on #E83229 background.


White color preview on #E83229 background

This text has white color on #E83229 background.