COLOR #E71A02

HEX: #E71A02
RGB: (231,26,2)

Renk bilgisi

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

RGB renk modeli

#E71A02 color RGB value is (231,26,2).

  • kırmız ton 231;
  • yeşil ton 26;
  • mavi ton 2.
RGB:
(231,26,2)
(91%,10%,1%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 26 of 255 = 10%
B 2 of 255 = 1%

231
26
2

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 26 + 2 = 259 (100%)
R 231 of 259 ~ 89.19%
G 26 of 259 ~ 10.04%
B 2 of 259 ~ 0.77%

%89.19
%10.04

CMYK RENK MODELİ

#E71A02 rengi CMYK tonu (0,89,99,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 88.74%
  • sarı tonu 99.13%
  • ana renk tonu 9.41%
CMYK:
(0,89,99,9)
C0M89Y99K9 
(0%,89%,99%,9%)
(0.00/0.89/0.99/0.09)	

CMYK yüzdeleri

%0
%88.74
%99.13
%9.41

Codes

Color #E71A02 in popluar color models

E71A02
RGB231262
HSL98.28%45.69%
HSB/HSV99.13%90.59%
CMYK0.00%88.74%99.13%
9.41%

Color #E71A02 in popluar number systems.

HEXE71A02
Decimal231262
Binary111001111101010
Octal347322

Shades and tints

Shades of #E71A02

#E71A02
(231,26,2)
#D21802
(210,24,2)
#BD1602
(189,22,2)
#A81402
(168,20,2)
#931202
(147,18,2)
#7E1002
(126,16,2)
#690E02
(105,14,2)
#540C02
(84,12,2)
#3F0A02
(63,10,2)
#2A0802
(42,8,2)
#150602
(21,6,2)
#000000
(0,0,0)

Tints of #E71A02

#E71A02
(231,26,2)
#E92E19
(233,46,25)
#EB4230
(235,66,48)
#ED5647
(237,86,71)
#EF6A5E
(239,106,94)
#F17E75
(241,126,117)
#F3928C
(243,146,140)
#F5A6A3
(245,166,163)
#F7BABA
(247,186,186)
#F9CED1
(249,206,209)
#FBE2E8
(251,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E71A02 color. Also use rgb(231,26,2) instead hex code.

Text Font Color

.myTextColor { color: #E71A02; }

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

This text font color is #E71A02.


Background Color

.myBgColor { background-color: #E71A02; }

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

This div background color is #E71A02.


Border color

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

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

This div border color is #E71A02.


Opacity

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

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

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

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

This text has shadow with #E71A02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E71A02 on black background.


Color preview on white background

This text has color #E71A02 on white background.



Black color preview on #E71A02 background

This text has black color on #E71A02 background.


White color preview on #E71A02 background

This text has white color on #E71A02 background.