COLOR #ED0113

HEX: #ED0113
RGB: (237,1,19)

Renk bilgisi

#ED0113 contains mainly red color. #ED0113 ‘ nin web güvenlik rengi #FF0000 (ya da #F00) dir.

RGB renk modeli

#ED0113 color RGB value is (237,1,19).

  • kırmız ton 237;
  • yeşil ton 1;
  • mavi ton 19.
RGB:
(237,1,19)
(93%,0%,7%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 1 of 255 = 0%
B 19 of 255 = 7%

237
1
19

R + G + B ~ 33%. #ED0113 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 1 + 19 = 257 (100%)
R 237 of 257 ~ 92.22%
G 1 of 257 ~ 0.39%
B 19 of 257 ~ 7.39%

%92.22

CMYK RENK MODELİ

#ED0113 rengi CMYK tonu (0,100,92,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 99.58%
  • sarı tonu 91.98%
  • ana renk tonu 7.06%
CMYK:
(0,100,92,7)
C0M100Y92K7 
(0%,100%,92%,7%)
(0.00/1.00/0.92/0.07)	

CMYK yüzdeleri

%0
%99.58
%91.98
%7.06

Codes

Color #ED0113 in popluar color models

ED0113
RGB237119
HSL355°99.16%46.67%
HSB/HSV355°99.58%92.94%
CMYK0.00%99.58%91.98%
7.06%

Color #ED0113 in popluar number systems.

HEXED0113
Decimal237119
Binary11101101110011
Octal355123

Shades and tints

Shades of #ED0113

#ED0113
(237,1,19)
#D80112
(216,1,18)
#C30111
(195,1,17)
#AE0110
(174,1,16)
#99010F
(153,1,15)
#84010E
(132,1,14)
#6F010D
(111,1,13)
#5A010C
(90,1,12)
#45010B
(69,1,11)
#30010A
(48,1,10)
#1B0109
(27,1,9)
#000000
(0,0,0)

Tints of #ED0113

#ED0113
(237,1,19)
#EE1828
(238,24,40)
#EF2F3D
(239,47,61)
#F04652
(240,70,82)
#F15D67
(241,93,103)
#F2747C
(242,116,124)
#F38B91
(243,139,145)
#F4A2A6
(244,162,166)
#F5B9BB
(245,185,187)
#F6D0D0
(246,208,208)
#F7E7E5
(247,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED0113 color. Also use rgb(237,1,19) instead hex code.

Text Font Color

.myTextColor { color: #ED0113; }

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

This text font color is #ED0113.


Background Color

.myBgColor { background-color: #ED0113; }

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

This div background color is #ED0113.


Border color

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

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

This div border color is #ED0113.


Opacity

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

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

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

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

This text has shadow with #ED0113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED0113 on black background.


Color preview on white background

This text has color #ED0113 on white background.



Black color preview on #ED0113 background

This text has black color on #ED0113 background.


White color preview on #ED0113 background

This text has white color on #ED0113 background.