COLOR #EB001A

HEX: #EB001A
RGB: (235,0,26)

Color info

#EB001A contains mainly red color. Web safe color of #EB001A is #FF0000 (or #F00).

RGB color model

#EB001A color RGB value is (235,0,26).

  • red value is 235;
  • green value is 0;
  • blue value is 26.
RGB:
(235,0,26)
(92%,0%,10%)

RGB channels and saturation

R 235 of 255 = 92%
G 0 of 255 = 0%
B 26 of 255 = 10%

235
0
26

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

Portions of RGB colors in percentages

R + G + B =
235 + 0 + 26 = 261 (100%)
R 235 of 261 ~ 90.04%
G 0 of 261 ~ 0%
B 26 of 261 ~ 9.96%

%90.04
%9.96

CMYK color model

#EB001A color CMYK value is (0,100,89,8).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 88.94%
  • key color value is 7.84%
CMYK:
(0,100,89,8)
C0M100Y89K8 
(0%,100%,89%,8%)
(0.00/1.00/0.89/0.08)	

CMYK percentages

%0
%100
%88.94
%7.84

Codes

Color #EB001A in popluar color models

EB001A
RGB235026
HSL353°100.00%46.08%
HSB/HSV353°100.00%92.16%
CMYK0.00%100.00%88.94%
7.84%

Color #EB001A in popluar number systems.

HEXEB001A
Decimal235026
Binary11101011011010
Octal353032

Shades and tints

Shades of #EB001A

#EB001A
(235,0,26)
#D60018
(214,0,24)
#C10016
(193,0,22)
#AC0014
(172,0,20)
#970012
(151,0,18)
#820010
(130,0,16)
#6D000E
(109,0,14)
#58000C
(88,0,12)
#43000A
(67,0,10)
#2E0008
(46,0,8)
#190006
(25,0,6)
#000000
(0,0,0)

Tints of #EB001A

#EB001A
(235,0,26)
#EC172E
(236,23,46)
#ED2E42
(237,46,66)
#EE4556
(238,69,86)
#EF5C6A
(239,92,106)
#F0737E
(240,115,126)
#F18A92
(241,138,146)
#F2A1A6
(242,161,166)
#F3B8BA
(243,184,186)
#F4CFCE
(244,207,206)
#F5E6E2
(245,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB001A color. Also use rgb(235,0,26) instead hex code.

Text Font Color

.myTextColor { color: #EB001A; }

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

This text font color is #EB001A.


Background Color

.myBgColor { background-color: #EB001A; }

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

This div background color is #EB001A.


Border color

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

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

This div border color is #EB001A.


Opacity

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

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

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

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

This text has shadow with #EB001A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB001A on black background.


Color preview on white background

This text has color #EB001A on white background.



Black color preview on #EB001A background

This text has black color on #EB001A background.


White color preview on #EB001A background

This text has white color on #EB001A background.