COLOR #E2510C

HEX: #E2510C
RGB: (226,81,12)

Color info

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

RGB color model

#E2510C color RGB value is (226,81,12).

  • red value is 226;
  • green value is 81;
  • blue value is 12.
RGB:
(226,81,12)
(89%,32%,5%)

RGB channels and saturation

R 226 of 255 = 89%
G 81 of 255 = 32%
B 12 of 255 = 5%

226
81
12

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

Portions of RGB colors in percentages

R + G + B =
226 + 81 + 12 = 319 (100%)
R 226 of 319 ~ 70.85%
G 81 of 319 ~ 25.39%
B 12 of 319 ~ 3.76%

%70.85
%25.39

CMYK color model

#E2510C color CMYK value is (0,64,95,11).

  • cyan value is 0.00%
  • magenta value is 64.16%
  • yellow value is 94.69%
  • key color value is 11.37%
CMYK:
(0,64,95,11)
C0M64Y95K11 
(0%,64%,95%,11%)
(0.00/0.64/0.95/0.11)	

CMYK percentages

%0
%64.16
%94.69
%11.37

Codes

Color #E2510C in popluar color models

E2510C
RGB2268112
HSL19°89.92%46.67%
HSB/HSV19°94.69%88.63%
CMYK0.00%64.16%94.69%
11.37%

Color #E2510C in popluar number systems.

HEXE2510C
Decimal2268112
Binary1110001010100011100
Octal34212114

Shades and tints

Shades of #E2510C

#E2510C
(226,81,12)
#CE4A0B
(206,74,11)
#BA430A
(186,67,10)
#A63C09
(166,60,9)
#923508
(146,53,8)
#7E2E07
(126,46,7)
#6A2706
(106,39,6)
#562005
(86,32,5)
#421904
(66,25,4)
#2E1203
(46,18,3)
#1A0B02
(26,11,2)
#000000
(0,0,0)

Tints of #E2510C

#E2510C
(226,81,12)
#E46022
(228,96,34)
#E66F38
(230,111,56)
#E87E4E
(232,126,78)
#EA8D64
(234,141,100)
#EC9C7A
(236,156,122)
#EEAB90
(238,171,144)
#F0BAA6
(240,186,166)
#F2C9BC
(242,201,188)
#F4D8D2
(244,216,210)
#F6E7E8
(246,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2510C color. Also use rgb(226,81,12) instead hex code.

Text Font Color

.myTextColor { color: #E2510C; }

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

This text font color is #E2510C.


Background Color

.myBgColor { background-color: #E2510C; }

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

This div background color is #E2510C.


Border color

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

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

This div border color is #E2510C.


Opacity

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

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

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

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

This text has shadow with #E2510C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2510C on black background.


Color preview on white background

This text has color #E2510C on white background.



Black color preview on #E2510C background

This text has black color on #E2510C background.


White color preview on #E2510C background

This text has white color on #E2510C background.