COLOR #E40A2F

HEX: #E40A2F
RGB: (228,10,47)

Color info

#E40A2F contains mainly red color. Web safe color of #E40A2F is #CC0033 (or #C03).

RGB color model

#E40A2F color RGB value is (228,10,47).

  • red value is 228;
  • green value is 10;
  • blue value is 47.
RGB:
(228,10,47)
(89%,4%,18%)

RGB channels and saturation

R 228 of 255 = 89%
G 10 of 255 = 4%
B 47 of 255 = 18%

228
10
47

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

Portions of RGB colors in percentages

R + G + B =
228 + 10 + 47 = 285 (100%)
R 228 of 285 ~ 80%
G 10 of 285 ~ 3.51%
B 47 of 285 ~ 16.49%

%80
%16.49

CMYK color model

#E40A2F color CMYK value is (0,96,79,11).

  • cyan value is 0.00%
  • magenta value is 95.61%
  • yellow value is 79.39%
  • key color value is 10.59%
CMYK:
(0,96,79,11)
C0M96Y79K11 
(0%,96%,79%,11%)
(0.00/0.96/0.79/0.11)	

CMYK percentages

%0
%95.61
%79.39
%10.59

Codes

Color #E40A2F in popluar color models

E40A2F
RGB2281047
HSL350°91.60%46.67%
HSB/HSV350°95.61%89.41%
CMYK0.00%95.61%79.39%
10.59%

Color #E40A2F in popluar number systems.

HEXE40A2F
Decimal2281047
Binary111001001010101111
Octal3441257

Shades and tints

Shades of #E40A2F

#E40A2F
(228,10,47)
#D00A2B
(208,10,43)
#BC0A27
(188,10,39)
#A80A23
(168,10,35)
#940A1F
(148,10,31)
#800A1B
(128,10,27)
#6C0A17
(108,10,23)
#580A13
(88,10,19)
#440A0F
(68,10,15)
#300A0B
(48,10,11)
#1C0A07
(28,10,7)
#000000
(0,0,0)

Tints of #E40A2F

#E40A2F
(228,10,47)
#E62041
(230,32,65)
#E83653
(232,54,83)
#EA4C65
(234,76,101)
#EC6277
(236,98,119)
#EE7889
(238,120,137)
#F08E9B
(240,142,155)
#F2A4AD
(242,164,173)
#F4BABF
(244,186,191)
#F6D0D1
(246,208,209)
#F8E6E3
(248,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E40A2F color. Also use rgb(228,10,47) instead hex code.

Text Font Color

.myTextColor { color: #E40A2F; }

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

This text font color is #E40A2F.


Background Color

.myBgColor { background-color: #E40A2F; }

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

This div background color is #E40A2F.


Border color

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

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

This div border color is #E40A2F.


Opacity

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

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

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

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

This text has shadow with #E40A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E40A2F on black background.


Color preview on white background

This text has color #E40A2F on white background.



Black color preview on #E40A2F background

This text has black color on #E40A2F background.


White color preview on #E40A2F background

This text has white color on #E40A2F background.