COLOR #E71C0D

HEX: #E71C0D
RGB: (231,28,13)

Renk bilgisi

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

RGB renk modeli

#E71C0D color RGB value is (231,28,13).

  • kırmız ton 231;
  • yeşil ton 28;
  • mavi ton 13.
RGB:
(231,28,13)
(91%,11%,5%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 28 of 255 = 11%
B 13 of 255 = 5%

231
28
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 28 + 13 = 272 (100%)
R 231 of 272 ~ 84.93%
G 28 of 272 ~ 10.29%
B 13 of 272 ~ 4.78%

%84.93
%10.29

CMYK RENK MODELİ

#E71C0D rengi CMYK tonu (0,88,94,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 87.88%
  • sarı tonu 94.37%
  • ana renk tonu 9.41%
CMYK:
(0,88,94,9)
C0M88Y94K9 
(0%,88%,94%,9%)
(0.00/0.88/0.94/0.09)	

CMYK yüzdeleri

%0
%87.88
%94.37
%9.41

Codes

Color #E71C0D in popluar color models

E71C0D
RGB2312813
HSL89.34%47.84%
HSB/HSV94.37%90.59%
CMYK0.00%87.88%94.37%
9.41%

Color #E71C0D in popluar number systems.

HEXE71C0D
Decimal2312813
Binary11100111111001101
Octal3473415

Shades and tints

Shades of #E71C0D

#E71C0D
(231,28,13)
#D21A0C
(210,26,12)
#BD180B
(189,24,11)
#A8160A
(168,22,10)
#931409
(147,20,9)
#7E1208
(126,18,8)
#691007
(105,16,7)
#540E06
(84,14,6)
#3F0C05
(63,12,5)
#2A0A04
(42,10,4)
#150803
(21,8,3)
#000000
(0,0,0)

Tints of #E71C0D

#E71C0D
(231,28,13)
#E93023
(233,48,35)
#EB4439
(235,68,57)
#ED584F
(237,88,79)
#EF6C65
(239,108,101)
#F1807B
(241,128,123)
#F39491
(243,148,145)
#F5A8A7
(245,168,167)
#F7BCBD
(247,188,189)
#F9D0D3
(249,208,211)
#FBE4E9
(251,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E71C0D color. Also use rgb(231,28,13) instead hex code.

Text Font Color

.myTextColor { color: #E71C0D; }

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

This text font color is #E71C0D.


Background Color

.myBgColor { background-color: #E71C0D; }

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

This div background color is #E71C0D.


Border color

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

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

This div border color is #E71C0D.


Opacity

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

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

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

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

This text has shadow with #E71C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E71C0D on black background.


Color preview on white background

This text has color #E71C0D on white background.



Black color preview on #E71C0D background

This text has black color on #E71C0D background.


White color preview on #E71C0D background

This text has white color on #E71C0D background.