COLOR #E71727

HEX: #E71727
RGB: (231,23,39)

Renk bilgisi

#E71727 contains mainly red color. #E71727 ‘ nin web güvenlik rengi #FF0033 (ya da #F03) dir.

RGB renk modeli

#E71727 color RGB value is (231,23,39).

  • kırmız ton 231;
  • yeşil ton 23;
  • mavi ton 39.
RGB:
(231,23,39)
(91%,9%,15%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 23 of 255 = 9%
B 39 of 255 = 15%

231
23
39

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 23 + 39 = 293 (100%)
R 231 of 293 ~ 78.84%
G 23 of 293 ~ 7.85%
B 39 of 293 ~ 13.31%

%78.84
%13.31

CMYK RENK MODELİ

#E71727 rengi CMYK tonu (0,90,83,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 90.04%
  • sarı tonu 83.12%
  • ana renk tonu 9.41%
CMYK:
(0,90,83,9)
C0M90Y83K9 
(0%,90%,83%,9%)
(0.00/0.90/0.83/0.09)	

CMYK yüzdeleri

%0
%90.04
%83.12
%9.41

Codes

Color #E71727 in popluar color models

E71727
RGB2312339
HSL355°81.89%49.80%
HSB/HSV355°90.04%90.59%
CMYK0.00%90.04%83.12%
9.41%

Color #E71727 in popluar number systems.

HEXE71727
Decimal2312339
Binary1110011110111100111
Octal3472747

Shades and tints

Shades of #E71727

#E71727
(231,23,39)
#D21524
(210,21,36)
#BD1321
(189,19,33)
#A8111E
(168,17,30)
#930F1B
(147,15,27)
#7E0D18
(126,13,24)
#690B15
(105,11,21)
#540912
(84,9,18)
#3F070F
(63,7,15)
#2A050C
(42,5,12)
#150309
(21,3,9)
#000000
(0,0,0)

Tints of #E71727

#E71727
(231,23,39)
#E92C3A
(233,44,58)
#EB414D
(235,65,77)
#ED5660
(237,86,96)
#EF6B73
(239,107,115)
#F18086
(241,128,134)
#F39599
(243,149,153)
#F5AAAC
(245,170,172)
#F7BFBF
(247,191,191)
#F9D4D2
(249,212,210)
#FBE9E5
(251,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E71727 color. Also use rgb(231,23,39) instead hex code.

Text Font Color

.myTextColor { color: #E71727; }

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

This text font color is #E71727.


Background Color

.myBgColor { background-color: #E71727; }

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

This div background color is #E71727.


Border color

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

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

This div border color is #E71727.


Opacity

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

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

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

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

This text has shadow with #E71727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E71727 on black background.


Color preview on white background

This text has color #E71727 on white background.



Black color preview on #E71727 background

This text has black color on #E71727 background.


White color preview on #E71727 background

This text has white color on #E71727 background.