COLOR #ED1D27

HEX: #ED1D27
RGB: (237,29,39)

Renk bilgisi

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

RGB renk modeli

#ED1D27 color RGB value is (237,29,39).

  • kırmız ton 237;
  • yeşil ton 29;
  • mavi ton 39.
RGB:
(237,29,39)
(93%,11%,15%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 29 of 255 = 11%
B 39 of 255 = 15%

237
29
39

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 29 + 39 = 305 (100%)
R 237 of 305 ~ 77.7%
G 29 of 305 ~ 9.51%
B 39 of 305 ~ 12.79%

%77.7
%9.51
%12.79

CMYK RENK MODELİ

#ED1D27 rengi CMYK tonu (0,88,84,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 87.76%
  • sarı tonu 83.54%
  • ana renk tonu 7.06%
CMYK:
(0,88,84,7)
C0M88Y84K7 
(0%,88%,84%,7%)
(0.00/0.88/0.84/0.07)	

CMYK yüzdeleri

%0
%87.76
%83.54
%7.06

Codes

Color #ED1D27 in popluar color models

ED1D27
RGB2372939
HSL357°85.25%52.16%
HSB/HSV357°87.76%92.94%
CMYK0.00%87.76%83.54%
7.06%

Color #ED1D27 in popluar number systems.

HEXED1D27
Decimal2372939
Binary1110110111101100111
Octal3553547

Shades and tints

Shades of #ED1D27

#ED1D27
(237,29,39)
#D81B24
(216,27,36)
#C31921
(195,25,33)
#AE171E
(174,23,30)
#99151B
(153,21,27)
#841318
(132,19,24)
#6F1115
(111,17,21)
#5A0F12
(90,15,18)
#450D0F
(69,13,15)
#300B0C
(48,11,12)
#1B0909
(27,9,9)
#000000
(0,0,0)

Tints of #ED1D27

#ED1D27
(237,29,39)
#EE313A
(238,49,58)
#EF454D
(239,69,77)
#F05960
(240,89,96)
#F16D73
(241,109,115)
#F28186
(242,129,134)
#F39599
(243,149,153)
#F4A9AC
(244,169,172)
#F5BDBF
(245,189,191)
#F6D1D2
(246,209,210)
#F7E5E5
(247,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED1D27 color. Also use rgb(237,29,39) instead hex code.

Text Font Color

.myTextColor { color: #ED1D27; }

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

This text font color is #ED1D27.


Background Color

.myBgColor { background-color: #ED1D27; }

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

This div background color is #ED1D27.


Border color

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

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

This div border color is #ED1D27.


Opacity

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

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

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

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

This text has shadow with #ED1D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED1D27 on black background.


Color preview on white background

This text has color #ED1D27 on white background.



Black color preview on #ED1D27 background

This text has black color on #ED1D27 background.


White color preview on #ED1D27 background

This text has white color on #ED1D27 background.