COLOR #EB3727

HEX: #EB3727
RGB: (235,55,39)

Color info

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

RGB color model

#EB3727 color RGB value is (235,55,39).

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

RGB channels and saturation

R 235 of 255 = 92%
G 55 of 255 = 22%
B 39 of 255 = 15%

235
55
39

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

Portions of RGB colors in percentages

R + G + B =
235 + 55 + 39 = 329 (100%)
R 235 of 329 ~ 71.43%
G 55 of 329 ~ 16.72%
B 39 of 329 ~ 11.85%

%71.43
%16.72
%11.85

CMYK color model

#EB3727 color CMYK value is (0,77,83,8).

  • cyan value is 0.00%
  • magenta value is 76.60%
  • yellow value is 83.40%
  • key color value is 7.84%
CMYK:
(0,77,83,8)
C0M77Y83K8 
(0%,77%,83%,8%)
(0.00/0.77/0.83/0.08)	

CMYK percentages

%0
%76.6
%83.4
%7.84

Codes

Color #EB3727 in popluar color models

EB3727
RGB2355539
HSL83.05%53.73%
HSB/HSV83.40%92.16%
CMYK0.00%76.60%83.40%
7.84%

Color #EB3727 in popluar number systems.

HEXEB3727
Decimal2355539
Binary11101011110111100111
Octal3536747

Shades and tints

Shades of #EB3727

#EB3727
(235,55,39)
#D63224
(214,50,36)
#C12D21
(193,45,33)
#AC281E
(172,40,30)
#97231B
(151,35,27)
#821E18
(130,30,24)
#6D1915
(109,25,21)
#581412
(88,20,18)
#430F0F
(67,15,15)
#2E0A0C
(46,10,12)
#190509
(25,5,9)
#000000
(0,0,0)

Tints of #EB3727

#EB3727
(235,55,39)
#EC493A
(236,73,58)
#ED5B4D
(237,91,77)
#EE6D60
(238,109,96)
#EF7F73
(239,127,115)
#F09186
(240,145,134)
#F1A399
(241,163,153)
#F2B5AC
(242,181,172)
#F3C7BF
(243,199,191)
#F4D9D2
(244,217,210)
#F5EBE5
(245,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB3727; }

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

This text font color is #EB3727.


Background Color

.myBgColor { background-color: #EB3727; }

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

This div background color is #EB3727.


Border color

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

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

This div border color is #EB3727.


Opacity

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

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

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

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

This text has shadow with #EB3727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB3727 on black background.


Color preview on white background

This text has color #EB3727 on white background.



Black color preview on #EB3727 background

This text has black color on #EB3727 background.


White color preview on #EB3727 background

This text has white color on #EB3727 background.