COLOR #EB0E1E

HEX: #EB0E1E
RGB: (235,14,30)

Color info

#EB0E1E contains mainly red color. Web safe color of #EB0E1E is #FF0033 (or #F03).

RGB color model

#EB0E1E color RGB value is (235,14,30).

  • red value is 235;
  • green value is 14;
  • blue value is 30.
RGB:
(235,14,30)
(92%,5%,12%)

RGB channels and saturation

R 235 of 255 = 92%
G 14 of 255 = 5%
B 30 of 255 = 12%

235
14
30

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

Portions of RGB colors in percentages

R + G + B =
235 + 14 + 30 = 279 (100%)
R 235 of 279 ~ 84.23%
G 14 of 279 ~ 5.02%
B 30 of 279 ~ 10.75%

%84.23
%10.75

CMYK color model

#EB0E1E color CMYK value is (0,94,87,8).

  • cyan value is 0.00%
  • magenta value is 94.04%
  • yellow value is 87.23%
  • key color value is 7.84%
CMYK:
(0,94,87,8)
C0M94Y87K8 
(0%,94%,87%,8%)
(0.00/0.94/0.87/0.08)	

CMYK percentages

%0
%94.04
%87.23
%7.84

Codes

Color #EB0E1E in popluar color models

EB0E1E
RGB2351430
HSL356°88.76%48.82%
HSB/HSV356°94.04%92.16%
CMYK0.00%94.04%87.23%
7.84%

Color #EB0E1E in popluar number systems.

HEXEB0E1E
Decimal2351430
Binary11101011111011110
Octal3531636

Shades and tints

Shades of #EB0E1E

#EB0E1E
(235,14,30)
#D60D1C
(214,13,28)
#C10C1A
(193,12,26)
#AC0B18
(172,11,24)
#970A16
(151,10,22)
#820914
(130,9,20)
#6D0812
(109,8,18)
#580710
(88,7,16)
#43060E
(67,6,14)
#2E050C
(46,5,12)
#19040A
(25,4,10)
#000000
(0,0,0)

Tints of #EB0E1E

#EB0E1E
(235,14,30)
#EC2332
(236,35,50)
#ED3846
(237,56,70)
#EE4D5A
(238,77,90)
#EF626E
(239,98,110)
#F07782
(240,119,130)
#F18C96
(241,140,150)
#F2A1AA
(242,161,170)
#F3B6BE
(243,182,190)
#F4CBD2
(244,203,210)
#F5E0E6
(245,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB0E1E color. Also use rgb(235,14,30) instead hex code.

Text Font Color

.myTextColor { color: #EB0E1E; }

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

This text font color is #EB0E1E.


Background Color

.myBgColor { background-color: #EB0E1E; }

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

This div background color is #EB0E1E.


Border color

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

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

This div border color is #EB0E1E.


Opacity

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

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

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

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

This text has shadow with #EB0E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB0E1E on black background.


Color preview on white background

This text has color #EB0E1E on white background.



Black color preview on #EB0E1E background

This text has black color on #EB0E1E background.


White color preview on #EB0E1E background

This text has white color on #EB0E1E background.