COLOR #EC3011

HEX: #EC3011
RGB: (236,48,17)

Color info

#EC3011 contains mainly red color. Web safe color of #EC3011 is #FF3300 (or #F30).

RGB color model

#EC3011 color RGB value is (236,48,17).

  • red value is 236;
  • green value is 48;
  • blue value is 17.
RGB:
(236,48,17)
(93%,19%,7%)

RGB channels and saturation

R 236 of 255 = 93%
G 48 of 255 = 19%
B 17 of 255 = 7%

236
48
17

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

Portions of RGB colors in percentages

R + G + B =
236 + 48 + 17 = 301 (100%)
R 236 of 301 ~ 78.41%
G 48 of 301 ~ 15.95%
B 17 of 301 ~ 5.65%

%78.41
%15.95

CMYK color model

#EC3011 color CMYK value is (0,80,93,7).

  • cyan value is 0.00%
  • magenta value is 79.66%
  • yellow value is 92.80%
  • key color value is 7.45%
CMYK:
(0,80,93,7)
C0M80Y93K7 
(0%,80%,93%,7%)
(0.00/0.80/0.93/0.07)	

CMYK percentages

%0
%79.66
%92.8
%7.45

Codes

Color #EC3011 in popluar color models

EC3011
RGB2364817
HSL86.56%49.61%
HSB/HSV92.80%92.55%
CMYK0.00%79.66%92.80%
7.45%

Color #EC3011 in popluar number systems.

HEXEC3011
Decimal2364817
Binary1110110011000010001
Octal3546021

Shades and tints

Shades of #EC3011

#EC3011
(236,48,17)
#D72C10
(215,44,16)
#C2280F
(194,40,15)
#AD240E
(173,36,14)
#98200D
(152,32,13)
#831C0C
(131,28,12)
#6E180B
(110,24,11)
#59140A
(89,20,10)
#441009
(68,16,9)
#2F0C08
(47,12,8)
#1A0807
(26,8,7)
#000000
(0,0,0)

Tints of #EC3011

#EC3011
(236,48,17)
#ED4226
(237,66,38)
#EE543B
(238,84,59)
#EF6650
(239,102,80)
#F07865
(240,120,101)
#F18A7A
(241,138,122)
#F29C8F
(242,156,143)
#F3AEA4
(243,174,164)
#F4C0B9
(244,192,185)
#F5D2CE
(245,210,206)
#F6E4E3
(246,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC3011 color. Also use rgb(236,48,17) instead hex code.

Text Font Color

.myTextColor { color: #EC3011; }

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

This text font color is #EC3011.


Background Color

.myBgColor { background-color: #EC3011; }

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

This div background color is #EC3011.


Border color

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

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

This div border color is #EC3011.


Opacity

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

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

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

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

This text has shadow with #EC3011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC3011 on black background.


Color preview on white background

This text has color #EC3011 on white background.



Black color preview on #EC3011 background

This text has black color on #EC3011 background.


White color preview on #EC3011 background

This text has white color on #EC3011 background.