COLOR #EC3E3C

HEX: #EC3E3C
RGB: (236,62,60)

Color info

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

RGB color model

#EC3E3C color RGB value is (236,62,60).

  • red value is 236;
  • green value is 62;
  • blue value is 60.
RGB:
(236,62,60)
(93%,24%,24%)

RGB channels and saturation

R 236 of 255 = 93%
G 62 of 255 = 24%
B 60 of 255 = 24%

236
62
60

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

Portions of RGB colors in percentages

R + G + B =
236 + 62 + 60 = 358 (100%)
R 236 of 358 ~ 65.92%
G 62 of 358 ~ 17.32%
B 60 of 358 ~ 16.76%

%65.92
%17.32
%16.76

CMYK color model

#EC3E3C color CMYK value is (0,74,75,7).

  • cyan value is 0.00%
  • magenta value is 73.73%
  • yellow value is 74.58%
  • key color value is 7.45%
CMYK:
(0,74,75,7)
C0M74Y75K7 
(0%,74%,75%,7%)
(0.00/0.74/0.75/0.07)	

CMYK percentages

%0
%73.73
%74.58
%7.45

Codes

Color #EC3E3C in popluar color models

EC3E3C
RGB2366260
HSL82.24%58.04%
HSB/HSV74.58%92.55%
CMYK0.00%73.73%74.58%
7.45%

Color #EC3E3C in popluar number systems.

HEXEC3E3C
Decimal2366260
Binary11101100111110111100
Octal3547674

Shades and tints

Shades of #EC3E3C

#EC3E3C
(236,62,60)
#D73937
(215,57,55)
#C23432
(194,52,50)
#AD2F2D
(173,47,45)
#982A28
(152,42,40)
#832523
(131,37,35)
#6E201E
(110,32,30)
#591B19
(89,27,25)
#441614
(68,22,20)
#2F110F
(47,17,15)
#1A0C0A
(26,12,10)
#000000
(0,0,0)

Tints of #EC3E3C

#EC3E3C
(236,62,60)
#ED4F4D
(237,79,77)
#EE605E
(238,96,94)
#EF716F
(239,113,111)
#F08280
(240,130,128)
#F19391
(241,147,145)
#F2A4A2
(242,164,162)
#F3B5B3
(243,181,179)
#F4C6C4
(244,198,196)
#F5D7D5
(245,215,213)
#F6E8E6
(246,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC3E3C color. Also use rgb(236,62,60) instead hex code.

Text Font Color

.myTextColor { color: #EC3E3C; }

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

This text font color is #EC3E3C.


Background Color

.myBgColor { background-color: #EC3E3C; }

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

This div background color is #EC3E3C.


Border color

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

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

This div border color is #EC3E3C.


Opacity

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

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

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

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

This text has shadow with #EC3E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC3E3C on black background.


Color preview on white background

This text has color #EC3E3C on white background.



Black color preview on #EC3E3C background

This text has black color on #EC3E3C background.


White color preview on #EC3E3C background

This text has white color on #EC3E3C background.