COLOR #E2062C

HEX: #E2062C
RGB: (226,6,44)

Color info

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

RGB color model

#E2062C color RGB value is (226,6,44).

  • red value is 226;
  • green value is 6;
  • blue value is 44.
RGB:
(226,6,44)
(89%,2%,17%)

RGB channels and saturation

R 226 of 255 = 89%
G 6 of 255 = 2%
B 44 of 255 = 17%

226
6
44

R + G + B ~ 36%. #E2062C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
226 + 6 + 44 = 276 (100%)
R 226 of 276 ~ 81.88%
G 6 of 276 ~ 2.17%
B 44 of 276 ~ 15.94%

%81.88
%15.94

CMYK color model

#E2062C color CMYK value is (0,97,81,11).

  • cyan value is 0.00%
  • magenta value is 97.35%
  • yellow value is 80.53%
  • key color value is 11.37%
CMYK:
(0,97,81,11)
C0M97Y81K11 
(0%,97%,81%,11%)
(0.00/0.97/0.81/0.11)	

CMYK percentages

%0
%97.35
%80.53
%11.37

Codes

Color #E2062C in popluar color models

E2062C
RGB226644
HSL350°94.83%45.49%
HSB/HSV350°97.35%88.63%
CMYK0.00%97.35%80.53%
11.37%

Color #E2062C in popluar number systems.

HEXE2062C
Decimal226644
Binary11100010110101100
Octal342654

Shades and tints

Shades of #E2062C

#E2062C
(226,6,44)
#CE0628
(206,6,40)
#BA0624
(186,6,36)
#A60620
(166,6,32)
#92061C
(146,6,28)
#7E0618
(126,6,24)
#6A0614
(106,6,20)
#560610
(86,6,16)
#42060C
(66,6,12)
#2E0608
(46,6,8)
#1A0604
(26,6,4)
#000000
(0,0,0)

Tints of #E2062C

#E2062C
(226,6,44)
#E41C3F
(228,28,63)
#E63252
(230,50,82)
#E84865
(232,72,101)
#EA5E78
(234,94,120)
#EC748B
(236,116,139)
#EE8A9E
(238,138,158)
#F0A0B1
(240,160,177)
#F2B6C4
(242,182,196)
#F4CCD7
(244,204,215)
#F6E2EA
(246,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2062C color. Also use rgb(226,6,44) instead hex code.

Text Font Color

.myTextColor { color: #E2062C; }

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

This text font color is #E2062C.


Background Color

.myBgColor { background-color: #E2062C; }

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

This div background color is #E2062C.


Border color

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

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

This div border color is #E2062C.


Opacity

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

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

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

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

This text has shadow with #E2062C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2062C on black background.


Color preview on white background

This text has color #E2062C on white background.



Black color preview on #E2062C background

This text has black color on #E2062C background.


White color preview on #E2062C background

This text has white color on #E2062C background.