COLOR #EE1515

HEX: #EE1515
RGB: (238,21,21)

Renk bilgisi

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

RGB renk modeli

#EE1515 color RGB value is (238,21,21).

  • kırmız ton 238;
  • yeşil ton 21;
  • mavi ton 21.
RGB:
(238,21,21)
(93%,8%,8%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 21 of 255 = 8%
B 21 of 255 = 8%

238
21
21

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 21 + 21 = 280 (100%)
R 238 of 280 ~ 85%
G 21 of 280 ~ 7.5%
B 21 of 280 ~ 7.5%

%85

CMYK RENK MODELİ

#EE1515 rengi CMYK tonu (0,91,91,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 91.18%
  • sarı tonu 91.18%
  • ana renk tonu 6.67%
CMYK:
(0,91,91,7)
C0M91Y91K7 
(0%,91%,91%,7%)
(0.00/0.91/0.91/0.07)	

CMYK yüzdeleri

%0
%91.18
%91.18
%6.67

Codes

Color #EE1515 in popluar color models

EE1515
RGB2382121
HSL86.45%50.78%
HSB/HSV91.18%93.33%
CMYK0.00%91.18%91.18%
6.67%

Color #EE1515 in popluar number systems.

HEXEE1515
Decimal2382121
Binary111011101010110101
Octal3562525

Shades and tints

Shades of #EE1515

#EE1515
(238,21,21)
#D91414
(217,20,20)
#C41313
(196,19,19)
#AF1212
(175,18,18)
#9A1111
(154,17,17)
#851010
(133,16,16)
#700F0F
(112,15,15)
#5B0E0E
(91,14,14)
#460D0D
(70,13,13)
#310C0C
(49,12,12)
#1C0B0B
(28,11,11)
#000000
(0,0,0)

Tints of #EE1515

#EE1515
(238,21,21)
#EF2A2A
(239,42,42)
#F03F3F
(240,63,63)
#F15454
(241,84,84)
#F26969
(242,105,105)
#F37E7E
(243,126,126)
#F49393
(244,147,147)
#F5A8A8
(245,168,168)
#F6BDBD
(246,189,189)
#F7D2D2
(247,210,210)
#F8E7E7
(248,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE1515; }

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

This text font color is #EE1515.


Background Color

.myBgColor { background-color: #EE1515; }

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

This div background color is #EE1515.


Border color

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

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

This div border color is #EE1515.


Opacity

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

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

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

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

This text has shadow with #EE1515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE1515 on black background.


Color preview on white background

This text has color #EE1515 on white background.



Black color preview on #EE1515 background

This text has black color on #EE1515 background.


White color preview on #EE1515 background

This text has white color on #EE1515 background.