COLOR #E62133

HEX: #E62133
RGB: (230,33,51)

Color info

#E62133 contains mainly red color. Web safe color of #E62133 is #CC3333 (or #C33).

RGB color model

#E62133 color RGB value is (230,33,51).

  • red value is 230;
  • green value is 33;
  • blue value is 51.
RGB:
(230,33,51)
(90%,13%,20%)

RGB channels and saturation

R 230 of 255 = 90%
G 33 of 255 = 13%
B 51 of 255 = 20%

230
33
51

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

Portions of RGB colors in percentages

R + G + B =
230 + 33 + 51 = 314 (100%)
R 230 of 314 ~ 73.25%
G 33 of 314 ~ 10.51%
B 51 of 314 ~ 16.24%

%73.25
%10.51
%16.24

CMYK color model

#E62133 color CMYK value is (0,86,78,10).

  • cyan value is 0.00%
  • magenta value is 85.65%
  • yellow value is 77.83%
  • key color value is 9.80%
CMYK:
(0,86,78,10)
C0M86Y78K10 
(0%,86%,78%,10%)
(0.00/0.86/0.78/0.10)	

CMYK percentages

%0
%85.65
%77.83
%9.8

Codes

Color #E62133 in popluar color models

E62133
RGB2303351
HSL355°79.76%51.57%
HSB/HSV355°85.65%90.20%
CMYK0.00%85.65%77.83%
9.80%

Color #E62133 in popluar number systems.

HEXE62133
Decimal2303351
Binary11100110100001110011
Octal3464163

Shades and tints

Shades of #E62133

#E62133
(230,33,51)
#D21E2F
(210,30,47)
#BE1B2B
(190,27,43)
#AA1827
(170,24,39)
#961523
(150,21,35)
#82121F
(130,18,31)
#6E0F1B
(110,15,27)
#5A0C17
(90,12,23)
#460913
(70,9,19)
#32060F
(50,6,15)
#1E030B
(30,3,11)
#000000
(0,0,0)

Tints of #E62133

#E62133
(230,33,51)
#E83545
(232,53,69)
#EA4957
(234,73,87)
#EC5D69
(236,93,105)
#EE717B
(238,113,123)
#F0858D
(240,133,141)
#F2999F
(242,153,159)
#F4ADB1
(244,173,177)
#F6C1C3
(246,193,195)
#F8D5D5
(248,213,213)
#FAE9E7
(250,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E62133 color. Also use rgb(230,33,51) instead hex code.

Text Font Color

.myTextColor { color: #E62133; }

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

This text font color is #E62133.


Background Color

.myBgColor { background-color: #E62133; }

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

This div background color is #E62133.


Border color

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

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

This div border color is #E62133.


Opacity

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

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

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

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

This text has shadow with #E62133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E62133 on black background.


Color preview on white background

This text has color #E62133 on white background.



Black color preview on #E62133 background

This text has black color on #E62133 background.


White color preview on #E62133 background

This text has white color on #E62133 background.