COLOR #E52A06

HEX: #E52A06
RGB: (229,42,6)

Renk bilgisi

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

RGB renk modeli

#E52A06 color RGB value is (229,42,6).

  • kırmız ton 229;
  • yeşil ton 42;
  • mavi ton 6.
RGB:
(229,42,6)
(90%,16%,2%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 42 of 255 = 16%
B 6 of 255 = 2%

229
42
6

R + G + B ~ 36%. #E52A06 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 42 + 6 = 277 (100%)
R 229 of 277 ~ 82.67%
G 42 of 277 ~ 15.16%
B 6 of 277 ~ 2.17%

%82.67
%15.16

CMYK RENK MODELİ

#E52A06 rengi CMYK tonu (0,82,97,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 81.66%
  • sarı tonu 97.38%
  • ana renk tonu 10.20%
CMYK:
(0,82,97,10)
C0M82Y97K10 
(0%,82%,97%,10%)
(0.00/0.82/0.97/0.10)	

CMYK yüzdeleri

%0
%81.66
%97.38
%10.2

Codes

Color #E52A06 in popluar color models

E52A06
RGB229426
HSL10°94.89%46.08%
HSB/HSV10°97.38%89.80%
CMYK0.00%81.66%97.38%
10.20%

Color #E52A06 in popluar number systems.

HEXE52A06
Decimal229426
Binary11100101101010110
Octal345526

Shades and tints

Shades of #E52A06

#E52A06
(229,42,6)
#D12706
(209,39,6)
#BD2406
(189,36,6)
#A92106
(169,33,6)
#951E06
(149,30,6)
#811B06
(129,27,6)
#6D1806
(109,24,6)
#591506
(89,21,6)
#451206
(69,18,6)
#310F06
(49,15,6)
#1D0C06
(29,12,6)
#000000
(0,0,0)

Tints of #E52A06

#E52A06
(229,42,6)
#E73D1C
(231,61,28)
#E95032
(233,80,50)
#EB6348
(235,99,72)
#ED765E
(237,118,94)
#EF8974
(239,137,116)
#F19C8A
(241,156,138)
#F3AFA0
(243,175,160)
#F5C2B6
(245,194,182)
#F7D5CC
(247,213,204)
#F9E8E2
(249,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E52A06 color. Also use rgb(229,42,6) instead hex code.

Text Font Color

.myTextColor { color: #E52A06; }

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

This text font color is #E52A06.


Background Color

.myBgColor { background-color: #E52A06; }

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

This div background color is #E52A06.


Border color

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

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

This div border color is #E52A06.


Opacity

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

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

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

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

This text has shadow with #E52A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E52A06 on black background.


Color preview on white background

This text has color #E52A06 on white background.



Black color preview on #E52A06 background

This text has black color on #E52A06 background.


White color preview on #E52A06 background

This text has white color on #E52A06 background.