COLOR #E2303C

HEX: #E2303C
RGB: (226,48,60)

Color info

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

RGB color model

#E2303C color RGB value is (226,48,60).

  • red value is 226;
  • green value is 48;
  • blue value is 60.
RGB:
(226,48,60)
(89%,19%,24%)

RGB channels and saturation

R 226 of 255 = 89%
G 48 of 255 = 19%
B 60 of 255 = 24%

226
48
60

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

Portions of RGB colors in percentages

R + G + B =
226 + 48 + 60 = 334 (100%)
R 226 of 334 ~ 67.66%
G 48 of 334 ~ 14.37%
B 60 of 334 ~ 17.96%

%67.66
%14.37
%17.96

CMYK color model

#E2303C color CMYK value is (0,79,73,11).

  • cyan value is 0.00%
  • magenta value is 78.76%
  • yellow value is 73.45%
  • key color value is 11.37%
CMYK:
(0,79,73,11)
C0M79Y73K11 
(0%,79%,73%,11%)
(0.00/0.79/0.73/0.11)	

CMYK percentages

%0
%78.76
%73.45
%11.37

Codes

Color #E2303C in popluar color models

E2303C
RGB2264860
HSL356°75.42%53.73%
HSB/HSV356°78.76%88.63%
CMYK0.00%78.76%73.45%
11.37%

Color #E2303C in popluar number systems.

HEXE2303C
Decimal2264860
Binary11100010110000111100
Octal3426074

Shades and tints

Shades of #E2303C

#E2303C
(226,48,60)
#CE2C37
(206,44,55)
#BA2832
(186,40,50)
#A6242D
(166,36,45)
#922028
(146,32,40)
#7E1C23
(126,28,35)
#6A181E
(106,24,30)
#561419
(86,20,25)
#421014
(66,16,20)
#2E0C0F
(46,12,15)
#1A080A
(26,8,10)
#000000
(0,0,0)

Tints of #E2303C

#E2303C
(226,48,60)
#E4424D
(228,66,77)
#E6545E
(230,84,94)
#E8666F
(232,102,111)
#EA7880
(234,120,128)
#EC8A91
(236,138,145)
#EE9CA2
(238,156,162)
#F0AEB3
(240,174,179)
#F2C0C4
(242,192,196)
#F4D2D5
(244,210,213)
#F6E4E6
(246,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2303C color. Also use rgb(226,48,60) instead hex code.

Text Font Color

.myTextColor { color: #E2303C; }

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

This text font color is #E2303C.


Background Color

.myBgColor { background-color: #E2303C; }

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

This div background color is #E2303C.


Border color

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

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

This div border color is #E2303C.


Opacity

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

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

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

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

This text has shadow with #E2303C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2303C on black background.


Color preview on white background

This text has color #E2303C on white background.



Black color preview on #E2303C background

This text has black color on #E2303C background.


White color preview on #E2303C background

This text has white color on #E2303C background.