COLOR #EF1D1F

HEX: #EF1D1F
RGB: (239,29,31)

Renk bilgisi

#EF1D1F contains mainly red color. #EF1D1F ‘ nin web güvenlik rengi #FF3333 (ya da #F33) dir.

RGB renk modeli

#EF1D1F color RGB value is (239,29,31).

  • kırmız ton 239;
  • yeşil ton 29;
  • mavi ton 31.
RGB:
(239,29,31)
(94%,11%,12%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 29 of 255 = 11%
B 31 of 255 = 12%

239
29
31

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 29 + 31 = 299 (100%)
R 239 of 299 ~ 79.93%
G 29 of 299 ~ 9.7%
B 31 of 299 ~ 10.37%

%79.93
%9.7
%10.37

CMYK RENK MODELİ

#EF1D1F rengi CMYK tonu (0,88,87,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 87.87%
  • sarı tonu 87.03%
  • ana renk tonu 6.27%
CMYK:
(0,88,87,6)
C0M88Y87K6 
(0%,88%,87%,6%)
(0.00/0.88/0.87/0.06)	

CMYK yüzdeleri

%0
%87.87
%87.03
%6.27

Codes

Color #EF1D1F in popluar color models

EF1D1F
RGB2392931
HSL359°86.78%52.55%
HSB/HSV359°87.87%93.73%
CMYK0.00%87.87%87.03%
6.27%

Color #EF1D1F in popluar number systems.

HEXEF1D1F
Decimal2392931
Binary111011111110111111
Octal3573537

Shades and tints

Shades of #EF1D1F

#EF1D1F
(239,29,31)
#DA1B1D
(218,27,29)
#C5191B
(197,25,27)
#B01719
(176,23,25)
#9B1517
(155,21,23)
#861315
(134,19,21)
#711113
(113,17,19)
#5C0F11
(92,15,17)
#470D0F
(71,13,15)
#320B0D
(50,11,13)
#1D090B
(29,9,11)
#000000
(0,0,0)

Tints of #EF1D1F

#EF1D1F
(239,29,31)
#F03133
(240,49,51)
#F14547
(241,69,71)
#F2595B
(242,89,91)
#F36D6F
(243,109,111)
#F48183
(244,129,131)
#F59597
(245,149,151)
#F6A9AB
(246,169,171)
#F7BDBF
(247,189,191)
#F8D1D3
(248,209,211)
#F9E5E7
(249,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF1D1F color. Also use rgb(239,29,31) instead hex code.

Text Font Color

.myTextColor { color: #EF1D1F; }

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

This text font color is #EF1D1F.


Background Color

.myBgColor { background-color: #EF1D1F; }

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

This div background color is #EF1D1F.


Border color

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

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

This div border color is #EF1D1F.


Opacity

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

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

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

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

This text has shadow with #EF1D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF1D1F on black background.


Color preview on white background

This text has color #EF1D1F on white background.



Black color preview on #EF1D1F background

This text has black color on #EF1D1F background.


White color preview on #EF1D1F background

This text has white color on #EF1D1F background.