COLOR #EE1C09

HEX: #EE1C09
RGB: (238,28,9)

Renk bilgisi

#EE1C09 contains mainly red color. #EE1C09 ‘ nin web güvenlik rengi #FF3300 (ya da #F30) dir.

RGB renk modeli

#EE1C09 color RGB value is (238,28,9).

  • kırmız ton 238;
  • yeşil ton 28;
  • mavi ton 9.
RGB:
(238,28,9)
(93%,11%,4%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 28 of 255 = 11%
B 9 of 255 = 4%

238
28
9

R + G + B ~ 36%. #EE1C09 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 28 + 9 = 275 (100%)
R 238 of 275 ~ 86.55%
G 28 of 275 ~ 10.18%
B 9 of 275 ~ 3.27%

%86.55
%10.18

CMYK RENK MODELİ

#EE1C09 rengi CMYK tonu (0,88,96,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 88.24%
  • sarı tonu 96.22%
  • ana renk tonu 6.67%
CMYK:
(0,88,96,7)
C0M88Y96K7 
(0%,88%,96%,7%)
(0.00/0.88/0.96/0.07)	

CMYK yüzdeleri

%0
%88.24
%96.22
%6.67

Codes

Color #EE1C09 in popluar color models

EE1C09
RGB238289
HSL92.71%48.43%
HSB/HSV96.22%93.33%
CMYK0.00%88.24%96.22%
6.67%

Color #EE1C09 in popluar number systems.

HEXEE1C09
Decimal238289
Binary11101110111001001
Octal3563411

Shades and tints

Shades of #EE1C09

#EE1C09
(238,28,9)
#D91A09
(217,26,9)
#C41809
(196,24,9)
#AF1609
(175,22,9)
#9A1409
(154,20,9)
#851209
(133,18,9)
#701009
(112,16,9)
#5B0E09
(91,14,9)
#460C09
(70,12,9)
#310A09
(49,10,9)
#1C0809
(28,8,9)
#000000
(0,0,0)

Tints of #EE1C09

#EE1C09
(238,28,9)
#EF301F
(239,48,31)
#F04435
(240,68,53)
#F1584B
(241,88,75)
#F26C61
(242,108,97)
#F38077
(243,128,119)
#F4948D
(244,148,141)
#F5A8A3
(245,168,163)
#F6BCB9
(246,188,185)
#F7D0CF
(247,208,207)
#F8E4E5
(248,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE1C09 color. Also use rgb(238,28,9) instead hex code.

Text Font Color

.myTextColor { color: #EE1C09; }

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

This text font color is #EE1C09.


Background Color

.myBgColor { background-color: #EE1C09; }

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

This div background color is #EE1C09.


Border color

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

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

This div border color is #EE1C09.


Opacity

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

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

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

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

This text has shadow with #EE1C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE1C09 on black background.


Color preview on white background

This text has color #EE1C09 on white background.



Black color preview on #EE1C09 background

This text has black color on #EE1C09 background.


White color preview on #EE1C09 background

This text has white color on #EE1C09 background.