COLOR #E1271B

HEX: #E1271B RGB: (225,39,27)

Color info

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

RGB color model

#E1271B color RGB value is (225,39,27).

RGB: (225,39,27) (88%, 15%, 11%)

RGB channels and saturation

R 225 of 255 = 88%
G 39 of 255 = 15%
B 27 of 255 = 11%

225
39
27

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

Portions of RGB colors in percentages

R + G + B = 225 + 39 + 27 = 291 (100%)
R 225 of 291 ~ 77.32%
G 39 of 291 ~ 13.4%
B 27 of 291 ~ 9.28'%

%77.32
%13.4

CMYK color model

#E1271B color CMYK value is (0,83,88,12).

  • cyan value is 0.00%
  • magenta value is 82.67%
  • yellow value is 88.00%
  • key color value is 11.76%

CMYK: (0,83,88,12)
C0M83Y88K12 (0%, 83%, 88%, 12%)
(0.00 / 0.83 / 0.88 / 0.12)

CMYK percentages

%0
%82.67
%88
%11.76

Codes

Color #E1271B in popluar color models

E1 27 1B
RGB 225 39 27
HSL 78.57% 49.41%
HSB/HSV 88.00% 88.24%
CMYK 0.00% 82.67% 88.00%
11.76%

Color #E1271B in popluar number systems.

HEX E1 27 1B
Decimal 225 39 27
Binary 11100001 100111 11011
Octal 341 47 33

Shades and tints

Shades of #E1271B

#E1271B
(225,39,27)
#CD2419
(205,36,25)
#B92117
(185,33,23)
#A51E15
(165,30,21)
#911B13
(145,27,19)
#7D1811
(125,24,17)
#69150F
(105,21,15)
#55120D
(85,18,13)
#410F0B
(65,15,11)
#2D0C09
(45,12,9)
#190907
(25,9,7)
#000000
(0,0,0)

Tints of #E1271B

#E1271B
(225,39,27)
#E33A2F
(227,58,47)
#E54D43
(229,77,67)
#E76057
(231,96,87)
#E9736B
(233,115,107)
#EB867F
(235,134,127)
#ED9993
(237,153,147)
#EFACA7
(239,172,167)
#F1BFBB
(241,191,187)
#F3D2CF
(243,210,207)
#F5E5E3
(245,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1271B color. Also use rgb(225,39,27) instead hex code.

Text Font Color

.myTextColor { color: #E1271B; }

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

This text font color is #E1271B.

Background Color

.myBgColor { background-color: #E1271B; }

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

This div background color is #E1271B.

Border color

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

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

This div border color is #E1271B.

Opacity

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

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

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

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

This text has shadow with #E1271B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1271B.

Preview

Color preview on black background

This text has color #E1271B on black background.


Color preview on white background

This text has color #E1271B on white background.


Black color preview on #E1271B background

This text has black color on #E1271B background.


White color preview on #E1271B background

This text has white color on #E1271B background.


Related colors

Complementary color

Complementary color for #hex is #1ED8E4.


I love getcolorcode.com

Triadic colors

1 #1BE127 and #271BE1 with #E1271B are triadic colors.

2 #1B27E1 and #27E11B with #E1271B are triadic colors.