COLOR #E50022

HEX: #E50022
RGB: (229,0,34)

Renk bilgisi

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

RGB renk modeli

#E50022 color RGB value is (229,0,34).

  • kırmız ton 229;
  • yeşil ton 0;
  • mavi ton 34.
RGB:
(229,0,34)
(90%,0%,13%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 0 of 255 = 0%
B 34 of 255 = 13%

229
0
34

R + G + B ~ 34%. #E50022 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 0 + 34 = 263 (100%)
R 229 of 263 ~ 87.07%
G 0 of 263 ~ 0%
B 34 of 263 ~ 12.93%

%87.07
%12.93

CMYK RENK MODELİ

#E50022 rengi CMYK tonu (0,100,85,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 85.15%
  • ana renk tonu 10.20%
CMYK:
(0,100,85,10)
C0M100Y85K10 
(0%,100%,85%,10%)
(0.00/1.00/0.85/0.10)	

CMYK yüzdeleri

%0
%100
%85.15
%10.2

Codes

Color #E50022 in popluar color models

E50022
RGB229034
HSL351°100.00%44.90%
HSB/HSV351°100.00%89.80%
CMYK0.00%100.00%85.15%
10.20%

Color #E50022 in popluar number systems.

HEXE50022
Decimal229034
Binary111001010100010
Octal345042

Shades and tints

Shades of #E50022

#E50022
(229,0,34)
#D1001F
(209,0,31)
#BD001C
(189,0,28)
#A90019
(169,0,25)
#950016
(149,0,22)
#810013
(129,0,19)
#6D0010
(109,0,16)
#59000D
(89,0,13)
#45000A
(69,0,10)
#310007
(49,0,7)
#1D0004
(29,0,4)
#000000
(0,0,0)

Tints of #E50022

#E50022
(229,0,34)
#E71736
(231,23,54)
#E92E4A
(233,46,74)
#EB455E
(235,69,94)
#ED5C72
(237,92,114)
#EF7386
(239,115,134)
#F18A9A
(241,138,154)
#F3A1AE
(243,161,174)
#F5B8C2
(245,184,194)
#F7CFD6
(247,207,214)
#F9E6EA
(249,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E50022 color. Also use rgb(229,0,34) instead hex code.

Text Font Color

.myTextColor { color: #E50022; }

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

This text font color is #E50022.


Background Color

.myBgColor { background-color: #E50022; }

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

This div background color is #E50022.


Border color

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

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

This div border color is #E50022.


Opacity

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

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

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

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

This text has shadow with #E50022 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E50022 on black background.


Color preview on white background

This text has color #E50022 on white background.



Black color preview on #E50022 background

This text has black color on #E50022 background.


White color preview on #E50022 background

This text has white color on #E50022 background.