COLOR #E34234

HEX: #E34234
RGB: (227,66,52)

Color info

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

RGB color model

#E34234 color RGB value is (227,66,52).

  • red value is 227;
  • green value is 66;
  • blue value is 52.
RGB:
(227,66,52)
(89%,26%,20%)

RGB channels and saturation

R 227 of 255 = 89%
G 66 of 255 = 26%
B 52 of 255 = 20%

227
66
52

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

Portions of RGB colors in percentages

R + G + B =
227 + 66 + 52 = 345 (100%)
R 227 of 345 ~ 65.8%
G 66 of 345 ~ 19.13%
B 52 of 345 ~ 15.07%

%65.8
%19.13
%15.07

CMYK color model

#E34234 color CMYK value is (0,71,77,11).

  • cyan value is 0.00%
  • magenta value is 70.93%
  • yellow value is 77.09%
  • key color value is 10.98%
CMYK:
(0,71,77,11)
C0M71Y77K11 
(0%,71%,77%,11%)
(0.00/0.71/0.77/0.11)	

CMYK percentages

%0
%70.93
%77.09
%10.98

Codes

Color #E34234 in popluar color models

E34234
RGB2276652
HSL75.76%54.71%
HSB/HSV77.09%89.02%
CMYK0.00%70.93%77.09%
10.98%

Color #E34234 in popluar number systems.

HEXE34234
Decimal2276652
Binary111000111000010110100
Octal34310264

Shades and tints

Shades of #E34234

#E34234
(227,66,52)
#CF3C30
(207,60,48)
#BB362C
(187,54,44)
#A73028
(167,48,40)
#932A24
(147,42,36)
#7F2420
(127,36,32)
#6B1E1C
(107,30,28)
#571818
(87,24,24)
#431214
(67,18,20)
#2F0C10
(47,12,16)
#1B060C
(27,6,12)
#000000
(0,0,0)

Tints of #E34234

#E34234
(227,66,52)
#E55346
(229,83,70)
#E76458
(231,100,88)
#E9756A
(233,117,106)
#EB867C
(235,134,124)
#ED978E
(237,151,142)
#EFA8A0
(239,168,160)
#F1B9B2
(241,185,178)
#F3CAC4
(243,202,196)
#F5DBD6
(245,219,214)
#F7ECE8
(247,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E34234 color. Also use rgb(227,66,52) instead hex code.

Text Font Color

.myTextColor { color: #E34234; }

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

This text font color is #E34234.


Background Color

.myBgColor { background-color: #E34234; }

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

This div background color is #E34234.


Border color

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

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

This div border color is #E34234.


Opacity

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

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

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

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

This text has shadow with #E34234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E34234 on black background.


Color preview on white background

This text has color #E34234 on white background.



Black color preview on #E34234 background

This text has black color on #E34234 background.


White color preview on #E34234 background

This text has white color on #E34234 background.