COLOR #E65D5D

HEX: #E65D5D
RGB: (230,93,93)

Color info

#E65D5D contains mainly red color. Web safe color of #E65D5D is #CC6666 (or #C66).

RGB color model

#E65D5D color RGB value is (230,93,93).

  • red value is 230;
  • green value is 93;
  • blue value is 93.
RGB:
(230,93,93)
(90%,36%,36%)

RGB channels and saturation

R 230 of 255 = 90%
G 93 of 255 = 36%
B 93 of 255 = 36%

230
93
93

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

Portions of RGB colors in percentages

R + G + B =
230 + 93 + 93 = 416 (100%)
R 230 of 416 ~ 55.29%
G 93 of 416 ~ 22.36%
B 93 of 416 ~ 22.36%

%55.29
%22.36
%22.36

CMYK color model

#E65D5D color CMYK value is (0,60,60,10).

  • cyan value is 0.00%
  • magenta value is 59.57%
  • yellow value is 59.57%
  • key color value is 9.80%
CMYK:
(0,60,60,10)
C0M60Y60K10 
(0%,60%,60%,10%)
(0.00/0.60/0.60/0.10)	

CMYK percentages

%0
%59.57
%59.57
%9.8

Codes

Color #E65D5D in popluar color models

E65D5D
RGB2309393
HSL73.26%63.33%
HSB/HSV59.57%90.20%
CMYK0.00%59.57%59.57%
9.80%

Color #E65D5D in popluar number systems.

HEXE65D5D
Decimal2309393
Binary1110011010111011011101
Octal346135135

Shades and tints

Shades of #E65D5D

#E65D5D
(230,93,93)
#D25555
(210,85,85)
#BE4D4D
(190,77,77)
#AA4545
(170,69,69)
#963D3D
(150,61,61)
#823535
(130,53,53)
#6E2D2D
(110,45,45)
#5A2525
(90,37,37)
#461D1D
(70,29,29)
#321515
(50,21,21)
#1E0D0D
(30,13,13)
#000000
(0,0,0)

Tints of #E65D5D

#E65D5D
(230,93,93)
#E86B6B
(232,107,107)
#EA7979
(234,121,121)
#EC8787
(236,135,135)
#EE9595
(238,149,149)
#F0A3A3
(240,163,163)
#F2B1B1
(242,177,177)
#F4BFBF
(244,191,191)
#F6CDCD
(246,205,205)
#F8DBDB
(248,219,219)
#FAE9E9
(250,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E65D5D; }

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

This text font color is #E65D5D.


Background Color

.myBgColor { background-color: #E65D5D; }

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

This div background color is #E65D5D.


Border color

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

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

This div border color is #E65D5D.


Opacity

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

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

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

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

This text has shadow with #E65D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E65D5D on black background.


Color preview on white background

This text has color #E65D5D on white background.



Black color preview on #E65D5D background

This text has black color on #E65D5D background.


White color preview on #E65D5D background

This text has white color on #E65D5D background.