COLOR #E33D49

HEX: #E33D49
RGB: (227,61,73)

Color info

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

RGB color model

#E33D49 color RGB value is (227,61,73).

  • red value is 227;
  • green value is 61;
  • blue value is 73.
RGB:
(227,61,73)
(89%,24%,29%)

RGB channels and saturation

R 227 of 255 = 89%
G 61 of 255 = 24%
B 73 of 255 = 29%

227
61
73

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

Portions of RGB colors in percentages

R + G + B =
227 + 61 + 73 = 361 (100%)
R 227 of 361 ~ 62.88%
G 61 of 361 ~ 16.9%
B 73 of 361 ~ 20.22%

%62.88
%16.9
%20.22

CMYK color model

#E33D49 color CMYK value is (0,73,68,11).

  • cyan value is 0.00%
  • magenta value is 73.13%
  • yellow value is 67.84%
  • key color value is 10.98%
CMYK:
(0,73,68,11)
C0M73Y68K11 
(0%,73%,68%,11%)
(0.00/0.73/0.68/0.11)	

CMYK percentages

%0
%73.13
%67.84
%10.98

Codes

Color #E33D49 in popluar color models

E33D49
RGB2276173
HSL356°74.77%56.47%
HSB/HSV356°73.13%89.02%
CMYK0.00%73.13%67.84%
10.98%

Color #E33D49 in popluar number systems.

HEXE33D49
Decimal2276173
Binary111000111111011001001
Octal34375111

Shades and tints

Shades of #E33D49

#E33D49
(227,61,73)
#CF3843
(207,56,67)
#BB333D
(187,51,61)
#A72E37
(167,46,55)
#932931
(147,41,49)
#7F242B
(127,36,43)
#6B1F25
(107,31,37)
#571A1F
(87,26,31)
#431519
(67,21,25)
#2F1013
(47,16,19)
#1B0B0D
(27,11,13)
#000000
(0,0,0)

Tints of #E33D49

#E33D49
(227,61,73)
#E54E59
(229,78,89)
#E75F69
(231,95,105)
#E97079
(233,112,121)
#EB8189
(235,129,137)
#ED9299
(237,146,153)
#EFA3A9
(239,163,169)
#F1B4B9
(241,180,185)
#F3C5C9
(243,197,201)
#F5D6D9
(245,214,217)
#F7E7E9
(247,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E33D49 color. Also use rgb(227,61,73) instead hex code.

Text Font Color

.myTextColor { color: #E33D49; }

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

This text font color is #E33D49.


Background Color

.myBgColor { background-color: #E33D49; }

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

This div background color is #E33D49.


Border color

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

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

This div border color is #E33D49.


Opacity

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

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

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

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

This text has shadow with #E33D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E33D49 on black background.


Color preview on white background

This text has color #E33D49 on white background.



Black color preview on #E33D49 background

This text has black color on #E33D49 background.


White color preview on #E33D49 background

This text has white color on #E33D49 background.