COLOR #E5410A

HEX: #E5410A
RGB: (229,65,10)

Renk bilgisi

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

RGB renk modeli

#E5410A color RGB value is (229,65,10).

  • kırmız ton 229;
  • yeşil ton 65;
  • mavi ton 10.
RGB:
(229,65,10)
(90%,25%,4%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 65 of 255 = 25%
B 10 of 255 = 4%

229
65
10

R + G + B ~ 40%. #E5410A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 65 + 10 = 304 (100%)
R 229 of 304 ~ 75.33%
G 65 of 304 ~ 21.38%
B 10 of 304 ~ 3.29%

%75.33
%21.38

CMYK RENK MODELİ

#E5410A rengi CMYK tonu (0,72,96,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 71.62%
  • sarı tonu 95.63%
  • ana renk tonu 10.20%
CMYK:
(0,72,96,10)
C0M72Y96K10 
(0%,72%,96%,10%)
(0.00/0.72/0.96/0.10)	

CMYK yüzdeleri

%0
%71.62
%95.63
%10.2

Codes

Color #E5410A in popluar color models

E5410A
RGB2296510
HSL15°91.63%46.86%
HSB/HSV15°95.63%89.80%
CMYK0.00%71.62%95.63%
10.20%

Color #E5410A in popluar number systems.

HEXE5410A
Decimal2296510
Binary1110010110000011010
Octal34510112

Shades and tints

Shades of #E5410A

#E5410A
(229,65,10)
#D13C0A
(209,60,10)
#BD370A
(189,55,10)
#A9320A
(169,50,10)
#952D0A
(149,45,10)
#81280A
(129,40,10)
#6D230A
(109,35,10)
#591E0A
(89,30,10)
#45190A
(69,25,10)
#31140A
(49,20,10)
#1D0F0A
(29,15,10)
#000000
(0,0,0)

Tints of #E5410A

#E5410A
(229,65,10)
#E75220
(231,82,32)
#E96336
(233,99,54)
#EB744C
(235,116,76)
#ED8562
(237,133,98)
#EF9678
(239,150,120)
#F1A78E
(241,167,142)
#F3B8A4
(243,184,164)
#F5C9BA
(245,201,186)
#F7DAD0
(247,218,208)
#F9EBE6
(249,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5410A color. Also use rgb(229,65,10) instead hex code.

Text Font Color

.myTextColor { color: #E5410A; }

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

This text font color is #E5410A.


Background Color

.myBgColor { background-color: #E5410A; }

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

This div background color is #E5410A.


Border color

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

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

This div border color is #E5410A.


Opacity

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

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

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

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

This text has shadow with #E5410A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5410A on black background.


Color preview on white background

This text has color #E5410A on white background.



Black color preview on #E5410A background

This text has black color on #E5410A background.


White color preview on #E5410A background

This text has white color on #E5410A background.