COLOR #E6573E

HEX: #E6573E
RGB: (230,87,62)

Color info

#E6573E contains mainly red color. Web safe color of #E6573E is #CC6633 (or #C63).

RGB color model

#E6573E color RGB value is (230,87,62).

  • red value is 230;
  • green value is 87;
  • blue value is 62.
RGB:
(230,87,62)
(90%,34%,24%)

RGB channels and saturation

R 230 of 255 = 90%
G 87 of 255 = 34%
B 62 of 255 = 24%

230
87
62

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

Portions of RGB colors in percentages

R + G + B =
230 + 87 + 62 = 379 (100%)
R 230 of 379 ~ 60.69%
G 87 of 379 ~ 22.96%
B 62 of 379 ~ 16.36%

%60.69
%22.96
%16.36

CMYK color model

#E6573E color CMYK value is (0,62,73,10).

  • cyan value is 0.00%
  • magenta value is 62.17%
  • yellow value is 73.04%
  • key color value is 9.80%
CMYK:
(0,62,73,10)
C0M62Y73K10 
(0%,62%,73%,10%)
(0.00/0.62/0.73/0.10)	

CMYK percentages

%0
%62.17
%73.04
%9.8

Codes

Color #E6573E in popluar color models

E6573E
RGB2308762
HSL77.06%57.25%
HSB/HSV73.04%90.20%
CMYK0.00%62.17%73.04%
9.80%

Color #E6573E in popluar number systems.

HEXE6573E
Decimal2308762
Binary111001101010111111110
Octal34612776

Shades and tints

Shades of #E6573E

#E6573E
(230,87,62)
#D25039
(210,80,57)
#BE4934
(190,73,52)
#AA422F
(170,66,47)
#963B2A
(150,59,42)
#823425
(130,52,37)
#6E2D20
(110,45,32)
#5A261B
(90,38,27)
#461F16
(70,31,22)
#321811
(50,24,17)
#1E110C
(30,17,12)
#000000
(0,0,0)

Tints of #E6573E

#E6573E
(230,87,62)
#E8664F
(232,102,79)
#EA7560
(234,117,96)
#EC8471
(236,132,113)
#EE9382
(238,147,130)
#F0A293
(240,162,147)
#F2B1A4
(242,177,164)
#F4C0B5
(244,192,181)
#F6CFC6
(246,207,198)
#F8DED7
(248,222,215)
#FAEDE8
(250,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6573E; }

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

This text font color is #E6573E.


Background Color

.myBgColor { background-color: #E6573E; }

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

This div background color is #E6573E.


Border color

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

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

This div border color is #E6573E.


Opacity

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

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

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

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

This text has shadow with #E6573E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6573E on black background.


Color preview on white background

This text has color #E6573E on white background.



Black color preview on #E6573E background

This text has black color on #E6573E background.


White color preview on #E6573E background

This text has white color on #E6573E background.