COLOR #E6621E

HEX: #E6621E
RGB: (230,98,30)

Renk bilgisi

#E6621E contains mainly red color. #E6621E ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#E6621E color RGB value is (230,98,30).

  • kırmız ton 230;
  • yeşil ton 98;
  • mavi ton 30.
RGB:
(230,98,30)
(90%,38%,12%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 98 of 255 = 38%
B 30 of 255 = 12%

230
98
30

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 98 + 30 = 358 (100%)
R 230 of 358 ~ 64.25%
G 98 of 358 ~ 27.37%
B 30 of 358 ~ 8.38%

%64.25
%27.37

CMYK RENK MODELİ

#E6621E rengi CMYK tonu (0,57,87,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.39%
  • sarı tonu 86.96%
  • ana renk tonu 9.80%
CMYK:
(0,57,87,10)
C0M57Y87K10 
(0%,57%,87%,10%)
(0.00/0.57/0.87/0.10)	

CMYK yüzdeleri

%0
%57.39
%86.96
%9.8

Codes

Color #E6621E in popluar color models

E6621E
RGB2309830
HSL20°80.00%50.98%
HSB/HSV20°86.96%90.20%
CMYK0.00%57.39%86.96%
9.80%

Color #E6621E in popluar number systems.

HEXE6621E
Decimal2309830
Binary11100110110001011110
Octal34614236

Shades and tints

Shades of #E6621E

#E6621E
(230,98,30)
#D25A1C
(210,90,28)
#BE521A
(190,82,26)
#AA4A18
(170,74,24)
#964216
(150,66,22)
#823A14
(130,58,20)
#6E3212
(110,50,18)
#5A2A10
(90,42,16)
#46220E
(70,34,14)
#321A0C
(50,26,12)
#1E120A
(30,18,10)
#000000
(0,0,0)

Tints of #E6621E

#E6621E
(230,98,30)
#E87032
(232,112,50)
#EA7E46
(234,126,70)
#EC8C5A
(236,140,90)
#EE9A6E
(238,154,110)
#F0A882
(240,168,130)
#F2B696
(242,182,150)
#F4C4AA
(244,196,170)
#F6D2BE
(246,210,190)
#F8E0D2
(248,224,210)
#FAEEE6
(250,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6621E color. Also use rgb(230,98,30) instead hex code.

Text Font Color

.myTextColor { color: #E6621E; }

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

This text font color is #E6621E.


Background Color

.myBgColor { background-color: #E6621E; }

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

This div background color is #E6621E.


Border color

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

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

This div border color is #E6621E.


Opacity

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

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

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

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

This text has shadow with #E6621E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6621E on black background.


Color preview on white background

This text has color #E6621E on white background.



Black color preview on #E6621E background

This text has black color on #E6621E background.


White color preview on #E6621E background

This text has white color on #E6621E background.