COLOR #E6363B

HEX: #E6363B RGB: (230,54,59)

Color info

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

RGB color model

#E6363B color RGB value is (230,54,59).

RGB: (230,54,59) (90%, 21%, 23%)

RGB channels and saturation

R 230 of 255 = 90%
G 54 of 255 = 21%
B 59 of 255 = 23%

230
54
59

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

Portions of RGB colors in percentages

R + G + B = 230 + 54 + 59 = 343 (100%)
R 230 of 343 ~ 67.06%
G 54 of 343 ~ 15.74%
B 59 of 343 ~ 17.2'%

%67.06
%15.74
%17.2

CMYK color model

#E6363B color CMYK value is (0,77,74,10).

  • cyan value is 0.00%
  • magenta value is 76.52%
  • yellow value is 74.35%
  • key color value is 9.80%

CMYK: (0,77,74,10)
C0M77Y74K10 (0%, 77%, 74%, 10%)
(0.00 / 0.77 / 0.74 / 0.10)

CMYK percentages

%0
%76.52
%74.35
%9.8

Codes

Color #E6363B in popluar color models

E6 36 3B
RGB 230 54 59
HSL 358° 77.88% 55.69%
HSB/HSV 358° 76.52% 90.20%
CMYK 0.00% 76.52% 74.35%
9.80%

Color #E6363B in popluar number systems.

HEX E6 36 3B
Decimal 230 54 59
Binary 11100110 110110 111011
Octal 346 66 73

Shades and tints

Shades of #E6363B

#E6363B
(230,54,59)
#D23236
(210,50,54)
#BE2E31
(190,46,49)
#AA2A2C
(170,42,44)
#962627
(150,38,39)
#822222
(130,34,34)
#6E1E1D
(110,30,29)
#5A1A18
(90,26,24)
#461613
(70,22,19)
#32120E
(50,18,14)
#1E0E09
(30,14,9)
#000000
(0,0,0)

Tints of #E6363B

#E6363B
(230,54,59)
#E8484C
(232,72,76)
#EA5A5D
(234,90,93)
#EC6C6E
(236,108,110)
#EE7E7F
(238,126,127)
#F09090
(240,144,144)
#F2A2A1
(242,162,161)
#F4B4B2
(244,180,178)
#F6C6C3
(246,198,195)
#F8D8D4
(248,216,212)
#FAEAE5
(250,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6363B color. Also use rgb(230,54,59) instead hex code.

Text Font Color

.myTextColor { color: #E6363B; }

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

This text font color is #E6363B.

Background Color

.myBgColor { background-color: #E6363B; }

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

This div background color is #E6363B.

Border color

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

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

This div border color is #E6363B.

Opacity

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

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

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

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

This text has shadow with #E6363B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6363B.

Preview

Color preview on black background

This text has color #E6363B on black background.


Color preview on white background

This text has color #E6363B on white background.


Black color preview on #E6363B background

This text has black color on #E6363B background.


White color preview on #E6363B background

This text has white color on #E6363B background.


Related colors

Complementary color

Complementary color for #hex is #19C9C4.


I love getcolorcode.com

Triadic colors

1 #3BE636 and #363BE6 with #E6363B are triadic colors.

2 #3B36E6 and #36E63B with #E6363B are triadic colors.