COLOR #E73D0B

HEX: #E73D0B RGB: (231,61,11)

Color info

#E73D0B contains mainly red color. Web safe color of #E73D0B is #FF3300 (or #F30).

RGB color model

#E73D0B color RGB value is (231,61,11).

RGB: (231,61,11) (91%, 24%, 4%)

RGB channels and saturation

R 231 of 255 = 91%
G 61 of 255 = 24%
B 11 of 255 = 4%

231
61
11

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

Portions of RGB colors in percentages

R + G + B = 231 + 61 + 11 = 303 (100%)
R 231 of 303 ~ 76.24%
G 61 of 303 ~ 20.13%
B 11 of 303 ~ 3.63'%

%76.24
%20.13

CMYK color model

#E73D0B color CMYK value is (0,74,95,9).

  • cyan value is 0.00%
  • magenta value is 73.59%
  • yellow value is 95.24%
  • key color value is 9.41%

CMYK: (0,74,95,9)
C0M74Y95K9 (0%, 74%, 95%, 9%)
(0.00 / 0.74 / 0.95 / 0.09)

CMYK percentages

%0
%73.59
%95.24
%9.41

Codes

Color #E73D0B in popluar color models

E7 3D 0B
RGB 231 61 11
HSL 14° 90.91% 47.45%
HSB/HSV 14° 95.24% 90.59%
CMYK 0.00% 73.59% 95.24%
9.41%

Color #E73D0B in popluar number systems.

HEX E7 3D 0B
Decimal 231 61 11
Binary 11100111 111101 1011
Octal 347 75 13

Shades and tints

Shades of #E73D0B

#E73D0B
(231,61,11)
#D2380A
(210,56,10)
#BD3309
(189,51,9)
#A82E08
(168,46,8)
#932907
(147,41,7)
#7E2406
(126,36,6)
#691F05
(105,31,5)
#541A04
(84,26,4)
#3F1503
(63,21,3)
#2A1002
(42,16,2)
#150B01
(21,11,1)
#000000
(0,0,0)

Tints of #E73D0B

#E73D0B
(231,61,11)
#E94E21
(233,78,33)
#EB5F37
(235,95,55)
#ED704D
(237,112,77)
#EF8163
(239,129,99)
#F19279
(241,146,121)
#F3A38F
(243,163,143)
#F5B4A5
(245,180,165)
#F7C5BB
(247,197,187)
#F9D6D1
(249,214,209)
#FBE7E7
(251,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E73D0B color. Also use rgb(231,61,11) instead hex code.

Text Font Color

.myTextColor { color: #E73D0B; }

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

This text font color is #E73D0B.

Background Color

.myBgColor { background-color: #E73D0B; }

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

This div background color is #E73D0B.

Border color

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

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

This div border color is #E73D0B.

Opacity

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

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

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

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

This text has shadow with #E73D0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E73D0B.

Preview

Color preview on black background

This text has color #E73D0B on black background.


Color preview on white background

This text has color #E73D0B on white background.


Black color preview on #E73D0B background

This text has black color on #E73D0B background.


White color preview on #E73D0B background

This text has white color on #E73D0B background.


Related colors

Complementary color

Complementary color for #hex is #18C2F4.


I love getcolorcode.com

Triadic colors

1 #0BE73D and #3D0BE7 with #E73D0B are triadic colors.

2 #0B3DE7 and #3DE70B with #E73D0B are triadic colors.