COLOR #EB2D3F

HEX: #EB2D3F
RGB: (235,45,63)

Color info

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

RGB color model

#EB2D3F color RGB value is (235,45,63).

  • red value is 235;
  • green value is 45;
  • blue value is 63.
RGB:
(235,45,63)
(92%,18%,25%)

RGB channels and saturation

R 235 of 255 = 92%
G 45 of 255 = 18%
B 63 of 255 = 25%

235
45
63

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

Portions of RGB colors in percentages

R + G + B =
235 + 45 + 63 = 343 (100%)
R 235 of 343 ~ 68.51%
G 45 of 343 ~ 13.12%
B 63 of 343 ~ 18.37%

%68.51
%13.12
%18.37

CMYK color model

#EB2D3F color CMYK value is (0,81,73,8).

  • cyan value is 0.00%
  • magenta value is 80.85%
  • yellow value is 73.19%
  • key color value is 7.84%
CMYK:
(0,81,73,8)
C0M81Y73K8 
(0%,81%,73%,8%)
(0.00/0.81/0.73/0.08)	

CMYK percentages

%0
%80.85
%73.19
%7.84

Codes

Color #EB2D3F in popluar color models

EB2D3F
RGB2354563
HSL354°82.61%54.90%
HSB/HSV354°80.85%92.16%
CMYK0.00%80.85%73.19%
7.84%

Color #EB2D3F in popluar number systems.

HEXEB2D3F
Decimal2354563
Binary11101011101101111111
Octal3535577

Shades and tints

Shades of #EB2D3F

#EB2D3F
(235,45,63)
#D6293A
(214,41,58)
#C12535
(193,37,53)
#AC2130
(172,33,48)
#971D2B
(151,29,43)
#821926
(130,25,38)
#6D1521
(109,21,33)
#58111C
(88,17,28)
#430D17
(67,13,23)
#2E0912
(46,9,18)
#19050D
(25,5,13)
#000000
(0,0,0)

Tints of #EB2D3F

#EB2D3F
(235,45,63)
#EC4050
(236,64,80)
#ED5361
(237,83,97)
#EE6672
(238,102,114)
#EF7983
(239,121,131)
#F08C94
(240,140,148)
#F19FA5
(241,159,165)
#F2B2B6
(242,178,182)
#F3C5C7
(243,197,199)
#F4D8D8
(244,216,216)
#F5EBE9
(245,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB2D3F color. Also use rgb(235,45,63) instead hex code.

Text Font Color

.myTextColor { color: #EB2D3F; }

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

This text font color is #EB2D3F.


Background Color

.myBgColor { background-color: #EB2D3F; }

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

This div background color is #EB2D3F.


Border color

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

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

This div border color is #EB2D3F.


Opacity

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

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

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

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

This text has shadow with #EB2D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB2D3F on black background.


Color preview on white background

This text has color #EB2D3F on white background.



Black color preview on #EB2D3F background

This text has black color on #EB2D3F background.


White color preview on #EB2D3F background

This text has white color on #EB2D3F background.