COLOR #E61B2E

HEX: #E61B2E
RGB: (230,27,46)

Color info

#E61B2E contains mainly red color. Web safe color of #E61B2E is #CC3333 (or #C33).

RGB color model

#E61B2E color RGB value is (230,27,46).

  • red value is 230;
  • green value is 27;
  • blue value is 46.
RGB:
(230,27,46)
(90%,11%,18%)

RGB channels and saturation

R 230 of 255 = 90%
G 27 of 255 = 11%
B 46 of 255 = 18%

230
27
46

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

Portions of RGB colors in percentages

R + G + B =
230 + 27 + 46 = 303 (100%)
R 230 of 303 ~ 75.91%
G 27 of 303 ~ 8.91%
B 46 of 303 ~ 15.18%

%75.91
%15.18

CMYK color model

#E61B2E color CMYK value is (0,88,80,10).

  • cyan value is 0.00%
  • magenta value is 88.26%
  • yellow value is 80.00%
  • key color value is 9.80%
CMYK:
(0,88,80,10)
C0M88Y80K10 
(0%,88%,80%,10%)
(0.00/0.88/0.80/0.10)	

CMYK percentages

%0
%88.26
%80
%9.8

Codes

Color #E61B2E in popluar color models

E61B2E
RGB2302746
HSL354°80.24%50.39%
HSB/HSV354°88.26%90.20%
CMYK0.00%88.26%80.00%
9.80%

Color #E61B2E in popluar number systems.

HEXE61B2E
Decimal2302746
Binary1110011011011101110
Octal3463356

Shades and tints

Shades of #E61B2E

#E61B2E
(230,27,46)
#D2192A
(210,25,42)
#BE1726
(190,23,38)
#AA1522
(170,21,34)
#96131E
(150,19,30)
#82111A
(130,17,26)
#6E0F16
(110,15,22)
#5A0D12
(90,13,18)
#460B0E
(70,11,14)
#32090A
(50,9,10)
#1E0706
(30,7,6)
#000000
(0,0,0)

Tints of #E61B2E

#E61B2E
(230,27,46)
#E82F41
(232,47,65)
#EA4354
(234,67,84)
#EC5767
(236,87,103)
#EE6B7A
(238,107,122)
#F07F8D
(240,127,141)
#F293A0
(242,147,160)
#F4A7B3
(244,167,179)
#F6BBC6
(246,187,198)
#F8CFD9
(248,207,217)
#FAE3EC
(250,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E61B2E; }

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

This text font color is #E61B2E.


Background Color

.myBgColor { background-color: #E61B2E; }

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

This div background color is #E61B2E.


Border color

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

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

This div border color is #E61B2E.


Opacity

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

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

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

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

This text has shadow with #E61B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E61B2E on black background.


Color preview on white background

This text has color #E61B2E on white background.



Black color preview on #E61B2E background

This text has black color on #E61B2E background.


White color preview on #E61B2E background

This text has white color on #E61B2E background.