COLOR #E01319

HEX: #E01319
RGB: (224,19,25)

Color info

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

RGB color model

#E01319 color RGB value is (224,19,25).

  • red value is 224;
  • green value is 19;
  • blue value is 25.
RGB:
(224,19,25)
(88%,7%,10%)

RGB channels and saturation

R 224 of 255 = 88%
G 19 of 255 = 7%
B 25 of 255 = 10%

224
19
25

R + G + B ~ 35%. #E01319 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
224 + 19 + 25 = 268 (100%)
R 224 of 268 ~ 83.58%
G 19 of 268 ~ 7.09%
B 25 of 268 ~ 9.33%

%83.58

CMYK color model

#E01319 color CMYK value is (0,92,89,12).

  • cyan value is 0.00%
  • magenta value is 91.52%
  • yellow value is 88.84%
  • key color value is 12.16%
CMYK:
(0,92,89,12)
C0M92Y89K12 
(0%,92%,89%,12%)
(0.00/0.92/0.89/0.12)	

CMYK percentages

%0
%91.52
%88.84
%12.16

Codes

Color #E01319 in popluar color models

E01319
RGB2241925
HSL358°84.36%47.65%
HSB/HSV358°91.52%87.84%
CMYK0.00%91.52%88.84%
12.16%

Color #E01319 in popluar number systems.

HEXE01319
Decimal2241925
Binary111000001001111001
Octal3402331

Shades and tints

Shades of #E01319

#E01319
(224,19,25)
#CC1217
(204,18,23)
#B81115
(184,17,21)
#A41013
(164,16,19)
#900F11
(144,15,17)
#7C0E0F
(124,14,15)
#680D0D
(104,13,13)
#540C0B
(84,12,11)
#400B09
(64,11,9)
#2C0A07
(44,10,7)
#180905
(24,9,5)
#000000
(0,0,0)

Tints of #E01319

#E01319
(224,19,25)
#E2282D
(226,40,45)
#E43D41
(228,61,65)
#E65255
(230,82,85)
#E86769
(232,103,105)
#EA7C7D
(234,124,125)
#EC9191
(236,145,145)
#EEA6A5
(238,166,165)
#F0BBB9
(240,187,185)
#F2D0CD
(242,208,205)
#F4E5E1
(244,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E01319; }

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

This text font color is #E01319.


Background Color

.myBgColor { background-color: #E01319; }

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

This div background color is #E01319.


Border color

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

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

This div border color is #E01319.


Opacity

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

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

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

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

This text has shadow with #E01319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E01319 on black background.


Color preview on white background

This text has color #E01319 on white background.



Black color preview on #E01319 background

This text has black color on #E01319 background.


White color preview on #E01319 background

This text has white color on #E01319 background.