COLOR #E01010

HEX: #E01010
RGB: (224,16,16)

Color info

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

RGB color model

#E01010 color RGB value is (224,16,16).

  • red value is 224;
  • green value is 16;
  • blue value is 16.
RGB:
(224,16,16)
(88%,6%,6%)

RGB channels and saturation

R 224 of 255 = 88%
G 16 of 255 = 6%
B 16 of 255 = 6%

224
16
16

R + G + B ~ 33%. #E01010 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
224 + 16 + 16 = 256 (100%)
R 224 of 256 ~ 87.5%
G 16 of 256 ~ 6.25%
B 16 of 256 ~ 6.25%

%87.5

CMYK color model

#E01010 color CMYK value is (0,93,93,12).

  • cyan value is 0.00%
  • magenta value is 92.86%
  • yellow value is 92.86%
  • key color value is 12.16%
CMYK:
(0,93,93,12)
C0M93Y93K12 
(0%,93%,93%,12%)
(0.00/0.93/0.93/0.12)	

CMYK percentages

%0
%92.86
%92.86
%12.16

Codes

Color #E01010 in popluar color models

E01010
RGB2241616
HSL86.67%47.06%
HSB/HSV92.86%87.84%
CMYK0.00%92.86%92.86%
12.16%

Color #E01010 in popluar number systems.

HEXE01010
Decimal2241616
Binary111000001000010000
Octal3402020

Shades and tints

Shades of #E01010

#E01010
(224,16,16)
#CC0F0F
(204,15,15)
#B80E0E
(184,14,14)
#A40D0D
(164,13,13)
#900C0C
(144,12,12)
#7C0B0B
(124,11,11)
#680A0A
(104,10,10)
#540909
(84,9,9)
#400808
(64,8,8)
#2C0707
(44,7,7)
#180606
(24,6,6)
#000000
(0,0,0)

Tints of #E01010

#E01010
(224,16,16)
#E22525
(226,37,37)
#E43A3A
(228,58,58)
#E64F4F
(230,79,79)
#E86464
(232,100,100)
#EA7979
(234,121,121)
#EC8E8E
(236,142,142)
#EEA3A3
(238,163,163)
#F0B8B8
(240,184,184)
#F2CDCD
(242,205,205)
#F4E2E2
(244,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E01010 color. Also use rgb(224,16,16) instead hex code.

Text Font Color

.myTextColor { color: #E01010; }

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

This text font color is #E01010.


Background Color

.myBgColor { background-color: #E01010; }

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

This div background color is #E01010.


Border color

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

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

This div border color is #E01010.


Opacity

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

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

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

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

This text has shadow with #E01010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E01010 on black background.


Color preview on white background

This text has color #E01010 on white background.



Black color preview on #E01010 background

This text has black color on #E01010 background.


White color preview on #E01010 background

This text has white color on #E01010 background.