COLOR #E40E01

HEX: #E40E01
RGB: (228,14,1)

Color info

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

RGB color model

#E40E01 color RGB value is (228,14,1).

  • red value is 228;
  • green value is 14;
  • blue value is 1.
RGB:
(228,14,1)
(89%,5%,0%)

RGB channels and saturation

R 228 of 255 = 89%
G 14 of 255 = 5%
B 1 of 255 = 0%

228
14
1

R + G + B ~ 31%. #E40E01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
228 + 14 + 1 = 243 (100%)
R 228 of 243 ~ 93.83%
G 14 of 243 ~ 5.76%
B 1 of 243 ~ 0.41%

%93.83

CMYK color model

#E40E01 color CMYK value is (0,94,100,11).

  • cyan value is 0.00%
  • magenta value is 93.86%
  • yellow value is 99.56%
  • key color value is 10.59%
CMYK:
(0,94,100,11)
C0M94Y100K11 
(0%,94%,100%,11%)
(0.00/0.94/1.00/0.11)	

CMYK percentages

%0
%93.86
%99.56
%10.59

Codes

Color #E40E01 in popluar color models

E40E01
RGB228141
HSL99.13%44.90%
HSB/HSV99.56%89.41%
CMYK0.00%93.86%99.56%
10.59%

Color #E40E01 in popluar number systems.

HEXE40E01
Decimal228141
Binary1110010011101
Octal344161

Shades and tints

Shades of #E40E01

#E40E01
(228,14,1)
#D00D01
(208,13,1)
#BC0C01
(188,12,1)
#A80B01
(168,11,1)
#940A01
(148,10,1)
#800901
(128,9,1)
#6C0801
(108,8,1)
#580701
(88,7,1)
#440601
(68,6,1)
#300501
(48,5,1)
#1C0401
(28,4,1)
#000000
(0,0,0)

Tints of #E40E01

#E40E01
(228,14,1)
#E62318
(230,35,24)
#E8382F
(232,56,47)
#EA4D46
(234,77,70)
#EC625D
(236,98,93)
#EE7774
(238,119,116)
#F08C8B
(240,140,139)
#F2A1A2
(242,161,162)
#F4B6B9
(244,182,185)
#F6CBD0
(246,203,208)
#F8E0E7
(248,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E40E01 color. Also use rgb(228,14,1) instead hex code.

Text Font Color

.myTextColor { color: #E40E01; }

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

This text font color is #E40E01.


Background Color

.myBgColor { background-color: #E40E01; }

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

This div background color is #E40E01.


Border color

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

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

This div border color is #E40E01.


Opacity

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

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

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

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

This text has shadow with #E40E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E40E01 on black background.


Color preview on white background

This text has color #E40E01 on white background.



Black color preview on #E40E01 background

This text has black color on #E40E01 background.


White color preview on #E40E01 background

This text has white color on #E40E01 background.