COLOR #EC3025

HEX: #EC3025
RGB: (236,48,37)

Color info

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

RGB color model

#EC3025 color RGB value is (236,48,37).

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

RGB channels and saturation

R 236 of 255 = 93%
G 48 of 255 = 19%
B 37 of 255 = 15%

236
48
37

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

Portions of RGB colors in percentages

R + G + B =
236 + 48 + 37 = 321 (100%)
R 236 of 321 ~ 73.52%
G 48 of 321 ~ 14.95%
B 37 of 321 ~ 11.53%

%73.52
%14.95
%11.53

CMYK color model

#EC3025 color CMYK value is (0,80,84,7).

  • cyan value is 0.00%
  • magenta value is 79.66%
  • yellow value is 84.32%
  • key color value is 7.45%
CMYK:
(0,80,84,7)
C0M80Y84K7 
(0%,80%,84%,7%)
(0.00/0.80/0.84/0.07)	

CMYK percentages

%0
%79.66
%84.32
%7.45

Codes

Color #EC3025 in popluar color models

EC3025
RGB2364837
HSL83.97%53.53%
HSB/HSV84.32%92.55%
CMYK0.00%79.66%84.32%
7.45%

Color #EC3025 in popluar number systems.

HEXEC3025
Decimal2364837
Binary11101100110000100101
Octal3546045

Shades and tints

Shades of #EC3025

#EC3025
(236,48,37)
#D72C22
(215,44,34)
#C2281F
(194,40,31)
#AD241C
(173,36,28)
#982019
(152,32,25)
#831C16
(131,28,22)
#6E1813
(110,24,19)
#591410
(89,20,16)
#44100D
(68,16,13)
#2F0C0A
(47,12,10)
#1A0807
(26,8,7)
#000000
(0,0,0)

Tints of #EC3025

#EC3025
(236,48,37)
#ED4238
(237,66,56)
#EE544B
(238,84,75)
#EF665E
(239,102,94)
#F07871
(240,120,113)
#F18A84
(241,138,132)
#F29C97
(242,156,151)
#F3AEAA
(243,174,170)
#F4C0BD
(244,192,189)
#F5D2D0
(245,210,208)
#F6E4E3
(246,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC3025; }

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

This text font color is #EC3025.


Background Color

.myBgColor { background-color: #EC3025; }

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

This div background color is #EC3025.


Border color

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

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

This div border color is #EC3025.


Opacity

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

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

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

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

This text has shadow with #EC3025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC3025 on black background.


Color preview on white background

This text has color #EC3025 on white background.



Black color preview on #EC3025 background

This text has black color on #EC3025 background.


White color preview on #EC3025 background

This text has white color on #EC3025 background.