COLOR #ED3D3B

HEX: #ED3D3B
RGB: (237,61,59)

Color info

#ED3D3B contains mainly red color. Web safe color of #ED3D3B is #FF3333 (or #F33).

RGB color model

#ED3D3B color RGB value is (237,61,59).

  • red value is 237;
  • green value is 61;
  • blue value is 59.
RGB:
(237,61,59)
(93%,24%,23%)

RGB channels and saturation

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

237
61
59

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

Portions of RGB colors in percentages

R + G + B =
237 + 61 + 59 = 357 (100%)
R 237 of 357 ~ 66.39%
G 61 of 357 ~ 17.09%
B 59 of 357 ~ 16.53%

%66.39
%17.09
%16.53

CMYK color model

#ED3D3B color CMYK value is (0,74,75,7).

  • cyan value is 0.00%
  • magenta value is 74.26%
  • yellow value is 75.11%
  • key color value is 7.06%
CMYK:
(0,74,75,7)
C0M74Y75K7 
(0%,74%,75%,7%)
(0.00/0.74/0.75/0.07)	

CMYK percentages

%0
%74.26
%75.11
%7.06

Codes

Color #ED3D3B in popluar color models

ED3D3B
RGB2376159
HSL83.18%58.04%
HSB/HSV75.11%92.94%
CMYK0.00%74.26%75.11%
7.06%

Color #ED3D3B in popluar number systems.

HEXED3D3B
Decimal2376159
Binary11101101111101111011
Octal3557573

Shades and tints

Shades of #ED3D3B

#ED3D3B
(237,61,59)
#D83836
(216,56,54)
#C33331
(195,51,49)
#AE2E2C
(174,46,44)
#992927
(153,41,39)
#842422
(132,36,34)
#6F1F1D
(111,31,29)
#5A1A18
(90,26,24)
#451513
(69,21,19)
#30100E
(48,16,14)
#1B0B09
(27,11,9)
#000000
(0,0,0)

Tints of #ED3D3B

#ED3D3B
(237,61,59)
#EE4E4C
(238,78,76)
#EF5F5D
(239,95,93)
#F0706E
(240,112,110)
#F1817F
(241,129,127)
#F29290
(242,146,144)
#F3A3A1
(243,163,161)
#F4B4B2
(244,180,178)
#F5C5C3
(245,197,195)
#F6D6D4
(246,214,212)
#F7E7E5
(247,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED3D3B; }

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

This text font color is #ED3D3B.


Background Color

.myBgColor { background-color: #ED3D3B; }

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

This div background color is #ED3D3B.


Border color

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

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

This div border color is #ED3D3B.


Opacity

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

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

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

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

This text has shadow with #ED3D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED3D3B on black background.


Color preview on white background

This text has color #ED3D3B on white background.



Black color preview on #ED3D3B background

This text has black color on #ED3D3B background.


White color preview on #ED3D3B background

This text has white color on #ED3D3B background.