COLOR #ED1203

HEX: #ED1203
RGB: (237,18,3)

Color info

#ED1203 contains mainly red color. Web safe color of #ED1203 is #FF0000 (or #F00).

RGB color model

#ED1203 color RGB value is (237,18,3).

  • red value is 237;
  • green value is 18;
  • blue value is 3.
RGB:
(237,18,3)
(93%,7%,1%)

RGB channels and saturation

R 237 of 255 = 93%
G 18 of 255 = 7%
B 3 of 255 = 1%

237
18
3

R + G + B ~ 34%. #ED1203 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
237 + 18 + 3 = 258 (100%)
R 237 of 258 ~ 91.86%
G 18 of 258 ~ 6.98%
B 3 of 258 ~ 1.16%

%91.86

CMYK color model

#ED1203 color CMYK value is (0,92,99,7).

  • cyan value is 0.00%
  • magenta value is 92.41%
  • yellow value is 98.73%
  • key color value is 7.06%
CMYK:
(0,92,99,7)
C0M92Y99K7 
(0%,92%,99%,7%)
(0.00/0.92/0.99/0.07)	

CMYK percentages

%0
%92.41
%98.73
%7.06

Codes

Color #ED1203 in popluar color models

ED1203
RGB237183
HSL97.50%47.06%
HSB/HSV98.73%92.94%
CMYK0.00%92.41%98.73%
7.06%

Color #ED1203 in popluar number systems.

HEXED1203
Decimal237183
Binary111011011001011
Octal355223

Shades and tints

Shades of #ED1203

#ED1203
(237,18,3)
#D81103
(216,17,3)
#C31003
(195,16,3)
#AE0F03
(174,15,3)
#990E03
(153,14,3)
#840D03
(132,13,3)
#6F0C03
(111,12,3)
#5A0B03
(90,11,3)
#450A03
(69,10,3)
#300903
(48,9,3)
#1B0803
(27,8,3)
#000000
(0,0,0)

Tints of #ED1203

#ED1203
(237,18,3)
#EE2719
(238,39,25)
#EF3C2F
(239,60,47)
#F05145
(240,81,69)
#F1665B
(241,102,91)
#F27B71
(242,123,113)
#F39087
(243,144,135)
#F4A59D
(244,165,157)
#F5BAB3
(245,186,179)
#F6CFC9
(246,207,201)
#F7E4DF
(247,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED1203 color. Also use rgb(237,18,3) instead hex code.

Text Font Color

.myTextColor { color: #ED1203; }

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

This text font color is #ED1203.


Background Color

.myBgColor { background-color: #ED1203; }

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

This div background color is #ED1203.


Border color

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

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

This div border color is #ED1203.


Opacity

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

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

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

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

This text has shadow with #ED1203 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED1203 on black background.


Color preview on white background

This text has color #ED1203 on white background.



Black color preview on #ED1203 background

This text has black color on #ED1203 background.


White color preview on #ED1203 background

This text has white color on #ED1203 background.