COLOR #EB1D03

HEX: #EB1D03
RGB: (235,29,3)

Color info

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

RGB color model

#EB1D03 color RGB value is (235,29,3).

  • red value is 235;
  • green value is 29;
  • blue value is 3.
RGB:
(235,29,3)
(92%,11%,1%)

RGB channels and saturation

R 235 of 255 = 92%
G 29 of 255 = 11%
B 3 of 255 = 1%

235
29
3

R + G + B ~ 35%. #EB1D03 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
235 + 29 + 3 = 267 (100%)
R 235 of 267 ~ 88.01%
G 29 of 267 ~ 10.86%
B 3 of 267 ~ 1.12%

%88.01
%10.86

CMYK color model

#EB1D03 color CMYK value is (0,88,99,8).

  • cyan value is 0.00%
  • magenta value is 87.66%
  • yellow value is 98.72%
  • key color value is 7.84%
CMYK:
(0,88,99,8)
C0M88Y99K8 
(0%,88%,99%,8%)
(0.00/0.88/0.99/0.08)	

CMYK percentages

%0
%87.66
%98.72
%7.84

Codes

Color #EB1D03 in popluar color models

EB1D03
RGB235293
HSL97.48%46.67%
HSB/HSV98.72%92.16%
CMYK0.00%87.66%98.72%
7.84%

Color #EB1D03 in popluar number systems.

HEXEB1D03
Decimal235293
Binary111010111110111
Octal353353

Shades and tints

Shades of #EB1D03

#EB1D03
(235,29,3)
#D61B03
(214,27,3)
#C11903
(193,25,3)
#AC1703
(172,23,3)
#971503
(151,21,3)
#821303
(130,19,3)
#6D1103
(109,17,3)
#580F03
(88,15,3)
#430D03
(67,13,3)
#2E0B03
(46,11,3)
#190903
(25,9,3)
#000000
(0,0,0)

Tints of #EB1D03

#EB1D03
(235,29,3)
#EC3119
(236,49,25)
#ED452F
(237,69,47)
#EE5945
(238,89,69)
#EF6D5B
(239,109,91)
#F08171
(240,129,113)
#F19587
(241,149,135)
#F2A99D
(242,169,157)
#F3BDB3
(243,189,179)
#F4D1C9
(244,209,201)
#F5E5DF
(245,229,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB1D03 color. Also use rgb(235,29,3) instead hex code.

Text Font Color

.myTextColor { color: #EB1D03; }

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

This text font color is #EB1D03.


Background Color

.myBgColor { background-color: #EB1D03; }

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

This div background color is #EB1D03.


Border color

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

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

This div border color is #EB1D03.


Opacity

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

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

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

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

This text has shadow with #EB1D03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB1D03 on black background.


Color preview on white background

This text has color #EB1D03 on white background.



Black color preview on #EB1D03 background

This text has black color on #EB1D03 background.


White color preview on #EB1D03 background

This text has white color on #EB1D03 background.