COLOR #E32429

HEX: #E32429
RGB: (227,36,41)

Color info

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

RGB color model

#E32429 color RGB value is (227,36,41).

  • red value is 227;
  • green value is 36;
  • blue value is 41.
RGB:
(227,36,41)
(89%,14%,16%)

RGB channels and saturation

R 227 of 255 = 89%
G 36 of 255 = 14%
B 41 of 255 = 16%

227
36
41

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

Portions of RGB colors in percentages

R + G + B =
227 + 36 + 41 = 304 (100%)
R 227 of 304 ~ 74.67%
G 36 of 304 ~ 11.84%
B 41 of 304 ~ 13.49%

%74.67
%11.84
%13.49

CMYK color model

#E32429 color CMYK value is (0,84,82,11).

  • cyan value is 0.00%
  • magenta value is 84.14%
  • yellow value is 81.94%
  • key color value is 10.98%
CMYK:
(0,84,82,11)
C0M84Y82K11 
(0%,84%,82%,11%)
(0.00/0.84/0.82/0.11)	

CMYK percentages

%0
%84.14
%81.94
%10.98

Codes

Color #E32429 in popluar color models

E32429
RGB2273641
HSL358°77.33%51.57%
HSB/HSV358°84.14%89.02%
CMYK0.00%84.14%81.94%
10.98%

Color #E32429 in popluar number systems.

HEXE32429
Decimal2273641
Binary11100011100100101001
Octal3434451

Shades and tints

Shades of #E32429

#E32429
(227,36,41)
#CF2126
(207,33,38)
#BB1E23
(187,30,35)
#A71B20
(167,27,32)
#93181D
(147,24,29)
#7F151A
(127,21,26)
#6B1217
(107,18,23)
#570F14
(87,15,20)
#430C11
(67,12,17)
#2F090E
(47,9,14)
#1B060B
(27,6,11)
#000000
(0,0,0)

Tints of #E32429

#E32429
(227,36,41)
#E5373C
(229,55,60)
#E74A4F
(231,74,79)
#E95D62
(233,93,98)
#EB7075
(235,112,117)
#ED8388
(237,131,136)
#EF969B
(239,150,155)
#F1A9AE
(241,169,174)
#F3BCC1
(243,188,193)
#F5CFD4
(245,207,212)
#F7E2E7
(247,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E32429 color. Also use rgb(227,36,41) instead hex code.

Text Font Color

.myTextColor { color: #E32429; }

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

This text font color is #E32429.


Background Color

.myBgColor { background-color: #E32429; }

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

This div background color is #E32429.


Border color

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

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

This div border color is #E32429.


Opacity

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

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

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

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

This text has shadow with #E32429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E32429 on black background.


Color preview on white background

This text has color #E32429 on white background.



Black color preview on #E32429 background

This text has black color on #E32429 background.


White color preview on #E32429 background

This text has white color on #E32429 background.