COLOR #E24F13

HEX: #E24F13
RGB: (226,79,19)

Renk bilgisi

#E24F13 contains mainly red color. #E24F13 ‘ nin web güvenlik rengi #CC6600 (ya da #C60) dir.

RGB renk modeli

#E24F13 color RGB value is (226,79,19).

  • kırmız ton 226;
  • yeşil ton 79;
  • mavi ton 19.
RGB:
(226,79,19)
(89%,31%,7%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 79 of 255 = 31%
B 19 of 255 = 7%

226
79
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 79 + 19 = 324 (100%)
R 226 of 324 ~ 69.75%
G 79 of 324 ~ 24.38%
B 19 of 324 ~ 5.86%

%69.75
%24.38

CMYK RENK MODELİ

#E24F13 rengi CMYK tonu (0,65,92,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.04%
  • sarı tonu 91.59%
  • ana renk tonu 11.37%
CMYK:
(0,65,92,11)
C0M65Y92K11 
(0%,65%,92%,11%)
(0.00/0.65/0.92/0.11)	

CMYK yüzdeleri

%0
%65.04
%91.59
%11.37

Codes

Color #E24F13 in popluar color models

E24F13
RGB2267919
HSL17°84.49%48.04%
HSB/HSV17°91.59%88.63%
CMYK0.00%65.04%91.59%
11.37%

Color #E24F13 in popluar number systems.

HEXE24F13
Decimal2267919
Binary11100010100111110011
Octal34211723

Shades and tints

Shades of #E24F13

#E24F13
(226,79,19)
#CE4812
(206,72,18)
#BA4111
(186,65,17)
#A63A10
(166,58,16)
#92330F
(146,51,15)
#7E2C0E
(126,44,14)
#6A250D
(106,37,13)
#561E0C
(86,30,12)
#42170B
(66,23,11)
#2E100A
(46,16,10)
#1A0909
(26,9,9)
#000000
(0,0,0)

Tints of #E24F13

#E24F13
(226,79,19)
#E45F28
(228,95,40)
#E66F3D
(230,111,61)
#E87F52
(232,127,82)
#EA8F67
(234,143,103)
#EC9F7C
(236,159,124)
#EEAF91
(238,175,145)
#F0BFA6
(240,191,166)
#F2CFBB
(242,207,187)
#F4DFD0
(244,223,208)
#F6EFE5
(246,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E24F13 color. Also use rgb(226,79,19) instead hex code.

Text Font Color

.myTextColor { color: #E24F13; }

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

This text font color is #E24F13.


Background Color

.myBgColor { background-color: #E24F13; }

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

This div background color is #E24F13.


Border color

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

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

This div border color is #E24F13.


Opacity

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

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

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

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

This text has shadow with #E24F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E24F13 on black background.


Color preview on white background

This text has color #E24F13 on white background.



Black color preview on #E24F13 background

This text has black color on #E24F13 background.


White color preview on #E24F13 background

This text has white color on #E24F13 background.