COLOR #EF184B

HEX: #EF184B
RGB: (239,24,75)

Color info

#EF184B contains mainly red color. Web safe color of #EF184B is #FF0033 (or #F03).

RGB color model

#EF184B color RGB value is (239,24,75).

  • red value is 239;
  • green value is 24;
  • blue value is 75.
RGB:
(239,24,75)
(94%,9%,29%)

RGB channels and saturation

R 239 of 255 = 94%
G 24 of 255 = 9%
B 75 of 255 = 29%

239
24
75

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

Portions of RGB colors in percentages

R + G + B =
239 + 24 + 75 = 338 (100%)
R 239 of 338 ~ 70.71%
G 24 of 338 ~ 7.1%
B 75 of 338 ~ 22.19%

%70.71
%22.19

CMYK color model

#EF184B color CMYK value is (0,90,69,6).

  • cyan value is 0.00%
  • magenta value is 89.96%
  • yellow value is 68.62%
  • key color value is 6.27%
CMYK:
(0,90,69,6)
C0M90Y69K6 
(0%,90%,69%,6%)
(0.00/0.90/0.69/0.06)	

CMYK percentages

%0
%89.96
%68.62
%6.27

Codes

Color #EF184B in popluar color models

EF184B
RGB2392475
HSL346°87.04%51.57%
HSB/HSV346°89.96%93.73%
CMYK0.00%89.96%68.62%
6.27%

Color #EF184B in popluar number systems.

HEXEF184B
Decimal2392475
Binary11101111110001001011
Octal35730113

Shades and tints

Shades of #EF184B

#EF184B
(239,24,75)
#DA1645
(218,22,69)
#C5143F
(197,20,63)
#B01239
(176,18,57)
#9B1033
(155,16,51)
#860E2D
(134,14,45)
#710C27
(113,12,39)
#5C0A21
(92,10,33)
#47081B
(71,8,27)
#320615
(50,6,21)
#1D040F
(29,4,15)
#000000
(0,0,0)

Tints of #EF184B

#EF184B
(239,24,75)
#F02D5B
(240,45,91)
#F1426B
(241,66,107)
#F2577B
(242,87,123)
#F36C8B
(243,108,139)
#F4819B
(244,129,155)
#F596AB
(245,150,171)
#F6ABBB
(246,171,187)
#F7C0CB
(247,192,203)
#F8D5DB
(248,213,219)
#F9EAEB
(249,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF184B color. Also use rgb(239,24,75) instead hex code.

Text Font Color

.myTextColor { color: #EF184B; }

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

This text font color is #EF184B.


Background Color

.myBgColor { background-color: #EF184B; }

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

This div background color is #EF184B.


Border color

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

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

This div border color is #EF184B.


Opacity

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

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

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

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

This text has shadow with #EF184B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF184B on black background.


Color preview on white background

This text has color #EF184B on white background.



Black color preview on #EF184B background

This text has black color on #EF184B background.


White color preview on #EF184B background

This text has white color on #EF184B background.