COLOR #E10020

HEX: #E10020
RGB: (225,0,32)

Color info

#E10020 contains mainly red color. Web safe color of #E10020 is #CC0033 (or #C03).

RGB color model

#E10020 color RGB value is (225,0,32).

  • red value is 225;
  • green value is 0;
  • blue value is 32.
RGB:
(225,0,32)
(88%,0%,13%)

RGB channels and saturation

R 225 of 255 = 88%
G 0 of 255 = 0%
B 32 of 255 = 13%

225
0
32

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

Portions of RGB colors in percentages

R + G + B =
225 + 0 + 32 = 257 (100%)
R 225 of 257 ~ 87.55%
G 0 of 257 ~ 0%
B 32 of 257 ~ 12.45%

%87.55
%12.45

CMYK color model

#E10020 color CMYK value is (0,100,86,12).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 85.78%
  • key color value is 11.76%
CMYK:
(0,100,86,12)
C0M100Y86K12 
(0%,100%,86%,12%)
(0.00/1.00/0.86/0.12)	

CMYK percentages

%0
%100
%85.78
%11.76

Codes

Color #E10020 in popluar color models

E10020
RGB225032
HSL351°100.00%44.12%
HSB/HSV351°100.00%88.24%
CMYK0.00%100.00%85.78%
11.76%

Color #E10020 in popluar number systems.

HEXE10020
Decimal225032
Binary111000010100000
Octal341040

Shades and tints

Shades of #E10020

#E10020
(225,0,32)
#CD001E
(205,0,30)
#B9001C
(185,0,28)
#A5001A
(165,0,26)
#910018
(145,0,24)
#7D0016
(125,0,22)
#690014
(105,0,20)
#550012
(85,0,18)
#410010
(65,0,16)
#2D000E
(45,0,14)
#19000C
(25,0,12)
#000000
(0,0,0)

Tints of #E10020

#E10020
(225,0,32)
#E31734
(227,23,52)
#E52E48
(229,46,72)
#E7455C
(231,69,92)
#E95C70
(233,92,112)
#EB7384
(235,115,132)
#ED8A98
(237,138,152)
#EFA1AC
(239,161,172)
#F1B8C0
(241,184,192)
#F3CFD4
(243,207,212)
#F5E6E8
(245,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E10020 color. Also use rgb(225,0,32) instead hex code.

Text Font Color

.myTextColor { color: #E10020; }

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

This text font color is #E10020.


Background Color

.myBgColor { background-color: #E10020; }

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

This div background color is #E10020.


Border color

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

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

This div border color is #E10020.


Opacity

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

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

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

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

This text has shadow with #E10020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E10020 on black background.


Color preview on white background

This text has color #E10020 on white background.



Black color preview on #E10020 background

This text has black color on #E10020 background.


White color preview on #E10020 background

This text has white color on #E10020 background.