COLOR #E4252B

HEX: #E4252B
RGB: (228,37,43)

Color info

#E4252B contains mainly red color. Web safe color of #E4252B is #CC3333 (or #C33).

RGB color model

#E4252B color RGB value is (228,37,43).

  • red value is 228;
  • green value is 37;
  • blue value is 43.
RGB:
(228,37,43)
(89%,15%,17%)

RGB channels and saturation

R 228 of 255 = 89%
G 37 of 255 = 15%
B 43 of 255 = 17%

228
37
43

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

Portions of RGB colors in percentages

R + G + B =
228 + 37 + 43 = 308 (100%)
R 228 of 308 ~ 74.03%
G 37 of 308 ~ 12.01%
B 43 of 308 ~ 13.96%

%74.03
%12.01
%13.96

CMYK color model

#E4252B color CMYK value is (0,84,81,11).

  • cyan value is 0.00%
  • magenta value is 83.77%
  • yellow value is 81.14%
  • key color value is 10.59%
CMYK:
(0,84,81,11)
C0M84Y81K11 
(0%,84%,81%,11%)
(0.00/0.84/0.81/0.11)	

CMYK percentages

%0
%83.77
%81.14
%10.59

Codes

Color #E4252B in popluar color models

E4252B
RGB2283743
HSL358°77.96%51.96%
HSB/HSV358°83.77%89.41%
CMYK0.00%83.77%81.14%
10.59%

Color #E4252B in popluar number systems.

HEXE4252B
Decimal2283743
Binary11100100100101101011
Octal3444553

Shades and tints

Shades of #E4252B

#E4252B
(228,37,43)
#D02228
(208,34,40)
#BC1F25
(188,31,37)
#A81C22
(168,28,34)
#94191F
(148,25,31)
#80161C
(128,22,28)
#6C1319
(108,19,25)
#581016
(88,16,22)
#440D13
(68,13,19)
#300A10
(48,10,16)
#1C070D
(28,7,13)
#000000
(0,0,0)

Tints of #E4252B

#E4252B
(228,37,43)
#E6383E
(230,56,62)
#E84B51
(232,75,81)
#EA5E64
(234,94,100)
#EC7177
(236,113,119)
#EE848A
(238,132,138)
#F0979D
(240,151,157)
#F2AAB0
(242,170,176)
#F4BDC3
(244,189,195)
#F6D0D6
(246,208,214)
#F8E3E9
(248,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4252B color. Also use rgb(228,37,43) instead hex code.

Text Font Color

.myTextColor { color: #E4252B; }

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

This text font color is #E4252B.


Background Color

.myBgColor { background-color: #E4252B; }

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

This div background color is #E4252B.


Border color

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

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

This div border color is #E4252B.


Opacity

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

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

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

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

This text has shadow with #E4252B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4252B on black background.


Color preview on white background

This text has color #E4252B on white background.



Black color preview on #E4252B background

This text has black color on #E4252B background.


White color preview on #E4252B background

This text has white color on #E4252B background.