COLOR #EF481B

HEX: #EF481B
RGB: (239,72,27)

Color info

#EF481B contains mainly red color. Web safe color of #EF481B is #FF3333 (or #F33).

RGB color model

#EF481B color RGB value is (239,72,27).

  • red value is 239;
  • green value is 72;
  • blue value is 27.
RGB:
(239,72,27)
(94%,28%,11%)

RGB channels and saturation

R 239 of 255 = 94%
G 72 of 255 = 28%
B 27 of 255 = 11%

239
72
27

R + G + B ~ 44%. #EF481B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
239 + 72 + 27 = 338 (100%)
R 239 of 338 ~ 70.71%
G 72 of 338 ~ 21.3%
B 27 of 338 ~ 7.99%

%70.71
%21.3

CMYK color model

#EF481B color CMYK value is (0,70,89,6).

  • cyan value is 0.00%
  • magenta value is 69.87%
  • yellow value is 88.70%
  • key color value is 6.27%
CMYK:
(0,70,89,6)
C0M70Y89K6 
(0%,70%,89%,6%)
(0.00/0.70/0.89/0.06)	

CMYK percentages

%0
%69.87
%88.7
%6.27

Codes

Color #EF481B in popluar color models

EF481B
RGB2397227
HSL13°86.89%52.16%
HSB/HSV13°88.70%93.73%
CMYK0.00%69.87%88.70%
6.27%

Color #EF481B in popluar number systems.

HEXEF481B
Decimal2397227
Binary11101111100100011011
Octal35711033

Shades and tints

Shades of #EF481B

#EF481B
(239,72,27)
#DA4219
(218,66,25)
#C53C17
(197,60,23)
#B03615
(176,54,21)
#9B3013
(155,48,19)
#862A11
(134,42,17)
#71240F
(113,36,15)
#5C1E0D
(92,30,13)
#47180B
(71,24,11)
#321209
(50,18,9)
#1D0C07
(29,12,7)
#000000
(0,0,0)

Tints of #EF481B

#EF481B
(239,72,27)
#F0582F
(240,88,47)
#F16843
(241,104,67)
#F27857
(242,120,87)
#F3886B
(243,136,107)
#F4987F
(244,152,127)
#F5A893
(245,168,147)
#F6B8A7
(246,184,167)
#F7C8BB
(247,200,187)
#F8D8CF
(248,216,207)
#F9E8E3
(249,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF481B color. Also use rgb(239,72,27) instead hex code.

Text Font Color

.myTextColor { color: #EF481B; }

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

This text font color is #EF481B.


Background Color

.myBgColor { background-color: #EF481B; }

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

This div background color is #EF481B.


Border color

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

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

This div border color is #EF481B.


Opacity

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

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

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

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

This text has shadow with #EF481B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF481B on black background.


Color preview on white background

This text has color #EF481B on white background.



Black color preview on #EF481B background

This text has black color on #EF481B background.


White color preview on #EF481B background

This text has white color on #EF481B background.