COLOR #E70A26

HEX: #E70A26
RGB: (231,10,38)

Color info

#E70A26 contains mainly red color. Web safe color of #E70A26 is #FF0033 (or #F03).

RGB color model

#E70A26 color RGB value is (231,10,38).

  • red value is 231;
  • green value is 10;
  • blue value is 38.
RGB:
(231,10,38)
(91%,4%,15%)

RGB channels and saturation

R 231 of 255 = 91%
G 10 of 255 = 4%
B 38 of 255 = 15%

231
10
38

R + G + B ~ 37%. #E70A26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
231 + 10 + 38 = 279 (100%)
R 231 of 279 ~ 82.8%
G 10 of 279 ~ 3.58%
B 38 of 279 ~ 13.62%

%82.8
%13.62

CMYK color model

#E70A26 color CMYK value is (0,96,84,9).

  • cyan value is 0.00%
  • magenta value is 95.67%
  • yellow value is 83.55%
  • key color value is 9.41%
CMYK:
(0,96,84,9)
C0M96Y84K9 
(0%,96%,84%,9%)
(0.00/0.96/0.84/0.09)	

CMYK percentages

%0
%95.67
%83.55
%9.41

Codes

Color #E70A26 in popluar color models

E70A26
RGB2311038
HSL352°91.70%47.25%
HSB/HSV352°95.67%90.59%
CMYK0.00%95.67%83.55%
9.41%

Color #E70A26 in popluar number systems.

HEXE70A26
Decimal2311038
Binary111001111010100110
Octal3471246

Shades and tints

Shades of #E70A26

#E70A26
(231,10,38)
#D20A23
(210,10,35)
#BD0A20
(189,10,32)
#A80A1D
(168,10,29)
#930A1A
(147,10,26)
#7E0A17
(126,10,23)
#690A14
(105,10,20)
#540A11
(84,10,17)
#3F0A0E
(63,10,14)
#2A0A0B
(42,10,11)
#150A08
(21,10,8)
#000000
(0,0,0)

Tints of #E70A26

#E70A26
(231,10,38)
#E92039
(233,32,57)
#EB364C
(235,54,76)
#ED4C5F
(237,76,95)
#EF6272
(239,98,114)
#F17885
(241,120,133)
#F38E98
(243,142,152)
#F5A4AB
(245,164,171)
#F7BABE
(247,186,190)
#F9D0D1
(249,208,209)
#FBE6E4
(251,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E70A26 color. Also use rgb(231,10,38) instead hex code.

Text Font Color

.myTextColor { color: #E70A26; }

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

This text font color is #E70A26.


Background Color

.myBgColor { background-color: #E70A26; }

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

This div background color is #E70A26.


Border color

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

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

This div border color is #E70A26.


Opacity

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

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

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

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

This text has shadow with #E70A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E70A26 on black background.


Color preview on white background

This text has color #E70A26 on white background.



Black color preview on #E70A26 background

This text has black color on #E70A26 background.


White color preview on #E70A26 background

This text has white color on #E70A26 background.