COLOR #E71D1B

HEX: #E71D1B
RGB: (231,29,27)

Renk bilgisi

#E71D1B contains mainly red color. #E71D1B ‘ nin web güvenlik rengi #FF3333 (ya da #F33) dir.

RGB renk modeli

#E71D1B color RGB value is (231,29,27).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 29 of 255 = 11%
B 27 of 255 = 11%

231
29
27

R + G + B ~ 38%. #E71D1B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 29 + 27 = 287 (100%)
R 231 of 287 ~ 80.49%
G 29 of 287 ~ 10.1%
B 27 of 287 ~ 9.41%

%80.49
%10.1

CMYK RENK MODELİ

#E71D1B rengi CMYK tonu (0,87,88,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 87.45%
  • sarı tonu 88.31%
  • ana renk tonu 9.41%
CMYK:
(0,87,88,9)
C0M87Y88K9 
(0%,87%,88%,9%)
(0.00/0.87/0.88/0.09)	

CMYK yüzdeleri

%0
%87.45
%88.31
%9.41

Codes

Color #E71D1B in popluar color models

E71D1B
RGB2312927
HSL80.95%50.59%
HSB/HSV88.31%90.59%
CMYK0.00%87.45%88.31%
9.41%

Color #E71D1B in popluar number systems.

HEXE71D1B
Decimal2312927
Binary111001111110111011
Octal3473533

Shades and tints

Shades of #E71D1B

#E71D1B
(231,29,27)
#D21B19
(210,27,25)
#BD1917
(189,25,23)
#A81715
(168,23,21)
#931513
(147,21,19)
#7E1311
(126,19,17)
#69110F
(105,17,15)
#540F0D
(84,15,13)
#3F0D0B
(63,13,11)
#2A0B09
(42,11,9)
#150907
(21,9,7)
#000000
(0,0,0)

Tints of #E71D1B

#E71D1B
(231,29,27)
#E9312F
(233,49,47)
#EB4543
(235,69,67)
#ED5957
(237,89,87)
#EF6D6B
(239,109,107)
#F1817F
(241,129,127)
#F39593
(243,149,147)
#F5A9A7
(245,169,167)
#F7BDBB
(247,189,187)
#F9D1CF
(249,209,207)
#FBE5E3
(251,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E71D1B color. Also use rgb(231,29,27) instead hex code.

Text Font Color

.myTextColor { color: #E71D1B; }

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

This text font color is #E71D1B.


Background Color

.myBgColor { background-color: #E71D1B; }

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

This div background color is #E71D1B.


Border color

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

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

This div border color is #E71D1B.


Opacity

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

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

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

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

This text has shadow with #E71D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E71D1B on black background.


Color preview on white background

This text has color #E71D1B on white background.



Black color preview on #E71D1B background

This text has black color on #E71D1B background.


White color preview on #E71D1B background

This text has white color on #E71D1B background.