COLOR #EF1D34

HEX: #EF1D34
RGB: (239,29,52)

Renk bilgisi

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

RGB renk modeli

#EF1D34 color RGB value is (239,29,52).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 29 of 255 = 11%
B 52 of 255 = 20%

239
29
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 29 + 52 = 320 (100%)
R 239 of 320 ~ 74.69%
G 29 of 320 ~ 9.06%
B 52 of 320 ~ 16.25%

%74.69
%16.25

CMYK RENK MODELİ

#EF1D34 rengi CMYK tonu (0,88,78,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 87.87%
  • sarı tonu 78.24%
  • ana renk tonu 6.27%
CMYK:
(0,88,78,6)
C0M88Y78K6 
(0%,88%,78%,6%)
(0.00/0.88/0.78/0.06)	

CMYK yüzdeleri

%0
%87.87
%78.24
%6.27

Codes

Color #EF1D34 in popluar color models

EF1D34
RGB2392952
HSL353°86.78%52.55%
HSB/HSV353°87.87%93.73%
CMYK0.00%87.87%78.24%
6.27%

Color #EF1D34 in popluar number systems.

HEXEF1D34
Decimal2392952
Binary1110111111101110100
Octal3573564

Shades and tints

Shades of #EF1D34

#EF1D34
(239,29,52)
#DA1B30
(218,27,48)
#C5192C
(197,25,44)
#B01728
(176,23,40)
#9B1524
(155,21,36)
#861320
(134,19,32)
#71111C
(113,17,28)
#5C0F18
(92,15,24)
#470D14
(71,13,20)
#320B10
(50,11,16)
#1D090C
(29,9,12)
#000000
(0,0,0)

Tints of #EF1D34

#EF1D34
(239,29,52)
#F03146
(240,49,70)
#F14558
(241,69,88)
#F2596A
(242,89,106)
#F36D7C
(243,109,124)
#F4818E
(244,129,142)
#F595A0
(245,149,160)
#F6A9B2
(246,169,178)
#F7BDC4
(247,189,196)
#F8D1D6
(248,209,214)
#F9E5E8
(249,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF1D34; }

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

This text font color is #EF1D34.


Background Color

.myBgColor { background-color: #EF1D34; }

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

This div background color is #EF1D34.


Border color

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

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

This div border color is #EF1D34.


Opacity

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

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

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

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

This text has shadow with #EF1D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF1D34 on black background.


Color preview on white background

This text has color #EF1D34 on white background.



Black color preview on #EF1D34 background

This text has black color on #EF1D34 background.


White color preview on #EF1D34 background

This text has white color on #EF1D34 background.