COLOR #E71307

HEX: #E71307
RGB: (231,19,7)

Renk bilgisi

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

RGB renk modeli

#E71307 color RGB value is (231,19,7).

  • kırmız ton 231;
  • yeşil ton 19;
  • mavi ton 7.
RGB:
(231,19,7)
(91%,7%,3%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 19 of 255 = 7%
B 7 of 255 = 3%

231
19
7

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 19 + 7 = 257 (100%)
R 231 of 257 ~ 89.88%
G 19 of 257 ~ 7.39%
B 7 of 257 ~ 2.72%

%89.88

CMYK RENK MODELİ

#E71307 rengi CMYK tonu (0,92,97,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 91.77%
  • sarı tonu 96.97%
  • ana renk tonu 9.41%
CMYK:
(0,92,97,9)
C0M92Y97K9 
(0%,92%,97%,9%)
(0.00/0.92/0.97/0.09)	

CMYK yüzdeleri

%0
%91.77
%96.97
%9.41

Codes

Color #E71307 in popluar color models

E71307
RGB231197
HSL94.12%46.67%
HSB/HSV96.97%90.59%
CMYK0.00%91.77%96.97%
9.41%

Color #E71307 in popluar number systems.

HEXE71307
Decimal231197
Binary1110011110011111
Octal347237

Shades and tints

Shades of #E71307

#E71307
(231,19,7)
#D21207
(210,18,7)
#BD1107
(189,17,7)
#A81007
(168,16,7)
#930F07
(147,15,7)
#7E0E07
(126,14,7)
#690D07
(105,13,7)
#540C07
(84,12,7)
#3F0B07
(63,11,7)
#2A0A07
(42,10,7)
#150907
(21,9,7)
#000000
(0,0,0)

Tints of #E71307

#E71307
(231,19,7)
#E9281D
(233,40,29)
#EB3D33
(235,61,51)
#ED5249
(237,82,73)
#EF675F
(239,103,95)
#F17C75
(241,124,117)
#F3918B
(243,145,139)
#F5A6A1
(245,166,161)
#F7BBB7
(247,187,183)
#F9D0CD
(249,208,205)
#FBE5E3
(251,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E71307 color. Also use rgb(231,19,7) instead hex code.

Text Font Color

.myTextColor { color: #E71307; }

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

This text font color is #E71307.


Background Color

.myBgColor { background-color: #E71307; }

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

This div background color is #E71307.


Border color

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

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

This div border color is #E71307.


Opacity

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

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

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

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

This text has shadow with #E71307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E71307 on black background.


Color preview on white background

This text has color #E71307 on white background.



Black color preview on #E71307 background

This text has black color on #E71307 background.


White color preview on #E71307 background

This text has white color on #E71307 background.