COLOR #E3002D

HEX: #E3002D
RGB: (227,0,45)

Renk bilgisi

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

RGB renk modeli

#E3002D color RGB value is (227,0,45).

  • kırmız ton 227;
  • yeşil ton 0;
  • mavi ton 45.
RGB:
(227,0,45)
(89%,0%,18%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 0 of 255 = 0%
B 45 of 255 = 18%

227
0
45

R + G + B ~ 36%. #E3002D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 0 + 45 = 272 (100%)
R 227 of 272 ~ 83.46%
G 0 of 272 ~ 0%
B 45 of 272 ~ 16.54%

%83.46
%16.54

CMYK RENK MODELİ

#E3002D rengi CMYK tonu (0,100,80,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 80.18%
  • ana renk tonu 10.98%
CMYK:
(0,100,80,11)
C0M100Y80K11 
(0%,100%,80%,11%)
(0.00/1.00/0.80/0.11)	

CMYK yüzdeleri

%0
%100
%80.18
%10.98

Codes

Color #E3002D in popluar color models

E3002D
RGB227045
HSL348°100.00%44.51%
HSB/HSV348°100.00%89.02%
CMYK0.00%100.00%80.18%
10.98%

Color #E3002D in popluar number systems.

HEXE3002D
Decimal227045
Binary111000110101101
Octal343055

Shades and tints

Shades of #E3002D

#E3002D
(227,0,45)
#CF0029
(207,0,41)
#BB0025
(187,0,37)
#A70021
(167,0,33)
#93001D
(147,0,29)
#7F0019
(127,0,25)
#6B0015
(107,0,21)
#570011
(87,0,17)
#43000D
(67,0,13)
#2F0009
(47,0,9)
#1B0005
(27,0,5)
#000000
(0,0,0)

Tints of #E3002D

#E3002D
(227,0,45)
#E51740
(229,23,64)
#E72E53
(231,46,83)
#E94566
(233,69,102)
#EB5C79
(235,92,121)
#ED738C
(237,115,140)
#EF8A9F
(239,138,159)
#F1A1B2
(241,161,178)
#F3B8C5
(243,184,197)
#F5CFD8
(245,207,216)
#F7E6EB
(247,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3002D color. Also use rgb(227,0,45) instead hex code.

Text Font Color

.myTextColor { color: #E3002D; }

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

This text font color is #E3002D.


Background Color

.myBgColor { background-color: #E3002D; }

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

This div background color is #E3002D.


Border color

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

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

This div border color is #E3002D.


Opacity

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

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

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

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

This text has shadow with #E3002D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3002D on black background.


Color preview on white background

This text has color #E3002D on white background.



Black color preview on #E3002D background

This text has black color on #E3002D background.


White color preview on #E3002D background

This text has white color on #E3002D background.