COLOR #E50D04

HEX: #E50D04
RGB: (229,13,4)

Color info

#E50D04 contains mainly red color. Web safe color of #E50D04 is #CC0000 (or #C00).

RGB color model

#E50D04 color RGB value is (229,13,4).

  • red value is 229;
  • green value is 13;
  • blue value is 4.
RGB:
(229,13,4)
(90%,5%,2%)

RGB channels and saturation

R 229 of 255 = 90%
G 13 of 255 = 5%
B 4 of 255 = 2%

229
13
4

R + G + B ~ 32%. #E50D04 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
229 + 13 + 4 = 246 (100%)
R 229 of 246 ~ 93.09%
G 13 of 246 ~ 5.28%
B 4 of 246 ~ 1.63%

%93.09

CMYK color model

#E50D04 color CMYK value is (0,94,98,10).

  • cyan value is 0.00%
  • magenta value is 94.32%
  • yellow value is 98.25%
  • key color value is 10.20%
CMYK:
(0,94,98,10)
C0M94Y98K10 
(0%,94%,98%,10%)
(0.00/0.94/0.98/0.10)	

CMYK percentages

%0
%94.32
%98.25
%10.2

Codes

Color #E50D04 in popluar color models

E50D04
RGB229134
HSL96.57%45.69%
HSB/HSV98.25%89.80%
CMYK0.00%94.32%98.25%
10.20%

Color #E50D04 in popluar number systems.

HEXE50D04
Decimal229134
Binary111001011101100
Octal345154

Shades and tints

Shades of #E50D04

#E50D04
(229,13,4)
#D10C04
(209,12,4)
#BD0B04
(189,11,4)
#A90A04
(169,10,4)
#950904
(149,9,4)
#810804
(129,8,4)
#6D0704
(109,7,4)
#590604
(89,6,4)
#450504
(69,5,4)
#310404
(49,4,4)
#1D0304
(29,3,4)
#000000
(0,0,0)

Tints of #E50D04

#E50D04
(229,13,4)
#E7231A
(231,35,26)
#E93930
(233,57,48)
#EB4F46
(235,79,70)
#ED655C
(237,101,92)
#EF7B72
(239,123,114)
#F19188
(241,145,136)
#F3A79E
(243,167,158)
#F5BDB4
(245,189,180)
#F7D3CA
(247,211,202)
#F9E9E0
(249,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E50D04 color. Also use rgb(229,13,4) instead hex code.

Text Font Color

.myTextColor { color: #E50D04; }

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

This text font color is #E50D04.


Background Color

.myBgColor { background-color: #E50D04; }

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

This div background color is #E50D04.


Border color

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

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

This div border color is #E50D04.


Opacity

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

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

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

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

This text has shadow with #E50D04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E50D04 on black background.


Color preview on white background

This text has color #E50D04 on white background.



Black color preview on #E50D04 background

This text has black color on #E50D04 background.


White color preview on #E50D04 background

This text has white color on #E50D04 background.