COLOR #E61524

HEX: #E61524
RGB: (230,21,36)

Renk bilgisi

#E61524 contains mainly red color. #E61524 ‘ nin web güvenlik rengi #CC0033 (ya da #C03) dir.

RGB renk modeli

#E61524 color RGB value is (230,21,36).

  • kırmız ton 230;
  • yeşil ton 21;
  • mavi ton 36.
RGB:
(230,21,36)
(90%,8%,14%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 21 of 255 = 8%
B 36 of 255 = 14%

230
21
36

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 21 + 36 = 287 (100%)
R 230 of 287 ~ 80.14%
G 21 of 287 ~ 7.32%
B 36 of 287 ~ 12.54%

%80.14
%12.54

CMYK RENK MODELİ

#E61524 rengi CMYK tonu (0,91,84,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 90.87%
  • sarı tonu 84.35%
  • ana renk tonu 9.80%
CMYK:
(0,91,84,10)
C0M91Y84K10 
(0%,91%,84%,10%)
(0.00/0.91/0.84/0.10)	

CMYK yüzdeleri

%0
%90.87
%84.35
%9.8

Codes

Color #E61524 in popluar color models

E61524
RGB2302136
HSL356°83.27%49.22%
HSB/HSV356°90.87%90.20%
CMYK0.00%90.87%84.35%
9.80%

Color #E61524 in popluar number systems.

HEXE61524
Decimal2302136
Binary1110011010101100100
Octal3462544

Shades and tints

Shades of #E61524

#E61524
(230,21,36)
#D21421
(210,20,33)
#BE131E
(190,19,30)
#AA121B
(170,18,27)
#961118
(150,17,24)
#821015
(130,16,21)
#6E0F12
(110,15,18)
#5A0E0F
(90,14,15)
#460D0C
(70,13,12)
#320C09
(50,12,9)
#1E0B06
(30,11,6)
#000000
(0,0,0)

Tints of #E61524

#E61524
(230,21,36)
#E82A37
(232,42,55)
#EA3F4A
(234,63,74)
#EC545D
(236,84,93)
#EE6970
(238,105,112)
#F07E83
(240,126,131)
#F29396
(242,147,150)
#F4A8A9
(244,168,169)
#F6BDBC
(246,189,188)
#F8D2CF
(248,210,207)
#FAE7E2
(250,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E61524 color. Also use rgb(230,21,36) instead hex code.

Text Font Color

.myTextColor { color: #E61524; }

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

This text font color is #E61524.


Background Color

.myBgColor { background-color: #E61524; }

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

This div background color is #E61524.


Border color

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

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

This div border color is #E61524.


Opacity

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

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

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

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

This text has shadow with #E61524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E61524 on black background.


Color preview on white background

This text has color #E61524 on white background.



Black color preview on #E61524 background

This text has black color on #E61524 background.


White color preview on #E61524 background

This text has white color on #E61524 background.