COLOR #EA3F25

HEX: #EA3F25
RGB: (234,63,37)

Color info

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

RGB color model

#EA3F25 color RGB value is (234,63,37).

  • red value is 234;
  • green value is 63;
  • blue value is 37.
RGB:
(234,63,37)
(92%,25%,15%)

RGB channels and saturation

R 234 of 255 = 92%
G 63 of 255 = 25%
B 37 of 255 = 15%

234
63
37

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

Portions of RGB colors in percentages

R + G + B =
234 + 63 + 37 = 334 (100%)
R 234 of 334 ~ 70.06%
G 63 of 334 ~ 18.86%
B 37 of 334 ~ 11.08%

%70.06
%18.86
%11.08

CMYK color model

#EA3F25 color CMYK value is (0,73,84,8).

  • cyan value is 0.00%
  • magenta value is 73.08%
  • yellow value is 84.19%
  • key color value is 8.24%
CMYK:
(0,73,84,8)
C0M73Y84K8 
(0%,73%,84%,8%)
(0.00/0.73/0.84/0.08)	

CMYK percentages

%0
%73.08
%84.19
%8.24

Codes

Color #EA3F25 in popluar color models

EA3F25
RGB2346337
HSL82.43%53.14%
HSB/HSV84.19%91.76%
CMYK0.00%73.08%84.19%
8.24%

Color #EA3F25 in popluar number systems.

HEXEA3F25
Decimal2346337
Binary11101010111111100101
Octal3527745

Shades and tints

Shades of #EA3F25

#EA3F25
(234,63,37)
#D53A22
(213,58,34)
#C0351F
(192,53,31)
#AB301C
(171,48,28)
#962B19
(150,43,25)
#812616
(129,38,22)
#6C2113
(108,33,19)
#571C10
(87,28,16)
#42170D
(66,23,13)
#2D120A
(45,18,10)
#180D07
(24,13,7)
#000000
(0,0,0)

Tints of #EA3F25

#EA3F25
(234,63,37)
#EB5038
(235,80,56)
#EC614B
(236,97,75)
#ED725E
(237,114,94)
#EE8371
(238,131,113)
#EF9484
(239,148,132)
#F0A597
(240,165,151)
#F1B6AA
(241,182,170)
#F2C7BD
(242,199,189)
#F3D8D0
(243,216,208)
#F4E9E3
(244,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA3F25 color. Also use rgb(234,63,37) instead hex code.

Text Font Color

.myTextColor { color: #EA3F25; }

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

This text font color is #EA3F25.


Background Color

.myBgColor { background-color: #EA3F25; }

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

This div background color is #EA3F25.


Border color

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

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

This div border color is #EA3F25.


Opacity

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

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

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

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

This text has shadow with #EA3F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA3F25 on black background.


Color preview on white background

This text has color #EA3F25 on white background.



Black color preview on #EA3F25 background

This text has black color on #EA3F25 background.


White color preview on #EA3F25 background

This text has white color on #EA3F25 background.