COLOR #E2132F

HEX: #E2132F RGB: (226,19,47)

Color info

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

RGB color model

#E2132F color RGB value is (226,19,47).

RGB: (226,19,47) (89%, 7%, 18%)

RGB channels and saturation

R 226 of 255 = 89%
G 19 of 255 = 7%
B 47 of 255 = 18%

226
19
47

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

Portions of RGB colors in percentages

R + G + B = 226 + 19 + 47 = 292 (100%)
R 226 of 292 ~ 77.4%
G 19 of 292 ~ 6.51%
B 47 of 292 ~ 16.1'%

%77.4
%16.1

CMYK color model

#E2132F color CMYK value is (0,92,79,11).

  • cyan value is 0.00%
  • magenta value is 91.59%
  • yellow value is 79.20%
  • key color value is 11.37%

CMYK: (0,92,79,11)
C0M92Y79K11 (0%, 92%, 79%, 11%)
(0.00 / 0.92 / 0.79 / 0.11)

CMYK percentages

%0
%91.59
%79.2
%11.37

Codes

Color #E2132F in popluar color models

E2 13 2F
RGB 226 19 47
HSL 352° 84.49% 48.04%
HSB/HSV 352° 91.59% 88.63%
CMYK 0.00% 91.59% 79.20%
11.37%

Color #E2132F in popluar number systems.

HEX E2 13 2F
Decimal 226 19 47
Binary 11100010 10011 101111
Octal 342 23 57

Shades and tints

Shades of #E2132F

#E2132F
(226,19,47)
#CE122B
(206,18,43)
#BA1127
(186,17,39)
#A61023
(166,16,35)
#920F1F
(146,15,31)
#7E0E1B
(126,14,27)
#6A0D17
(106,13,23)
#560C13
(86,12,19)
#420B0F
(66,11,15)
#2E0A0B
(46,10,11)
#1A0907
(26,9,7)
#000000
(0,0,0)

Tints of #E2132F

#E2132F
(226,19,47)
#E42841
(228,40,65)
#E63D53
(230,61,83)
#E85265
(232,82,101)
#EA6777
(234,103,119)
#EC7C89
(236,124,137)
#EE919B
(238,145,155)
#F0A6AD
(240,166,173)
#F2BBBF
(242,187,191)
#F4D0D1
(244,208,209)
#F6E5E3
(246,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2132F color. Also use rgb(226,19,47) instead hex code.

Text Font Color

.myTextColor { color: #E2132F; }

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

This text font color is #E2132F.

Background Color

.myBgColor { background-color: #E2132F; }

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

This div background color is #E2132F.

Border color

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

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

This div border color is #E2132F.

Opacity

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

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

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

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

This text has shadow with #E2132F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2132F.

Preview

Color preview on black background

This text has color #E2132F on black background.


Color preview on white background

This text has color #E2132F on white background.


Black color preview on #E2132F background

This text has black color on #E2132F background.


White color preview on #E2132F background

This text has white color on #E2132F background.


Related colors

Complementary color

Complementary color for #hex is #1DECD0.


I love getcolorcode.com

Triadic colors

1 #2FE213 and #132FE2 with #E2132F are triadic colors.

2 #2F13E2 and #13E22F with #E2132F are triadic colors.