COLOR #EC403F

HEX: #EC403F
RGB: (236,64,63)

Color info

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

RGB color model

#EC403F color RGB value is (236,64,63).

  • red value is 236;
  • green value is 64;
  • blue value is 63.
RGB:
(236,64,63)
(93%,25%,25%)

RGB channels and saturation

R 236 of 255 = 93%
G 64 of 255 = 25%
B 63 of 255 = 25%

236
64
63

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

Portions of RGB colors in percentages

R + G + B =
236 + 64 + 63 = 363 (100%)
R 236 of 363 ~ 65.01%
G 64 of 363 ~ 17.63%
B 63 of 363 ~ 17.36%

%65.01
%17.63
%17.36

CMYK color model

#EC403F color CMYK value is (0,73,73,7).

  • cyan value is 0.00%
  • magenta value is 72.88%
  • yellow value is 73.31%
  • key color value is 7.45%
CMYK:
(0,73,73,7)
C0M73Y73K7 
(0%,73%,73%,7%)
(0.00/0.73/0.73/0.07)	

CMYK percentages

%0
%72.88
%73.31
%7.45

Codes

Color #EC403F in popluar color models

EC403F
RGB2366463
HSL81.99%58.63%
HSB/HSV73.31%92.55%
CMYK0.00%72.88%73.31%
7.45%

Color #EC403F in popluar number systems.

HEXEC403F
Decimal2366463
Binary111011001000000111111
Octal35410077

Shades and tints

Shades of #EC403F

#EC403F
(236,64,63)
#D73B3A
(215,59,58)
#C23635
(194,54,53)
#AD3130
(173,49,48)
#982C2B
(152,44,43)
#832726
(131,39,38)
#6E2221
(110,34,33)
#591D1C
(89,29,28)
#441817
(68,24,23)
#2F1312
(47,19,18)
#1A0E0D
(26,14,13)
#000000
(0,0,0)

Tints of #EC403F

#EC403F
(236,64,63)
#ED5150
(237,81,80)
#EE6261
(238,98,97)
#EF7372
(239,115,114)
#F08483
(240,132,131)
#F19594
(241,149,148)
#F2A6A5
(242,166,165)
#F3B7B6
(243,183,182)
#F4C8C7
(244,200,199)
#F5D9D8
(245,217,216)
#F6EAE9
(246,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC403F color. Also use rgb(236,64,63) instead hex code.

Text Font Color

.myTextColor { color: #EC403F; }

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

This text font color is #EC403F.


Background Color

.myBgColor { background-color: #EC403F; }

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

This div background color is #EC403F.


Border color

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

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

This div border color is #EC403F.


Opacity

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

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

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

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

This text has shadow with #EC403F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC403F on black background.


Color preview on white background

This text has color #EC403F on white background.



Black color preview on #EC403F background

This text has black color on #EC403F background.


White color preview on #EC403F background

This text has white color on #EC403F background.