COLOR #E01F2C

HEX: #E01F2C
RGB: (224,31,44)

Color info

#E01F2C contains mainly red color. Web safe color of #E01F2C is #CC3333 (or #C33).

RGB color model

#E01F2C color RGB value is (224,31,44).

  • red value is 224;
  • green value is 31;
  • blue value is 44.
RGB:
(224,31,44)
(88%,12%,17%)

RGB channels and saturation

R 224 of 255 = 88%
G 31 of 255 = 12%
B 44 of 255 = 17%

224
31
44

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

Portions of RGB colors in percentages

R + G + B =
224 + 31 + 44 = 299 (100%)
R 224 of 299 ~ 74.92%
G 31 of 299 ~ 10.37%
B 44 of 299 ~ 14.72%

%74.92
%10.37
%14.72

CMYK color model

#E01F2C color CMYK value is (0,86,80,12).

  • cyan value is 0.00%
  • magenta value is 86.16%
  • yellow value is 80.36%
  • key color value is 12.16%
CMYK:
(0,86,80,12)
C0M86Y80K12 
(0%,86%,80%,12%)
(0.00/0.86/0.80/0.12)	

CMYK percentages

%0
%86.16
%80.36
%12.16

Codes

Color #E01F2C in popluar color models

E01F2C
RGB2243144
HSL356°75.69%50.00%
HSB/HSV356°86.16%87.84%
CMYK0.00%86.16%80.36%
12.16%

Color #E01F2C in popluar number systems.

HEXE01F2C
Decimal2243144
Binary1110000011111101100
Octal3403754

Shades and tints

Shades of #E01F2C

#E01F2C
(224,31,44)
#CC1D28
(204,29,40)
#B81B24
(184,27,36)
#A41920
(164,25,32)
#90171C
(144,23,28)
#7C1518
(124,21,24)
#681314
(104,19,20)
#541110
(84,17,16)
#400F0C
(64,15,12)
#2C0D08
(44,13,8)
#180B04
(24,11,4)
#000000
(0,0,0)

Tints of #E01F2C

#E01F2C
(224,31,44)
#E2333F
(226,51,63)
#E44752
(228,71,82)
#E65B65
(230,91,101)
#E86F78
(232,111,120)
#EA838B
(234,131,139)
#EC979E
(236,151,158)
#EEABB1
(238,171,177)
#F0BFC4
(240,191,196)
#F2D3D7
(242,211,215)
#F4E7EA
(244,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E01F2C; }

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

This text font color is #E01F2C.


Background Color

.myBgColor { background-color: #E01F2C; }

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

This div background color is #E01F2C.


Border color

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

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

This div border color is #E01F2C.


Opacity

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

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

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

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

This text has shadow with #E01F2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E01F2C on black background.


Color preview on white background

This text has color #E01F2C on white background.



Black color preview on #E01F2C background

This text has black color on #E01F2C background.


White color preview on #E01F2C background

This text has white color on #E01F2C background.