COLOR #EB0B03

HEX: #EB0B03
RGB: (235,11,3)

Renk bilgisi

#EB0B03 contains mainly red color. #EB0B03 ‘ nin web güvenlik rengi #FF0000 (ya da #F00) dir.

RGB renk modeli

#EB0B03 color RGB value is (235,11,3).

  • kırmız ton 235;
  • yeşil ton 11;
  • mavi ton 3.
RGB:
(235,11,3)
(92%,4%,1%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 11 of 255 = 4%
B 3 of 255 = 1%

235
11
3

R + G + B ~ 32%. #EB0B03 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 11 + 3 = 249 (100%)
R 235 of 249 ~ 94.38%
G 11 of 249 ~ 4.42%
B 3 of 249 ~ 1.2%

%94.38

CMYK RENK MODELİ

#EB0B03 rengi CMYK tonu (0,95,99,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 95.32%
  • sarı tonu 98.72%
  • ana renk tonu 7.84%
CMYK:
(0,95,99,8)
C0M95Y99K8 
(0%,95%,99%,8%)
(0.00/0.95/0.99/0.08)	

CMYK yüzdeleri

%0
%95.32
%98.72
%7.84

Codes

Color #EB0B03 in popluar color models

EB0B03
RGB235113
HSL97.48%46.67%
HSB/HSV98.72%92.16%
CMYK0.00%95.32%98.72%
7.84%

Color #EB0B03 in popluar number systems.

HEXEB0B03
Decimal235113
Binary11101011101111
Octal353133

Shades and tints

Shades of #EB0B03

#EB0B03
(235,11,3)
#D60A03
(214,10,3)
#C10903
(193,9,3)
#AC0803
(172,8,3)
#970703
(151,7,3)
#820603
(130,6,3)
#6D0503
(109,5,3)
#580403
(88,4,3)
#430303
(67,3,3)
#2E0203
(46,2,3)
#190103
(25,1,3)
#000000
(0,0,0)

Tints of #EB0B03

#EB0B03
(235,11,3)
#EC2119
(236,33,25)
#ED372F
(237,55,47)
#EE4D45
(238,77,69)
#EF635B
(239,99,91)
#F07971
(240,121,113)
#F18F87
(241,143,135)
#F2A59D
(242,165,157)
#F3BBB3
(243,187,179)
#F4D1C9
(244,209,201)
#F5E7DF
(245,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB0B03 color. Also use rgb(235,11,3) instead hex code.

Text Font Color

.myTextColor { color: #EB0B03; }

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

This text font color is #EB0B03.


Background Color

.myBgColor { background-color: #EB0B03; }

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

This div background color is #EB0B03.


Border color

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

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

This div border color is #EB0B03.


Opacity

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

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

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

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

This text has shadow with #EB0B03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB0B03 on black background.


Color preview on white background

This text has color #EB0B03 on white background.



Black color preview on #EB0B03 background

This text has black color on #EB0B03 background.


White color preview on #EB0B03 background

This text has white color on #EB0B03 background.