COLOR #E8363C

HEX: #E8363C
RGB: (232,54,60)

Color info

#E8363C contains mainly red color. Web safe color of #E8363C is #FF3333 (or #F33).

RGB color model

#E8363C color RGB value is (232,54,60).

  • red value is 232;
  • green value is 54;
  • blue value is 60.
RGB:
(232,54,60)
(91%,21%,24%)

RGB channels and saturation

R 232 of 255 = 91%
G 54 of 255 = 21%
B 60 of 255 = 24%

232
54
60

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

Portions of RGB colors in percentages

R + G + B =
232 + 54 + 60 = 346 (100%)
R 232 of 346 ~ 67.05%
G 54 of 346 ~ 15.61%
B 60 of 346 ~ 17.34%

%67.05
%15.61
%17.34

CMYK color model

#E8363C color CMYK value is (0,77,74,9).

  • cyan value is 0.00%
  • magenta value is 76.72%
  • yellow value is 74.14%
  • key color value is 9.02%
CMYK:
(0,77,74,9)
C0M77Y74K9 
(0%,77%,74%,9%)
(0.00/0.77/0.74/0.09)	

CMYK percentages

%0
%76.72
%74.14
%9.02

Codes

Color #E8363C in popluar color models

E8363C
RGB2325460
HSL358°79.46%56.08%
HSB/HSV358°76.72%90.98%
CMYK0.00%76.72%74.14%
9.02%

Color #E8363C in popluar number systems.

HEXE8363C
Decimal2325460
Binary11101000110110111100
Octal3506674

Shades and tints

Shades of #E8363C

#E8363C
(232,54,60)
#D33237
(211,50,55)
#BE2E32
(190,46,50)
#A92A2D
(169,42,45)
#942628
(148,38,40)
#7F2223
(127,34,35)
#6A1E1E
(106,30,30)
#551A19
(85,26,25)
#401614
(64,22,20)
#2B120F
(43,18,15)
#160E0A
(22,14,10)
#000000
(0,0,0)

Tints of #E8363C

#E8363C
(232,54,60)
#EA484D
(234,72,77)
#EC5A5E
(236,90,94)
#EE6C6F
(238,108,111)
#F07E80
(240,126,128)
#F29091
(242,144,145)
#F4A2A2
(244,162,162)
#F6B4B3
(246,180,179)
#F8C6C4
(248,198,196)
#FAD8D5
(250,216,213)
#FCEAE6
(252,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8363C color. Also use rgb(232,54,60) instead hex code.

Text Font Color

.myTextColor { color: #E8363C; }

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

This text font color is #E8363C.


Background Color

.myBgColor { background-color: #E8363C; }

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

This div background color is #E8363C.


Border color

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

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

This div border color is #E8363C.


Opacity

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

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

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

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

This text has shadow with #E8363C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8363C on black background.


Color preview on white background

This text has color #E8363C on white background.



Black color preview on #E8363C background

This text has black color on #E8363C background.


White color preview on #E8363C background

This text has white color on #E8363C background.