COLOR #E11509

HEX: #E11509
RGB: (225,21,9)

Renk bilgisi

#E11509 contains mainly red color. #E11509 ‘ nin web güvenlik rengi #CC0000 (ya da #C00) dir.

RGB renk modeli

#E11509 color RGB value is (225,21,9).

  • kırmız ton 225;
  • yeşil ton 21;
  • mavi ton 9.
RGB:
(225,21,9)
(88%,8%,4%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 21 of 255 = 8%
B 9 of 255 = 4%

225
21
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 21 + 9 = 255 (100%)
R 225 of 255 ~ 88.24%
G 21 of 255 ~ 8.24%
B 9 of 255 ~ 3.53%

%88.24

CMYK RENK MODELİ

#E11509 rengi CMYK tonu (0,91,96,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 90.67%
  • sarı tonu 96.00%
  • ana renk tonu 11.76%
CMYK:
(0,91,96,12)
C0M91Y96K12 
(0%,91%,96%,12%)
(0.00/0.91/0.96/0.12)	

CMYK yüzdeleri

%0
%90.67
%96
%11.76

Codes

Color #E11509 in popluar color models

E11509
RGB225219
HSL92.31%45.88%
HSB/HSV96.00%88.24%
CMYK0.00%90.67%96.00%
11.76%

Color #E11509 in popluar number systems.

HEXE11509
Decimal225219
Binary11100001101011001
Octal3412511

Shades and tints

Shades of #E11509

#E11509
(225,21,9)
#CD1409
(205,20,9)
#B91309
(185,19,9)
#A51209
(165,18,9)
#911109
(145,17,9)
#7D1009
(125,16,9)
#690F09
(105,15,9)
#550E09
(85,14,9)
#410D09
(65,13,9)
#2D0C09
(45,12,9)
#190B09
(25,11,9)
#000000
(0,0,0)

Tints of #E11509

#E11509
(225,21,9)
#E32A1F
(227,42,31)
#E53F35
(229,63,53)
#E7544B
(231,84,75)
#E96961
(233,105,97)
#EB7E77
(235,126,119)
#ED938D
(237,147,141)
#EFA8A3
(239,168,163)
#F1BDB9
(241,189,185)
#F3D2CF
(243,210,207)
#F5E7E5
(245,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E11509; }

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

This text font color is #E11509.


Background Color

.myBgColor { background-color: #E11509; }

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

This div background color is #E11509.


Border color

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

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

This div border color is #E11509.


Opacity

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

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

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

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

This text has shadow with #E11509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E11509 on black background.


Color preview on white background

This text has color #E11509 on white background.



Black color preview on #E11509 background

This text has black color on #E11509 background.


White color preview on #E11509 background

This text has white color on #E11509 background.