COLOR #E23C42

HEX: #E23C42
RGB: (226,60,66)

Color info

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

RGB color model

#E23C42 color RGB value is (226,60,66).

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

RGB channels and saturation

R 226 of 255 = 89%
G 60 of 255 = 24%
B 66 of 255 = 26%

226
60
66

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

Portions of RGB colors in percentages

R + G + B =
226 + 60 + 66 = 352 (100%)
R 226 of 352 ~ 64.2%
G 60 of 352 ~ 17.05%
B 66 of 352 ~ 18.75%

%64.2
%17.05
%18.75

CMYK color model

#E23C42 color CMYK value is (0,73,71,11).

  • cyan value is 0.00%
  • magenta value is 73.45%
  • yellow value is 70.80%
  • key color value is 11.37%
CMYK:
(0,73,71,11)
C0M73Y71K11 
(0%,73%,71%,11%)
(0.00/0.73/0.71/0.11)	

CMYK percentages

%0
%73.45
%70.8
%11.37

Codes

Color #E23C42 in popluar color models

E23C42
RGB2266066
HSL358°74.11%56.08%
HSB/HSV358°73.45%88.63%
CMYK0.00%73.45%70.80%
11.37%

Color #E23C42 in popluar number systems.

HEXE23C42
Decimal2266066
Binary111000101111001000010
Octal34274102

Shades and tints

Shades of #E23C42

#E23C42
(226,60,66)
#CE373C
(206,55,60)
#BA3236
(186,50,54)
#A62D30
(166,45,48)
#92282A
(146,40,42)
#7E2324
(126,35,36)
#6A1E1E
(106,30,30)
#561918
(86,25,24)
#421412
(66,20,18)
#2E0F0C
(46,15,12)
#1A0A06
(26,10,6)
#000000
(0,0,0)

Tints of #E23C42

#E23C42
(226,60,66)
#E44D53
(228,77,83)
#E65E64
(230,94,100)
#E86F75
(232,111,117)
#EA8086
(234,128,134)
#EC9197
(236,145,151)
#EEA2A8
(238,162,168)
#F0B3B9
(240,179,185)
#F2C4CA
(242,196,202)
#F4D5DB
(244,213,219)
#F6E6EC
(246,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E23C42; }

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

This text font color is #E23C42.


Background Color

.myBgColor { background-color: #E23C42; }

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

This div background color is #E23C42.


Border color

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

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

This div border color is #E23C42.


Opacity

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

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

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

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

This text has shadow with #E23C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E23C42 on black background.


Color preview on white background

This text has color #E23C42 on white background.



Black color preview on #E23C42 background

This text has black color on #E23C42 background.


White color preview on #E23C42 background

This text has white color on #E23C42 background.