COLOR #E33F34

HEX: #E33F34
RGB: (227,63,52)

Color info

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

RGB color model

#E33F34 color RGB value is (227,63,52).

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

RGB channels and saturation

R 227 of 255 = 89%
G 63 of 255 = 25%
B 52 of 255 = 20%

227
63
52

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

Portions of RGB colors in percentages

R + G + B =
227 + 63 + 52 = 342 (100%)
R 227 of 342 ~ 66.37%
G 63 of 342 ~ 18.42%
B 52 of 342 ~ 15.2%

%66.37
%18.42
%15.2

CMYK color model

#E33F34 color CMYK value is (0,72,77,11).

  • cyan value is 0.00%
  • magenta value is 72.25%
  • yellow value is 77.09%
  • key color value is 10.98%
CMYK:
(0,72,77,11)
C0M72Y77K11 
(0%,72%,77%,11%)
(0.00/0.72/0.77/0.11)	

CMYK percentages

%0
%72.25
%77.09
%10.98

Codes

Color #E33F34 in popluar color models

E33F34
RGB2276352
HSL75.76%54.71%
HSB/HSV77.09%89.02%
CMYK0.00%72.25%77.09%
10.98%

Color #E33F34 in popluar number systems.

HEXE33F34
Decimal2276352
Binary11100011111111110100
Octal3437764

Shades and tints

Shades of #E33F34

#E33F34
(227,63,52)
#CF3A30
(207,58,48)
#BB352C
(187,53,44)
#A73028
(167,48,40)
#932B24
(147,43,36)
#7F2620
(127,38,32)
#6B211C
(107,33,28)
#571C18
(87,28,24)
#431714
(67,23,20)
#2F1210
(47,18,16)
#1B0D0C
(27,13,12)
#000000
(0,0,0)

Tints of #E33F34

#E33F34
(227,63,52)
#E55046
(229,80,70)
#E76158
(231,97,88)
#E9726A
(233,114,106)
#EB837C
(235,131,124)
#ED948E
(237,148,142)
#EFA5A0
(239,165,160)
#F1B6B2
(241,182,178)
#F3C7C4
(243,199,196)
#F5D8D6
(245,216,214)
#F7E9E8
(247,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E33F34; }

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

This text font color is #E33F34.


Background Color

.myBgColor { background-color: #E33F34; }

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

This div background color is #E33F34.


Border color

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

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

This div border color is #E33F34.


Opacity

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

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

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

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

This text has shadow with #E33F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E33F34 on black background.


Color preview on white background

This text has color #E33F34 on white background.



Black color preview on #E33F34 background

This text has black color on #E33F34 background.


White color preview on #E33F34 background

This text has white color on #E33F34 background.