COLOR #E01831

HEX: #E01831
RGB: (224,24,49)

Color info

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

RGB color model

#E01831 color RGB value is (224,24,49).

  • red value is 224;
  • green value is 24;
  • blue value is 49.
RGB:
(224,24,49)
(88%,9%,19%)

RGB channels and saturation

R 224 of 255 = 88%
G 24 of 255 = 9%
B 49 of 255 = 19%

224
24
49

R + G + B ~ 39%. #E01831 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
224 + 24 + 49 = 297 (100%)
R 224 of 297 ~ 75.42%
G 24 of 297 ~ 8.08%
B 49 of 297 ~ 16.5%

%75.42
%16.5

CMYK color model

#E01831 color CMYK value is (0,89,78,12).

  • cyan value is 0.00%
  • magenta value is 89.29%
  • yellow value is 78.13%
  • key color value is 12.16%
CMYK:
(0,89,78,12)
C0M89Y78K12 
(0%,89%,78%,12%)
(0.00/0.89/0.78/0.12)	

CMYK percentages

%0
%89.29
%78.13
%12.16

Codes

Color #E01831 in popluar color models

E01831
RGB2242449
HSL353°80.65%48.63%
HSB/HSV353°89.29%87.84%
CMYK0.00%89.29%78.13%
12.16%

Color #E01831 in popluar number systems.

HEXE01831
Decimal2242449
Binary1110000011000110001
Octal3403061

Shades and tints

Shades of #E01831

#E01831
(224,24,49)
#CC162D
(204,22,45)
#B81429
(184,20,41)
#A41225
(164,18,37)
#901021
(144,16,33)
#7C0E1D
(124,14,29)
#680C19
(104,12,25)
#540A15
(84,10,21)
#400811
(64,8,17)
#2C060D
(44,6,13)
#180409
(24,4,9)
#000000
(0,0,0)

Tints of #E01831

#E01831
(224,24,49)
#E22D43
(226,45,67)
#E44255
(228,66,85)
#E65767
(230,87,103)
#E86C79
(232,108,121)
#EA818B
(234,129,139)
#EC969D
(236,150,157)
#EEABAF
(238,171,175)
#F0C0C1
(240,192,193)
#F2D5D3
(242,213,211)
#F4EAE5
(244,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E01831; }

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

This text font color is #E01831.


Background Color

.myBgColor { background-color: #E01831; }

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

This div background color is #E01831.


Border color

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

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

This div border color is #E01831.


Opacity

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

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

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

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

This text has shadow with #E01831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E01831 on black background.


Color preview on white background

This text has color #E01831 on white background.



Black color preview on #E01831 background

This text has black color on #E01831 background.


White color preview on #E01831 background

This text has white color on #E01831 background.