COLOR #EC2E1D

HEX: #EC2E1D
RGB: (236,46,29)

Color info

#EC2E1D contains mainly red color. Web safe color of #EC2E1D is #FF3333 (or #F33).

RGB color model

#EC2E1D color RGB value is (236,46,29).

  • red value is 236;
  • green value is 46;
  • blue value is 29.
RGB:
(236,46,29)
(93%,18%,11%)

RGB channels and saturation

R 236 of 255 = 93%
G 46 of 255 = 18%
B 29 of 255 = 11%

236
46
29

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

Portions of RGB colors in percentages

R + G + B =
236 + 46 + 29 = 311 (100%)
R 236 of 311 ~ 75.88%
G 46 of 311 ~ 14.79%
B 29 of 311 ~ 9.32%

%75.88
%14.79

CMYK color model

#EC2E1D color CMYK value is (0,81,88,7).

  • cyan value is 0.00%
  • magenta value is 80.51%
  • yellow value is 87.71%
  • key color value is 7.45%
CMYK:
(0,81,88,7)
C0M81Y88K7 
(0%,81%,88%,7%)
(0.00/0.81/0.88/0.07)	

CMYK percentages

%0
%80.51
%87.71
%7.45

Codes

Color #EC2E1D in popluar color models

EC2E1D
RGB2364629
HSL84.49%51.96%
HSB/HSV87.71%92.55%
CMYK0.00%80.51%87.71%
7.45%

Color #EC2E1D in popluar number systems.

HEXEC2E1D
Decimal2364629
Binary1110110010111011101
Octal3545635

Shades and tints

Shades of #EC2E1D

#EC2E1D
(236,46,29)
#D72A1B
(215,42,27)
#C22619
(194,38,25)
#AD2217
(173,34,23)
#981E15
(152,30,21)
#831A13
(131,26,19)
#6E1611
(110,22,17)
#59120F
(89,18,15)
#440E0D
(68,14,13)
#2F0A0B
(47,10,11)
#1A0609
(26,6,9)
#000000
(0,0,0)

Tints of #EC2E1D

#EC2E1D
(236,46,29)
#ED4131
(237,65,49)
#EE5445
(238,84,69)
#EF6759
(239,103,89)
#F07A6D
(240,122,109)
#F18D81
(241,141,129)
#F2A095
(242,160,149)
#F3B3A9
(243,179,169)
#F4C6BD
(244,198,189)
#F5D9D1
(245,217,209)
#F6ECE5
(246,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC2E1D color. Also use rgb(236,46,29) instead hex code.

Text Font Color

.myTextColor { color: #EC2E1D; }

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

This text font color is #EC2E1D.


Background Color

.myBgColor { background-color: #EC2E1D; }

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

This div background color is #EC2E1D.


Border color

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

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

This div border color is #EC2E1D.


Opacity

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

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

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

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

This text has shadow with #EC2E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC2E1D on black background.


Color preview on white background

This text has color #EC2E1D on white background.



Black color preview on #EC2E1D background

This text has black color on #EC2E1D background.


White color preview on #EC2E1D background

This text has white color on #EC2E1D background.