COLOR #E30724

HEX: #E30724
RGB: (227,7,36)

Color info

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

RGB color model

#E30724 color RGB value is (227,7,36).

  • red value is 227;
  • green value is 7;
  • blue value is 36.
RGB:
(227,7,36)
(89%,3%,14%)

RGB channels and saturation

R 227 of 255 = 89%
G 7 of 255 = 3%
B 36 of 255 = 14%

227
7
36

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

Portions of RGB colors in percentages

R + G + B =
227 + 7 + 36 = 270 (100%)
R 227 of 270 ~ 84.07%
G 7 of 270 ~ 2.59%
B 36 of 270 ~ 13.33%

%84.07
%13.33

CMYK color model

#E30724 color CMYK value is (0,97,84,11).

  • cyan value is 0.00%
  • magenta value is 96.92%
  • yellow value is 84.14%
  • key color value is 10.98%
CMYK:
(0,97,84,11)
C0M97Y84K11 
(0%,97%,84%,11%)
(0.00/0.97/0.84/0.11)	

CMYK percentages

%0
%96.92
%84.14
%10.98

Codes

Color #E30724 in popluar color models

E30724
RGB227736
HSL352°94.02%45.88%
HSB/HSV352°96.92%89.02%
CMYK0.00%96.92%84.14%
10.98%

Color #E30724 in popluar number systems.

HEXE30724
Decimal227736
Binary11100011111100100
Octal343744

Shades and tints

Shades of #E30724

#E30724
(227,7,36)
#CF0721
(207,7,33)
#BB071E
(187,7,30)
#A7071B
(167,7,27)
#930718
(147,7,24)
#7F0715
(127,7,21)
#6B0712
(107,7,18)
#57070F
(87,7,15)
#43070C
(67,7,12)
#2F0709
(47,7,9)
#1B0706
(27,7,6)
#000000
(0,0,0)

Tints of #E30724

#E30724
(227,7,36)
#E51D37
(229,29,55)
#E7334A
(231,51,74)
#E9495D
(233,73,93)
#EB5F70
(235,95,112)
#ED7583
(237,117,131)
#EF8B96
(239,139,150)
#F1A1A9
(241,161,169)
#F3B7BC
(243,183,188)
#F5CDCF
(245,205,207)
#F7E3E2
(247,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E30724 color. Also use rgb(227,7,36) instead hex code.

Text Font Color

.myTextColor { color: #E30724; }

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

This text font color is #E30724.


Background Color

.myBgColor { background-color: #E30724; }

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

This div background color is #E30724.


Border color

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

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

This div border color is #E30724.


Opacity

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

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

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

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

This text has shadow with #E30724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E30724 on black background.


Color preview on white background

This text has color #E30724 on white background.



Black color preview on #E30724 background

This text has black color on #E30724 background.


White color preview on #E30724 background

This text has white color on #E30724 background.