COLOR #EB373E

HEX: #EB373E
RGB: (235,55,62)

Color info

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

RGB color model

#EB373E color RGB value is (235,55,62).

  • red value is 235;
  • green value is 55;
  • blue value is 62.
RGB:
(235,55,62)
(92%,22%,24%)

RGB channels and saturation

R 235 of 255 = 92%
G 55 of 255 = 22%
B 62 of 255 = 24%

235
55
62

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

Portions of RGB colors in percentages

R + G + B =
235 + 55 + 62 = 352 (100%)
R 235 of 352 ~ 66.76%
G 55 of 352 ~ 15.63%
B 62 of 352 ~ 17.61%

%66.76
%15.63
%17.61

CMYK color model

#EB373E color CMYK value is (0,77,74,8).

  • cyan value is 0.00%
  • magenta value is 76.60%
  • yellow value is 73.62%
  • key color value is 7.84%
CMYK:
(0,77,74,8)
C0M77Y74K8 
(0%,77%,74%,8%)
(0.00/0.77/0.74/0.08)	

CMYK percentages

%0
%76.6
%73.62
%7.84

Codes

Color #EB373E in popluar color models

EB373E
RGB2355562
HSL358°81.82%56.86%
HSB/HSV358°76.60%92.16%
CMYK0.00%76.60%73.62%
7.84%

Color #EB373E in popluar number systems.

HEXEB373E
Decimal2355562
Binary11101011110111111110
Octal3536776

Shades and tints

Shades of #EB373E

#EB373E
(235,55,62)
#D63239
(214,50,57)
#C12D34
(193,45,52)
#AC282F
(172,40,47)
#97232A
(151,35,42)
#821E25
(130,30,37)
#6D1920
(109,25,32)
#58141B
(88,20,27)
#430F16
(67,15,22)
#2E0A11
(46,10,17)
#19050C
(25,5,12)
#000000
(0,0,0)

Tints of #EB373E

#EB373E
(235,55,62)
#EC494F
(236,73,79)
#ED5B60
(237,91,96)
#EE6D71
(238,109,113)
#EF7F82
(239,127,130)
#F09193
(240,145,147)
#F1A3A4
(241,163,164)
#F2B5B5
(242,181,181)
#F3C7C6
(243,199,198)
#F4D9D7
(244,217,215)
#F5EBE8
(245,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB373E color. Also use rgb(235,55,62) instead hex code.

Text Font Color

.myTextColor { color: #EB373E; }

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

This text font color is #EB373E.


Background Color

.myBgColor { background-color: #EB373E; }

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

This div background color is #EB373E.


Border color

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

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

This div border color is #EB373E.


Opacity

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

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

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

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

This text has shadow with #EB373E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB373E on black background.


Color preview on white background

This text has color #EB373E on white background.



Black color preview on #EB373E background

This text has black color on #EB373E background.


White color preview on #EB373E background

This text has white color on #EB373E background.