COLOR #EC4B3A

HEX: #EC4B3A
RGB: (236,75,58)

Color info

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

RGB color model

#EC4B3A color RGB value is (236,75,58).

  • red value is 236;
  • green value is 75;
  • blue value is 58.
RGB:
(236,75,58)
(93%,29%,23%)

RGB channels and saturation

R 236 of 255 = 93%
G 75 of 255 = 29%
B 58 of 255 = 23%

236
75
58

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

Portions of RGB colors in percentages

R + G + B =
236 + 75 + 58 = 369 (100%)
R 236 of 369 ~ 63.96%
G 75 of 369 ~ 20.33%
B 58 of 369 ~ 15.72%

%63.96
%20.33
%15.72

CMYK color model

#EC4B3A color CMYK value is (0,68,75,7).

  • cyan value is 0.00%
  • magenta value is 68.22%
  • yellow value is 75.42%
  • key color value is 7.45%
CMYK:
(0,68,75,7)
C0M68Y75K7 
(0%,68%,75%,7%)
(0.00/0.68/0.75/0.07)	

CMYK percentages

%0
%68.22
%75.42
%7.45

Codes

Color #EC4B3A in popluar color models

EC4B3A
RGB2367558
HSL82.41%57.65%
HSB/HSV75.42%92.55%
CMYK0.00%68.22%75.42%
7.45%

Color #EC4B3A in popluar number systems.

HEXEC4B3A
Decimal2367558
Binary111011001001011111010
Octal35411372

Shades and tints

Shades of #EC4B3A

#EC4B3A
(236,75,58)
#D74535
(215,69,53)
#C23F30
(194,63,48)
#AD392B
(173,57,43)
#983326
(152,51,38)
#832D21
(131,45,33)
#6E271C
(110,39,28)
#592117
(89,33,23)
#441B12
(68,27,18)
#2F150D
(47,21,13)
#1A0F08
(26,15,8)
#000000
(0,0,0)

Tints of #EC4B3A

#EC4B3A
(236,75,58)
#ED5B4B
(237,91,75)
#EE6B5C
(238,107,92)
#EF7B6D
(239,123,109)
#F08B7E
(240,139,126)
#F19B8F
(241,155,143)
#F2ABA0
(242,171,160)
#F3BBB1
(243,187,177)
#F4CBC2
(244,203,194)
#F5DBD3
(245,219,211)
#F6EBE4
(246,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC4B3A color. Also use rgb(236,75,58) instead hex code.

Text Font Color

.myTextColor { color: #EC4B3A; }

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

This text font color is #EC4B3A.


Background Color

.myBgColor { background-color: #EC4B3A; }

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

This div background color is #EC4B3A.


Border color

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

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

This div border color is #EC4B3A.


Opacity

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

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

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

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

This text has shadow with #EC4B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC4B3A on black background.


Color preview on white background

This text has color #EC4B3A on white background.



Black color preview on #EC4B3A background

This text has black color on #EC4B3A background.


White color preview on #EC4B3A background

This text has white color on #EC4B3A background.