COLOR #E4291A

HEX: #E4291A
RGB: (228,41,26)

Color info

#E4291A contains mainly red color. Web safe color of #E4291A is #CC3300 (or #C30).

RGB color model

#E4291A color RGB value is (228,41,26).

  • red value is 228;
  • green value is 41;
  • blue value is 26.
RGB:
(228,41,26)
(89%,16%,10%)

RGB channels and saturation

R 228 of 255 = 89%
G 41 of 255 = 16%
B 26 of 255 = 10%

228
41
26

R + G + B ~ 38%. #E4291A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
228 + 41 + 26 = 295 (100%)
R 228 of 295 ~ 77.29%
G 41 of 295 ~ 13.9%
B 26 of 295 ~ 8.81%

%77.29
%13.9

CMYK color model

#E4291A color CMYK value is (0,82,89,11).

  • cyan value is 0.00%
  • magenta value is 82.02%
  • yellow value is 88.60%
  • key color value is 10.59%
CMYK:
(0,82,89,11)
C0M82Y89K11 
(0%,82%,89%,11%)
(0.00/0.82/0.89/0.11)	

CMYK percentages

%0
%82.02
%88.6
%10.59

Codes

Color #E4291A in popluar color models

E4291A
RGB2284126
HSL79.53%49.80%
HSB/HSV88.60%89.41%
CMYK0.00%82.02%88.60%
10.59%

Color #E4291A in popluar number systems.

HEXE4291A
Decimal2284126
Binary1110010010100111010
Octal3445132

Shades and tints

Shades of #E4291A

#E4291A
(228,41,26)
#D02618
(208,38,24)
#BC2316
(188,35,22)
#A82014
(168,32,20)
#941D12
(148,29,18)
#801A10
(128,26,16)
#6C170E
(108,23,14)
#58140C
(88,20,12)
#44110A
(68,17,10)
#300E08
(48,14,8)
#1C0B06
(28,11,6)
#000000
(0,0,0)

Tints of #E4291A

#E4291A
(228,41,26)
#E63C2E
(230,60,46)
#E84F42
(232,79,66)
#EA6256
(234,98,86)
#EC756A
(236,117,106)
#EE887E
(238,136,126)
#F09B92
(240,155,146)
#F2AEA6
(242,174,166)
#F4C1BA
(244,193,186)
#F6D4CE
(246,212,206)
#F8E7E2
(248,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4291A color. Also use rgb(228,41,26) instead hex code.

Text Font Color

.myTextColor { color: #E4291A; }

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

This text font color is #E4291A.


Background Color

.myBgColor { background-color: #E4291A; }

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

This div background color is #E4291A.


Border color

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

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

This div border color is #E4291A.


Opacity

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

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

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

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

This text has shadow with #E4291A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4291A on black background.


Color preview on white background

This text has color #E4291A on white background.



Black color preview on #E4291A background

This text has black color on #E4291A background.


White color preview on #E4291A background

This text has white color on #E4291A background.