COLOR #E2821B

HEX: #E2821B
RGB: (226,130,27)

Color info

#E2821B contains mainly red color. Web safe color of #E2821B is #CC9933 (or #C93).

RGB color model

#E2821B color RGB value is (226,130,27).

  • red value is 226;
  • green value is 130;
  • blue value is 27.
RGB:
(226,130,27)
(89%,51%,11%)

RGB channels and saturation

R 226 of 255 = 89%
G 130 of 255 = 51%
B 27 of 255 = 11%

226
130
27

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

Portions of RGB colors in percentages

R + G + B =
226 + 130 + 27 = 383 (100%)
R 226 of 383 ~ 59.01%
G 130 of 383 ~ 33.94%
B 27 of 383 ~ 7.05%

%59.01
%33.94

CMYK color model

#E2821B color CMYK value is (0,42,88,11).

  • cyan value is 0.00%
  • magenta value is 42.48%
  • yellow value is 88.05%
  • key color value is 11.37%
CMYK:
(0,42,88,11)
C0M42Y88K11 
(0%,42%,88%,11%)
(0.00/0.42/0.88/0.11)	

CMYK percentages

%0
%42.48
%88.05
%11.37

Codes

Color #E2821B in popluar color models

E2821B
RGB22613027
HSL31°78.66%49.61%
HSB/HSV31°88.05%88.63%
CMYK0.00%42.48%88.05%
11.37%

Color #E2821B in popluar number systems.

HEXE2821B
Decimal22613027
Binary111000101000001011011
Octal34220233

Shades and tints

Shades of #E2821B

#E2821B
(226,130,27)
#CE7719
(206,119,25)
#BA6C17
(186,108,23)
#A66115
(166,97,21)
#925613
(146,86,19)
#7E4B11
(126,75,17)
#6A400F
(106,64,15)
#56350D
(86,53,13)
#422A0B
(66,42,11)
#2E1F09
(46,31,9)
#1A1407
(26,20,7)
#000000
(0,0,0)

Tints of #E2821B

#E2821B
(226,130,27)
#E48D2F
(228,141,47)
#E69843
(230,152,67)
#E8A357
(232,163,87)
#EAAE6B
(234,174,107)
#ECB97F
(236,185,127)
#EEC493
(238,196,147)
#F0CFA7
(240,207,167)
#F2DABB
(242,218,187)
#F4E5CF
(244,229,207)
#F6F0E3
(246,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2821B color. Also use rgb(226,130,27) instead hex code.

Text Font Color

.myTextColor { color: #E2821B; }

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

This text font color is #E2821B.


Background Color

.myBgColor { background-color: #E2821B; }

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

This div background color is #E2821B.


Border color

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

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

This div border color is #E2821B.


Opacity

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

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

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

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

This text has shadow with #E2821B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2821B on black background.


Color preview on white background

This text has color #E2821B on white background.



Black color preview on #E2821B background

This text has black color on #E2821B background.


White color preview on #E2821B background

This text has white color on #E2821B background.