COLOR #E23B39

HEX: #E23B39
RGB: (226,59,57)

Color info

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

RGB color model

#E23B39 color RGB value is (226,59,57).

  • red value is 226;
  • green value is 59;
  • blue value is 57.
RGB:
(226,59,57)
(89%,23%,22%)

RGB channels and saturation

R 226 of 255 = 89%
G 59 of 255 = 23%
B 57 of 255 = 22%

226
59
57

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

Portions of RGB colors in percentages

R + G + B =
226 + 59 + 57 = 342 (100%)
R 226 of 342 ~ 66.08%
G 59 of 342 ~ 17.25%
B 57 of 342 ~ 16.67%

%66.08
%17.25
%16.67

CMYK color model

#E23B39 color CMYK value is (0,74,75,11).

  • cyan value is 0.00%
  • magenta value is 73.89%
  • yellow value is 74.78%
  • key color value is 11.37%
CMYK:
(0,74,75,11)
C0M74Y75K11 
(0%,74%,75%,11%)
(0.00/0.74/0.75/0.11)	

CMYK percentages

%0
%73.89
%74.78
%11.37

Codes

Color #E23B39 in popluar color models

E23B39
RGB2265957
HSL74.45%55.49%
HSB/HSV74.78%88.63%
CMYK0.00%73.89%74.78%
11.37%

Color #E23B39 in popluar number systems.

HEXE23B39
Decimal2265957
Binary11100010111011111001
Octal3427371

Shades and tints

Shades of #E23B39

#E23B39
(226,59,57)
#CE3634
(206,54,52)
#BA312F
(186,49,47)
#A62C2A
(166,44,42)
#922725
(146,39,37)
#7E2220
(126,34,32)
#6A1D1B
(106,29,27)
#561816
(86,24,22)
#421311
(66,19,17)
#2E0E0C
(46,14,12)
#1A0907
(26,9,7)
#000000
(0,0,0)

Tints of #E23B39

#E23B39
(226,59,57)
#E44C4B
(228,76,75)
#E65D5D
(230,93,93)
#E86E6F
(232,110,111)
#EA7F81
(234,127,129)
#EC9093
(236,144,147)
#EEA1A5
(238,161,165)
#F0B2B7
(240,178,183)
#F2C3C9
(242,195,201)
#F4D4DB
(244,212,219)
#F6E5ED
(246,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E23B39 color. Also use rgb(226,59,57) instead hex code.

Text Font Color

.myTextColor { color: #E23B39; }

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

This text font color is #E23B39.


Background Color

.myBgColor { background-color: #E23B39; }

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

This div background color is #E23B39.


Border color

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

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

This div border color is #E23B39.


Opacity

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

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

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

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

This text has shadow with #E23B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E23B39 on black background.


Color preview on white background

This text has color #E23B39 on white background.



Black color preview on #E23B39 background

This text has black color on #E23B39 background.


White color preview on #E23B39 background

This text has white color on #E23B39 background.