COLOR #EC341D

HEX: #EC341D
RGB: (236,52,29)

Color info

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

RGB color model

#EC341D color RGB value is (236,52,29).

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

RGB channels and saturation

R 236 of 255 = 93%
G 52 of 255 = 20%
B 29 of 255 = 11%

236
52
29

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

Portions of RGB colors in percentages

R + G + B =
236 + 52 + 29 = 317 (100%)
R 236 of 317 ~ 74.45%
G 52 of 317 ~ 16.4%
B 29 of 317 ~ 9.15%

%74.45
%16.4

CMYK color model

#EC341D color CMYK value is (0,78,88,7).

  • cyan value is 0.00%
  • magenta value is 77.97%
  • yellow value is 87.71%
  • key color value is 7.45%
CMYK:
(0,78,88,7)
C0M78Y88K7 
(0%,78%,88%,7%)
(0.00/0.78/0.88/0.07)	

CMYK percentages

%0
%77.97
%87.71
%7.45

Codes

Color #EC341D in popluar color models

EC341D
RGB2365229
HSL84.49%51.96%
HSB/HSV87.71%92.55%
CMYK0.00%77.97%87.71%
7.45%

Color #EC341D in popluar number systems.

HEXEC341D
Decimal2365229
Binary1110110011010011101
Octal3546435

Shades and tints

Shades of #EC341D

#EC341D
(236,52,29)
#D7301B
(215,48,27)
#C22C19
(194,44,25)
#AD2817
(173,40,23)
#982415
(152,36,21)
#832013
(131,32,19)
#6E1C11
(110,28,17)
#59180F
(89,24,15)
#44140D
(68,20,13)
#2F100B
(47,16,11)
#1A0C09
(26,12,9)
#000000
(0,0,0)

Tints of #EC341D

#EC341D
(236,52,29)
#ED4631
(237,70,49)
#EE5845
(238,88,69)
#EF6A59
(239,106,89)
#F07C6D
(240,124,109)
#F18E81
(241,142,129)
#F2A095
(242,160,149)
#F3B2A9
(243,178,169)
#F4C4BD
(244,196,189)
#F5D6D1
(245,214,209)
#F6E8E5
(246,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC341D; }

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

This text font color is #EC341D.


Background Color

.myBgColor { background-color: #EC341D; }

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

This div background color is #EC341D.


Border color

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

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

This div border color is #EC341D.


Opacity

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

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

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

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

This text has shadow with #EC341D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC341D on black background.


Color preview on white background

This text has color #EC341D on white background.



Black color preview on #EC341D background

This text has black color on #EC341D background.


White color preview on #EC341D background

This text has white color on #EC341D background.