COLOR #E5061B

HEX: #E5061B
RGB: (229,6,27)

Color info

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

RGB color model

#E5061B color RGB value is (229,6,27).

  • red value is 229;
  • green value is 6;
  • blue value is 27.
RGB:
(229,6,27)
(90%,2%,11%)

RGB channels and saturation

R 229 of 255 = 90%
G 6 of 255 = 2%
B 27 of 255 = 11%

229
6
27

R + G + B ~ 34%. #E5061B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
229 + 6 + 27 = 262 (100%)
R 229 of 262 ~ 87.4%
G 6 of 262 ~ 2.29%
B 27 of 262 ~ 10.31%

%87.4
%10.31

CMYK color model

#E5061B color CMYK value is (0,97,88,10).

  • cyan value is 0.00%
  • magenta value is 97.38%
  • yellow value is 88.21%
  • key color value is 10.20%
CMYK:
(0,97,88,10)
C0M97Y88K10 
(0%,97%,88%,10%)
(0.00/0.97/0.88/0.10)	

CMYK percentages

%0
%97.38
%88.21
%10.2

Codes

Color #E5061B in popluar color models

E5061B
RGB229627
HSL354°94.89%46.08%
HSB/HSV354°97.38%89.80%
CMYK0.00%97.38%88.21%
10.20%

Color #E5061B in popluar number systems.

HEXE5061B
Decimal229627
Binary1110010111011011
Octal345633

Shades and tints

Shades of #E5061B

#E5061B
(229,6,27)
#D10619
(209,6,25)
#BD0617
(189,6,23)
#A90615
(169,6,21)
#950613
(149,6,19)
#810611
(129,6,17)
#6D060F
(109,6,15)
#59060D
(89,6,13)
#45060B
(69,6,11)
#310609
(49,6,9)
#1D0607
(29,6,7)
#000000
(0,0,0)

Tints of #E5061B

#E5061B
(229,6,27)
#E71C2F
(231,28,47)
#E93243
(233,50,67)
#EB4857
(235,72,87)
#ED5E6B
(237,94,107)
#EF747F
(239,116,127)
#F18A93
(241,138,147)
#F3A0A7
(243,160,167)
#F5B6BB
(245,182,187)
#F7CCCF
(247,204,207)
#F9E2E3
(249,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5061B color. Also use rgb(229,6,27) instead hex code.

Text Font Color

.myTextColor { color: #E5061B; }

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

This text font color is #E5061B.


Background Color

.myBgColor { background-color: #E5061B; }

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

This div background color is #E5061B.


Border color

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

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

This div border color is #E5061B.


Opacity

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

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

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

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

This text has shadow with #E5061B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5061B on black background.


Color preview on white background

This text has color #E5061B on white background.



Black color preview on #E5061B background

This text has black color on #E5061B background.


White color preview on #E5061B background

This text has white color on #E5061B background.