COLOR #E1193F

HEX: #E1193F
RGB: (225,25,63)

Color info

#E1193F contains mainly red color. Web safe color of #E1193F is #CC0033 (or #C03).

RGB color model

#E1193F color RGB value is (225,25,63).

  • red value is 225;
  • green value is 25;
  • blue value is 63.
RGB:
(225,25,63)
(88%,10%,25%)

RGB channels and saturation

R 225 of 255 = 88%
G 25 of 255 = 10%
B 63 of 255 = 25%

225
25
63

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

Portions of RGB colors in percentages

R + G + B =
225 + 25 + 63 = 313 (100%)
R 225 of 313 ~ 71.88%
G 25 of 313 ~ 7.99%
B 63 of 313 ~ 20.13%

%71.88
%20.13

CMYK color model

#E1193F color CMYK value is (0,89,72,12).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 72.00%
  • key color value is 11.76%
CMYK:
(0,89,72,12)
C0M89Y72K12 
(0%,89%,72%,12%)
(0.00/0.89/0.72/0.12)	

CMYK percentages

%0
%88.89
%72
%11.76

Codes

Color #E1193F in popluar color models

E1193F
RGB2252563
HSL349°80.00%49.02%
HSB/HSV349°88.89%88.24%
CMYK0.00%88.89%72.00%
11.76%

Color #E1193F in popluar number systems.

HEXE1193F
Decimal2252563
Binary1110000111001111111
Octal3413177

Shades and tints

Shades of #E1193F

#E1193F
(225,25,63)
#CD173A
(205,23,58)
#B91535
(185,21,53)
#A51330
(165,19,48)
#91112B
(145,17,43)
#7D0F26
(125,15,38)
#690D21
(105,13,33)
#550B1C
(85,11,28)
#410917
(65,9,23)
#2D0712
(45,7,18)
#19050D
(25,5,13)
#000000
(0,0,0)

Tints of #E1193F

#E1193F
(225,25,63)
#E32D50
(227,45,80)
#E54161
(229,65,97)
#E75572
(231,85,114)
#E96983
(233,105,131)
#EB7D94
(235,125,148)
#ED91A5
(237,145,165)
#EFA5B6
(239,165,182)
#F1B9C7
(241,185,199)
#F3CDD8
(243,205,216)
#F5E1E9
(245,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1193F color. Also use rgb(225,25,63) instead hex code.

Text Font Color

.myTextColor { color: #E1193F; }

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

This text font color is #E1193F.


Background Color

.myBgColor { background-color: #E1193F; }

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

This div background color is #E1193F.


Border color

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

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

This div border color is #E1193F.


Opacity

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

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

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

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

This text has shadow with #E1193F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1193F on black background.


Color preview on white background

This text has color #E1193F on white background.



Black color preview on #E1193F background

This text has black color on #E1193F background.


White color preview on #E1193F background

This text has white color on #E1193F background.