COLOR #E30C2D

HEX: #E30C2D RGB: (227,12,45)

Color info

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

RGB color model

#E30C2D color RGB value is (227,12,45).

RGB: (227,12,45) (89%, 5%, 18%)

RGB channels and saturation

R 227 of 255 = 89%
G 12 of 255 = 5%
B 45 of 255 = 18%

227
12
45

R + G + B ~ 37%. #E30C2D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 227 + 12 + 45 = 284 (100%)
R 227 of 284 ~ 79.93%
G 12 of 284 ~ 4.23%
B 45 of 284 ~ 15.85'%

%79.93
%15.85

CMYK color model

#E30C2D color CMYK value is (0,95,80,11).

  • cyan value is 0.00%
  • magenta value is 94.71%
  • yellow value is 80.18%
  • key color value is 10.98%
CMYK: (0,95,80,11) C0M95Y80K11 (0%,95%,80%,11%) (0.00/0.95/0.80/0.11) 

CMYK percentages

%0
%94.71
%80.18
%10.98

Codes

Color #E30C2D in popluar color models

E3 0C 2D
RGB 227 12 45
HSL 351° 89.96% 46.86%
HSB/HSV 351° 94.71% 89.02%
CMYK 0.00% 94.71% 80.18%
10.98%

Color #E30C2D in popluar number systems.

HEX E3 0C 2D
Decimal 227 12 45
Binary 11100011 1100 101101
Octal 343 14 55

Shades and tints

Shades of #E30C2D

#E30C2D
(227,12,45)
#CF0B29
(207,11,41)
#BB0A25
(187,10,37)
#A70921
(167,9,33)
#93081D
(147,8,29)
#7F0719
(127,7,25)
#6B0615
(107,6,21)
#570511
(87,5,17)
#43040D
(67,4,13)
#2F0309
(47,3,9)
#1B0205
(27,2,5)
#000000
(0,0,0)

Tints of #E30C2D

#E30C2D
(227,12,45)
#E52240
(229,34,64)
#E73853
(231,56,83)
#E94E66
(233,78,102)
#EB6479
(235,100,121)
#ED7A8C
(237,122,140)
#EF909F
(239,144,159)
#F1A6B2
(241,166,178)
#F3BCC5
(243,188,197)
#F5D2D8
(245,210,216)
#F7E8EB
(247,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E30C2D color. Also use rgb(227,12,45) instead hex code.

Text Font Color

.myTextColor { color: #E30C2D; }

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

This text font color is #E30C2D.

Background Color

.myBgColor { background-color: #E30C2D; }

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

This div background color is #E30C2D.

Border color

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

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

This div border color is #E30C2D.

Opacity

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

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

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

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

This text has shadow with #E30C2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E30C2D.

Preview

Color preview on black background

This text has color #E30C2D on black background.


Color preview on white background

This text has color #E30C2D on white background.


Black color preview on #E30C2D background

This text has black color on #E30C2D background.


White color preview on #E30C2D background

This text has white color on #E30C2D background.


Related colors

Complementary color

Complementary color for #hex is #1CF3D2.


I love getcolorcode.com

Triadic colors

1 #2DE30C and #0C2DE3 with #E30C2D are triadic colors.

2 #2D0CE3 and #0CE32D with #E30C2D are triadic colors.