COLOR #E61F17

HEX: #E61F17
RGB: (230,31,23)

Renk bilgisi

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

RGB renk modeli

#E61F17 color RGB value is (230,31,23).

  • kırmız ton 230;
  • yeşil ton 31;
  • mavi ton 23.
RGB:
(230,31,23)
(90%,12%,9%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 31 of 255 = 12%
B 23 of 255 = 9%

230
31
23

R + G + B ~ 37%. #E61F17 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 31 + 23 = 284 (100%)
R 230 of 284 ~ 80.99%
G 31 of 284 ~ 10.92%
B 23 of 284 ~ 8.1%

%80.99
%10.92

CMYK RENK MODELİ

#E61F17 rengi CMYK tonu (0,87,90,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 86.52%
  • sarı tonu 90.00%
  • ana renk tonu 9.80%
CMYK:
(0,87,90,10)
C0M87Y90K10 
(0%,87%,90%,10%)
(0.00/0.87/0.90/0.10)	

CMYK yüzdeleri

%0
%86.52
%90
%9.8

Codes

Color #E61F17 in popluar color models

E61F17
RGB2303123
HSL81.82%49.61%
HSB/HSV90.00%90.20%
CMYK0.00%86.52%90.00%
9.80%

Color #E61F17 in popluar number systems.

HEXE61F17
Decimal2303123
Binary111001101111110111
Octal3463727

Shades and tints

Shades of #E61F17

#E61F17
(230,31,23)
#D21D15
(210,29,21)
#BE1B13
(190,27,19)
#AA1911
(170,25,17)
#96170F
(150,23,15)
#82150D
(130,21,13)
#6E130B
(110,19,11)
#5A1109
(90,17,9)
#460F07
(70,15,7)
#320D05
(50,13,5)
#1E0B03
(30,11,3)
#000000
(0,0,0)

Tints of #E61F17

#E61F17
(230,31,23)
#E8332C
(232,51,44)
#EA4741
(234,71,65)
#EC5B56
(236,91,86)
#EE6F6B
(238,111,107)
#F08380
(240,131,128)
#F29795
(242,151,149)
#F4ABAA
(244,171,170)
#F6BFBF
(246,191,191)
#F8D3D4
(248,211,212)
#FAE7E9
(250,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E61F17 color. Also use rgb(230,31,23) instead hex code.

Text Font Color

.myTextColor { color: #E61F17; }

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

This text font color is #E61F17.


Background Color

.myBgColor { background-color: #E61F17; }

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

This div background color is #E61F17.


Border color

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

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

This div border color is #E61F17.


Opacity

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

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

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

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

This text has shadow with #E61F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E61F17 on black background.


Color preview on white background

This text has color #E61F17 on white background.



Black color preview on #E61F17 background

This text has black color on #E61F17 background.


White color preview on #E61F17 background

This text has white color on #E61F17 background.