COLOR #E2751E

HEX: #E2751E
RGB: (226,117,30)

Color info

#E2751E contains mainly red color. Web safe color of #E2751E is #CC6633 (or #C63).

RGB color model

#E2751E color RGB value is (226,117,30).

  • red value is 226;
  • green value is 117;
  • blue value is 30.
RGB:
(226,117,30)
(89%,46%,12%)

RGB channels and saturation

R 226 of 255 = 89%
G 117 of 255 = 46%
B 30 of 255 = 12%

226
117
30

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

Portions of RGB colors in percentages

R + G + B =
226 + 117 + 30 = 373 (100%)
R 226 of 373 ~ 60.59%
G 117 of 373 ~ 31.37%
B 30 of 373 ~ 8.04%

%60.59
%31.37

CMYK color model

#E2751E color CMYK value is (0,48,87,11).

  • cyan value is 0.00%
  • magenta value is 48.23%
  • yellow value is 86.73%
  • key color value is 11.37%
CMYK:
(0,48,87,11)
C0M48Y87K11 
(0%,48%,87%,11%)
(0.00/0.48/0.87/0.11)	

CMYK percentages

%0
%48.23
%86.73
%11.37

Codes

Color #E2751E in popluar color models

E2751E
RGB22611730
HSL27°77.17%50.20%
HSB/HSV27°86.73%88.63%
CMYK0.00%48.23%86.73%
11.37%

Color #E2751E in popluar number systems.

HEXE2751E
Decimal22611730
Binary11100010111010111110
Octal34216536

Shades and tints

Shades of #E2751E

#E2751E
(226,117,30)
#CE6B1C
(206,107,28)
#BA611A
(186,97,26)
#A65718
(166,87,24)
#924D16
(146,77,22)
#7E4314
(126,67,20)
#6A3912
(106,57,18)
#562F10
(86,47,16)
#42250E
(66,37,14)
#2E1B0C
(46,27,12)
#1A110A
(26,17,10)
#000000
(0,0,0)

Tints of #E2751E

#E2751E
(226,117,30)
#E48132
(228,129,50)
#E68D46
(230,141,70)
#E8995A
(232,153,90)
#EAA56E
(234,165,110)
#ECB182
(236,177,130)
#EEBD96
(238,189,150)
#F0C9AA
(240,201,170)
#F2D5BE
(242,213,190)
#F4E1D2
(244,225,210)
#F6EDE6
(246,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2751E color. Also use rgb(226,117,30) instead hex code.

Text Font Color

.myTextColor { color: #E2751E; }

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

This text font color is #E2751E.


Background Color

.myBgColor { background-color: #E2751E; }

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

This div background color is #E2751E.


Border color

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

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

This div border color is #E2751E.


Opacity

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

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

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

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

This text has shadow with #E2751E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2751E on black background.


Color preview on white background

This text has color #E2751E on white background.



Black color preview on #E2751E background

This text has black color on #E2751E background.


White color preview on #E2751E background

This text has white color on #E2751E background.