COLOR #E25410

HEX: #E25410
RGB: (226,84,16)

Color info

#E25410 contains mainly red color. Web safe color of #E25410 is #CC6600 (or #C60).

RGB color model

#E25410 color RGB value is (226,84,16).

  • red value is 226;
  • green value is 84;
  • blue value is 16.
RGB:
(226,84,16)
(89%,33%,6%)

RGB channels and saturation

R 226 of 255 = 89%
G 84 of 255 = 33%
B 16 of 255 = 6%

226
84
16

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

Portions of RGB colors in percentages

R + G + B =
226 + 84 + 16 = 326 (100%)
R 226 of 326 ~ 69.33%
G 84 of 326 ~ 25.77%
B 16 of 326 ~ 4.91%

%69.33
%25.77

CMYK color model

#E25410 color CMYK value is (0,63,93,11).

  • cyan value is 0.00%
  • magenta value is 62.83%
  • yellow value is 92.92%
  • key color value is 11.37%
CMYK:
(0,63,93,11)
C0M63Y93K11 
(0%,63%,93%,11%)
(0.00/0.63/0.93/0.11)	

CMYK percentages

%0
%62.83
%92.92
%11.37

Codes

Color #E25410 in popluar color models

E25410
RGB2268416
HSL19°86.78%47.45%
HSB/HSV19°92.92%88.63%
CMYK0.00%62.83%92.92%
11.37%

Color #E25410 in popluar number systems.

HEXE25410
Decimal2268416
Binary11100010101010010000
Octal34212420

Shades and tints

Shades of #E25410

#E25410
(226,84,16)
#CE4D0F
(206,77,15)
#BA460E
(186,70,14)
#A63F0D
(166,63,13)
#92380C
(146,56,12)
#7E310B
(126,49,11)
#6A2A0A
(106,42,10)
#562309
(86,35,9)
#421C08
(66,28,8)
#2E1507
(46,21,7)
#1A0E06
(26,14,6)
#000000
(0,0,0)

Tints of #E25410

#E25410
(226,84,16)
#E46325
(228,99,37)
#E6723A
(230,114,58)
#E8814F
(232,129,79)
#EA9064
(234,144,100)
#EC9F79
(236,159,121)
#EEAE8E
(238,174,142)
#F0BDA3
(240,189,163)
#F2CCB8
(242,204,184)
#F4DBCD
(244,219,205)
#F6EAE2
(246,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E25410 color. Also use rgb(226,84,16) instead hex code.

Text Font Color

.myTextColor { color: #E25410; }

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

This text font color is #E25410.


Background Color

.myBgColor { background-color: #E25410; }

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

This div background color is #E25410.


Border color

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

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

This div border color is #E25410.


Opacity

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

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

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

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

This text has shadow with #E25410 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E25410 on black background.


Color preview on white background

This text has color #E25410 on white background.



Black color preview on #E25410 background

This text has black color on #E25410 background.


White color preview on #E25410 background

This text has white color on #E25410 background.