COLOR #E93A12

HEX: #E93A12
RGB: (233,58,18)

Color info

#E93A12 contains mainly red color. Web safe color of #E93A12 is #FF3300 (or #F30).

RGB color model

#E93A12 color RGB value is (233,58,18).

  • red value is 233;
  • green value is 58;
  • blue value is 18.
RGB:
(233,58,18)
(91%,23%,7%)

RGB channels and saturation

R 233 of 255 = 91%
G 58 of 255 = 23%
B 18 of 255 = 7%

233
58
18

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

Portions of RGB colors in percentages

R + G + B =
233 + 58 + 18 = 309 (100%)
R 233 of 309 ~ 75.4%
G 58 of 309 ~ 18.77%
B 18 of 309 ~ 5.83%

%75.4
%18.77

CMYK color model

#E93A12 color CMYK value is (0,75,92,9).

  • cyan value is 0.00%
  • magenta value is 75.11%
  • yellow value is 92.27%
  • key color value is 8.63%
CMYK:
(0,75,92,9)
C0M75Y92K9 
(0%,75%,92%,9%)
(0.00/0.75/0.92/0.09)	

CMYK percentages

%0
%75.11
%92.27
%8.63

Codes

Color #E93A12 in popluar color models

E93A12
RGB2335818
HSL11°85.66%49.22%
HSB/HSV11°92.27%91.37%
CMYK0.00%75.11%92.27%
8.63%

Color #E93A12 in popluar number systems.

HEXE93A12
Decimal2335818
Binary1110100111101010010
Octal3517222

Shades and tints

Shades of #E93A12

#E93A12
(233,58,18)
#D43511
(212,53,17)
#BF3010
(191,48,16)
#AA2B0F
(170,43,15)
#95260E
(149,38,14)
#80210D
(128,33,13)
#6B1C0C
(107,28,12)
#56170B
(86,23,11)
#41120A
(65,18,10)
#2C0D09
(44,13,9)
#170808
(23,8,8)
#000000
(0,0,0)

Tints of #E93A12

#E93A12
(233,58,18)
#EB4B27
(235,75,39)
#ED5C3C
(237,92,60)
#EF6D51
(239,109,81)
#F17E66
(241,126,102)
#F38F7B
(243,143,123)
#F5A090
(245,160,144)
#F7B1A5
(247,177,165)
#F9C2BA
(249,194,186)
#FBD3CF
(251,211,207)
#FDE4E4
(253,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E93A12 color. Also use rgb(233,58,18) instead hex code.

Text Font Color

.myTextColor { color: #E93A12; }

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

This text font color is #E93A12.


Background Color

.myBgColor { background-color: #E93A12; }

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

This div background color is #E93A12.


Border color

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

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

This div border color is #E93A12.


Opacity

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

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

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

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

This text has shadow with #E93A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E93A12 on black background.


Color preview on white background

This text has color #E93A12 on white background.



Black color preview on #E93A12 background

This text has black color on #E93A12 background.


White color preview on #E93A12 background

This text has white color on #E93A12 background.