COLOR #E01F12

HEX: #E01F12
RGB: (224,31,18)

Color info

#E01F12 contains mainly red color. Web safe color of #E01F12 is #CC3300 (or #C30).

RGB color model

#E01F12 color RGB value is (224,31,18).

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

RGB channels and saturation

R 224 of 255 = 88%
G 31 of 255 = 12%
B 18 of 255 = 7%

224
31
18

R + G + B ~ 36%. #E01F12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
224 + 31 + 18 = 273 (100%)
R 224 of 273 ~ 82.05%
G 31 of 273 ~ 11.36%
B 18 of 273 ~ 6.59%

%82.05
%11.36

CMYK color model

#E01F12 color CMYK value is (0,86,92,12).

  • cyan value is 0.00%
  • magenta value is 86.16%
  • yellow value is 91.96%
  • key color value is 12.16%
CMYK:
(0,86,92,12)
C0M86Y92K12 
(0%,86%,92%,12%)
(0.00/0.86/0.92/0.12)	

CMYK percentages

%0
%86.16
%91.96
%12.16

Codes

Color #E01F12 in popluar color models

E01F12
RGB2243118
HSL85.12%47.45%
HSB/HSV91.96%87.84%
CMYK0.00%86.16%91.96%
12.16%

Color #E01F12 in popluar number systems.

HEXE01F12
Decimal2243118
Binary111000001111110010
Octal3403722

Shades and tints

Shades of #E01F12

#E01F12
(224,31,18)
#CC1D11
(204,29,17)
#B81B10
(184,27,16)
#A4190F
(164,25,15)
#90170E
(144,23,14)
#7C150D
(124,21,13)
#68130C
(104,19,12)
#54110B
(84,17,11)
#400F0A
(64,15,10)
#2C0D09
(44,13,9)
#180B08
(24,11,8)
#000000
(0,0,0)

Tints of #E01F12

#E01F12
(224,31,18)
#E23327
(226,51,39)
#E4473C
(228,71,60)
#E65B51
(230,91,81)
#E86F66
(232,111,102)
#EA837B
(234,131,123)
#EC9790
(236,151,144)
#EEABA5
(238,171,165)
#F0BFBA
(240,191,186)
#F2D3CF
(242,211,207)
#F4E7E4
(244,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E01F12; }

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

This text font color is #E01F12.


Background Color

.myBgColor { background-color: #E01F12; }

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

This div background color is #E01F12.


Border color

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

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

This div border color is #E01F12.


Opacity

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

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

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

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

This text has shadow with #E01F12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E01F12 on black background.


Color preview on white background

This text has color #E01F12 on white background.



Black color preview on #E01F12 background

This text has black color on #E01F12 background.


White color preview on #E01F12 background

This text has white color on #E01F12 background.