COLOR #E13E0B

HEX: #E13E0B
RGB: (225,62,11)

Renk bilgisi

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

RGB renk modeli

#E13E0B color RGB value is (225,62,11).

  • kırmız ton 225;
  • yeşil ton 62;
  • mavi ton 11.
RGB:
(225,62,11)
(88%,24%,4%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 62 of 255 = 24%
B 11 of 255 = 4%

225
62
11

R + G + B ~ 39%. #E13E0B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 62 + 11 = 298 (100%)
R 225 of 298 ~ 75.5%
G 62 of 298 ~ 20.81%
B 11 of 298 ~ 3.69%

%75.5
%20.81

CMYK RENK MODELİ

#E13E0B rengi CMYK tonu (0,72,95,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 72.44%
  • sarı tonu 95.11%
  • ana renk tonu 11.76%
CMYK:
(0,72,95,12)
C0M72Y95K12 
(0%,72%,95%,12%)
(0.00/0.72/0.95/0.12)	

CMYK yüzdeleri

%0
%72.44
%95.11
%11.76

Codes

Color #E13E0B in popluar color models

E13E0B
RGB2256211
HSL14°90.68%46.27%
HSB/HSV14°95.11%88.24%
CMYK0.00%72.44%95.11%
11.76%

Color #E13E0B in popluar number systems.

HEXE13E0B
Decimal2256211
Binary111000011111101011
Octal3417613

Shades and tints

Shades of #E13E0B

#E13E0B
(225,62,11)
#CD390A
(205,57,10)
#B93409
(185,52,9)
#A52F08
(165,47,8)
#912A07
(145,42,7)
#7D2506
(125,37,6)
#692005
(105,32,5)
#551B04
(85,27,4)
#411603
(65,22,3)
#2D1102
(45,17,2)
#190C01
(25,12,1)
#000000
(0,0,0)

Tints of #E13E0B

#E13E0B
(225,62,11)
#E34F21
(227,79,33)
#E56037
(229,96,55)
#E7714D
(231,113,77)
#E98263
(233,130,99)
#EB9379
(235,147,121)
#EDA48F
(237,164,143)
#EFB5A5
(239,181,165)
#F1C6BB
(241,198,187)
#F3D7D1
(243,215,209)
#F5E8E7
(245,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E13E0B color. Also use rgb(225,62,11) instead hex code.

Text Font Color

.myTextColor { color: #E13E0B; }

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

This text font color is #E13E0B.


Background Color

.myBgColor { background-color: #E13E0B; }

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

This div background color is #E13E0B.


Border color

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

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

This div border color is #E13E0B.


Opacity

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

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

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

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

This text has shadow with #E13E0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E13E0B on black background.


Color preview on white background

This text has color #E13E0B on white background.



Black color preview on #E13E0B background

This text has black color on #E13E0B background.


White color preview on #E13E0B background

This text has white color on #E13E0B background.