COLOR #E70C18

HEX: #E70C18
RGB: (231,12,24)

Color info

#E70C18 contains mainly red color. Web safe color of #E70C18 is #FF0000 (or #F00).

RGB color model

#E70C18 color RGB value is (231,12,24).

  • red value is 231;
  • green value is 12;
  • blue value is 24.
RGB:
(231,12,24)
(91%,5%,9%)

RGB channels and saturation

R 231 of 255 = 91%
G 12 of 255 = 5%
B 24 of 255 = 9%

231
12
24

R + G + B ~ 35%. #E70C18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
231 + 12 + 24 = 267 (100%)
R 231 of 267 ~ 86.52%
G 12 of 267 ~ 4.49%
B 24 of 267 ~ 8.99%

%86.52

CMYK color model

#E70C18 color CMYK value is (0,95,90,9).

  • cyan value is 0.00%
  • magenta value is 94.81%
  • yellow value is 89.61%
  • key color value is 9.41%
CMYK:
(0,95,90,9)
C0M95Y90K9 
(0%,95%,90%,9%)
(0.00/0.95/0.90/0.09)	

CMYK percentages

%0
%94.81
%89.61
%9.41

Codes

Color #E70C18 in popluar color models

E70C18
RGB2311224
HSL357°90.12%47.65%
HSB/HSV357°94.81%90.59%
CMYK0.00%94.81%89.61%
9.41%

Color #E70C18 in popluar number systems.

HEXE70C18
Decimal2311224
Binary11100111110011000
Octal3471430

Shades and tints

Shades of #E70C18

#E70C18
(231,12,24)
#D20B16
(210,11,22)
#BD0A14
(189,10,20)
#A80912
(168,9,18)
#930810
(147,8,16)
#7E070E
(126,7,14)
#69060C
(105,6,12)
#54050A
(84,5,10)
#3F0408
(63,4,8)
#2A0306
(42,3,6)
#150204
(21,2,4)
#000000
(0,0,0)

Tints of #E70C18

#E70C18
(231,12,24)
#E9222D
(233,34,45)
#EB3842
(235,56,66)
#ED4E57
(237,78,87)
#EF646C
(239,100,108)
#F17A81
(241,122,129)
#F39096
(243,144,150)
#F5A6AB
(245,166,171)
#F7BCC0
(247,188,192)
#F9D2D5
(249,210,213)
#FBE8EA
(251,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E70C18 color. Also use rgb(231,12,24) instead hex code.

Text Font Color

.myTextColor { color: #E70C18; }

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

This text font color is #E70C18.


Background Color

.myBgColor { background-color: #E70C18; }

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

This div background color is #E70C18.


Border color

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

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

This div border color is #E70C18.


Opacity

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

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

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

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

This text has shadow with #E70C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E70C18 on black background.


Color preview on white background

This text has color #E70C18 on white background.



Black color preview on #E70C18 background

This text has black color on #E70C18 background.


White color preview on #E70C18 background

This text has white color on #E70C18 background.