COLOR #ED3B3C

HEX: #ED3B3C
RGB: (237,59,60)

Renk bilgisi

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

RGB renk modeli

#ED3B3C color RGB value is (237,59,60).

  • kırmız ton 237;
  • yeşil ton 59;
  • mavi ton 60.
RGB:
(237,59,60)
(93%,23%,24%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 59 of 255 = 23%
B 60 of 255 = 24%

237
59
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 59 + 60 = 356 (100%)
R 237 of 356 ~ 66.57%
G 59 of 356 ~ 16.57%
B 60 of 356 ~ 16.85%

%66.57
%16.57
%16.85

CMYK RENK MODELİ

#ED3B3C rengi CMYK tonu (0,75,75,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.11%
  • sarı tonu 74.68%
  • ana renk tonu 7.06%
CMYK:
(0,75,75,7)
C0M75Y75K7 
(0%,75%,75%,7%)
(0.00/0.75/0.75/0.07)	

CMYK yüzdeleri

%0
%75.11
%74.68
%7.06

Codes

Color #ED3B3C in popluar color models

ED3B3C
RGB2375960
HSL360°83.18%58.04%
HSB/HSV360°75.11%92.94%
CMYK0.00%75.11%74.68%
7.06%

Color #ED3B3C in popluar number systems.

HEXED3B3C
Decimal2375960
Binary11101101111011111100
Octal3557374

Shades and tints

Shades of #ED3B3C

#ED3B3C
(237,59,60)
#D83637
(216,54,55)
#C33132
(195,49,50)
#AE2C2D
(174,44,45)
#992728
(153,39,40)
#842223
(132,34,35)
#6F1D1E
(111,29,30)
#5A1819
(90,24,25)
#451314
(69,19,20)
#300E0F
(48,14,15)
#1B090A
(27,9,10)
#000000
(0,0,0)

Tints of #ED3B3C

#ED3B3C
(237,59,60)
#EE4C4D
(238,76,77)
#EF5D5E
(239,93,94)
#F06E6F
(240,110,111)
#F17F80
(241,127,128)
#F29091
(242,144,145)
#F3A1A2
(243,161,162)
#F4B2B3
(244,178,179)
#F5C3C4
(245,195,196)
#F6D4D5
(246,212,213)
#F7E5E6
(247,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED3B3C color. Also use rgb(237,59,60) instead hex code.

Text Font Color

.myTextColor { color: #ED3B3C; }

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

This text font color is #ED3B3C.


Background Color

.myBgColor { background-color: #ED3B3C; }

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

This div background color is #ED3B3C.


Border color

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

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

This div border color is #ED3B3C.


Opacity

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

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

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

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

This text has shadow with #ED3B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED3B3C on black background.


Color preview on white background

This text has color #ED3B3C on white background.



Black color preview on #ED3B3C background

This text has black color on #ED3B3C background.


White color preview on #ED3B3C background

This text has white color on #ED3B3C background.