COLOR #EF2F25

HEX: #EF2F25
RGB: (239,47,37)

Renk bilgisi

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

RGB renk modeli

#EF2F25 color RGB value is (239,47,37).

  • kırmız ton 239;
  • yeşil ton 47;
  • mavi ton 37.
RGB:
(239,47,37)
(94%,18%,15%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 47 of 255 = 18%
B 37 of 255 = 15%

239
47
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 47 + 37 = 323 (100%)
R 239 of 323 ~ 73.99%
G 47 of 323 ~ 14.55%
B 37 of 323 ~ 11.46%

%73.99
%14.55
%11.46

CMYK RENK MODELİ

#EF2F25 rengi CMYK tonu (0,80,85,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 80.33%
  • sarı tonu 84.52%
  • ana renk tonu 6.27%
CMYK:
(0,80,85,6)
C0M80Y85K6 
(0%,80%,85%,6%)
(0.00/0.80/0.85/0.06)	

CMYK yüzdeleri

%0
%80.33
%84.52
%6.27

Codes

Color #EF2F25 in popluar color models

EF2F25
RGB2394737
HSL86.32%54.12%
HSB/HSV84.52%93.73%
CMYK0.00%80.33%84.52%
6.27%

Color #EF2F25 in popluar number systems.

HEXEF2F25
Decimal2394737
Binary11101111101111100101
Octal3575745

Shades and tints

Shades of #EF2F25

#EF2F25
(239,47,37)
#DA2B22
(218,43,34)
#C5271F
(197,39,31)
#B0231C
(176,35,28)
#9B1F19
(155,31,25)
#861B16
(134,27,22)
#711713
(113,23,19)
#5C1310
(92,19,16)
#470F0D
(71,15,13)
#320B0A
(50,11,10)
#1D0707
(29,7,7)
#000000
(0,0,0)

Tints of #EF2F25

#EF2F25
(239,47,37)
#F04138
(240,65,56)
#F1534B
(241,83,75)
#F2655E
(242,101,94)
#F37771
(243,119,113)
#F48984
(244,137,132)
#F59B97
(245,155,151)
#F6ADAA
(246,173,170)
#F7BFBD
(247,191,189)
#F8D1D0
(248,209,208)
#F9E3E3
(249,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF2F25 color. Also use rgb(239,47,37) instead hex code.

Text Font Color

.myTextColor { color: #EF2F25; }

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

This text font color is #EF2F25.


Background Color

.myBgColor { background-color: #EF2F25; }

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

This div background color is #EF2F25.


Border color

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

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

This div border color is #EF2F25.


Opacity

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

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

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

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

This text has shadow with #EF2F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF2F25 on black background.


Color preview on white background

This text has color #EF2F25 on white background.



Black color preview on #EF2F25 background

This text has black color on #EF2F25 background.


White color preview on #EF2F25 background

This text has white color on #EF2F25 background.