COLOR #E31B14

HEX: #E31B14
RGB: (227,27,20)

Renk bilgisi

#E31B14 contains mainly red color. #E31B14 ‘ nin web güvenlik rengi #CC3300 (ya da #C30) dir.

RGB renk modeli

#E31B14 color RGB value is (227,27,20).

  • kırmız ton 227;
  • yeşil ton 27;
  • mavi ton 20.
RGB:
(227,27,20)
(89%,11%,8%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 27 of 255 = 11%
B 20 of 255 = 8%

227
27
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 27 + 20 = 274 (100%)
R 227 of 274 ~ 82.85%
G 27 of 274 ~ 9.85%
B 20 of 274 ~ 7.3%

%82.85
%9.85

CMYK RENK MODELİ

#E31B14 rengi CMYK tonu (0,88,91,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 88.11%
  • sarı tonu 91.19%
  • ana renk tonu 10.98%
CMYK:
(0,88,91,11)
C0M88Y91K11 
(0%,88%,91%,11%)
(0.00/0.88/0.91/0.11)	

CMYK yüzdeleri

%0
%88.11
%91.19
%10.98

Codes

Color #E31B14 in popluar color models

E31B14
RGB2272720
HSL83.81%48.43%
HSB/HSV91.19%89.02%
CMYK0.00%88.11%91.19%
10.98%

Color #E31B14 in popluar number systems.

HEXE31B14
Decimal2272720
Binary111000111101110100
Octal3433324

Shades and tints

Shades of #E31B14

#E31B14
(227,27,20)
#CF1913
(207,25,19)
#BB1712
(187,23,18)
#A71511
(167,21,17)
#931310
(147,19,16)
#7F110F
(127,17,15)
#6B0F0E
(107,15,14)
#570D0D
(87,13,13)
#430B0C
(67,11,12)
#2F090B
(47,9,11)
#1B070A
(27,7,10)
#000000
(0,0,0)

Tints of #E31B14

#E31B14
(227,27,20)
#E52F29
(229,47,41)
#E7433E
(231,67,62)
#E95753
(233,87,83)
#EB6B68
(235,107,104)
#ED7F7D
(237,127,125)
#EF9392
(239,147,146)
#F1A7A7
(241,167,167)
#F3BBBC
(243,187,188)
#F5CFD1
(245,207,209)
#F7E3E6
(247,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E31B14 color. Also use rgb(227,27,20) instead hex code.

Text Font Color

.myTextColor { color: #E31B14; }

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

This text font color is #E31B14.


Background Color

.myBgColor { background-color: #E31B14; }

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

This div background color is #E31B14.


Border color

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

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

This div border color is #E31B14.


Opacity

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

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

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

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

This text has shadow with #E31B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E31B14 on black background.


Color preview on white background

This text has color #E31B14 on white background.



Black color preview on #E31B14 background

This text has black color on #E31B14 background.


White color preview on #E31B14 background

This text has white color on #E31B14 background.