COLOR #ED0136

HEX: #ED0136
RGB: (237,1,54)

Renk bilgisi

#ED0136 contains mainly red color. #ED0136 ‘ nin web güvenlik rengi #FF0033 (ya da #F03) dir.

RGB renk modeli

#ED0136 color RGB value is (237,1,54).

  • kırmız ton 237;
  • yeşil ton 1;
  • mavi ton 54.
RGB:
(237,1,54)
(93%,0%,21%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 1 of 255 = 0%
B 54 of 255 = 21%

237
1
54

R + G + B ~ 38%. #ED0136 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 1 + 54 = 292 (100%)
R 237 of 292 ~ 81.16%
G 1 of 292 ~ 0.34%
B 54 of 292 ~ 18.49%

%81.16
%18.49

CMYK RENK MODELİ

#ED0136 rengi CMYK tonu (0,100,77,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 99.58%
  • sarı tonu 77.22%
  • ana renk tonu 7.06%
CMYK:
(0,100,77,7)
C0M100Y77K7 
(0%,100%,77%,7%)
(0.00/1.00/0.77/0.07)	

CMYK yüzdeleri

%0
%99.58
%77.22
%7.06

Codes

Color #ED0136 in popluar color models

ED0136
RGB237154
HSL347°99.16%46.67%
HSB/HSV347°99.58%92.94%
CMYK0.00%99.58%77.22%
7.06%

Color #ED0136 in popluar number systems.

HEXED0136
Decimal237154
Binary111011011110110
Octal355166

Shades and tints

Shades of #ED0136

#ED0136
(237,1,54)
#D80132
(216,1,50)
#C3012E
(195,1,46)
#AE012A
(174,1,42)
#990126
(153,1,38)
#840122
(132,1,34)
#6F011E
(111,1,30)
#5A011A
(90,1,26)
#450116
(69,1,22)
#300112
(48,1,18)
#1B010E
(27,1,14)
#000000
(0,0,0)

Tints of #ED0136

#ED0136
(237,1,54)
#EE1848
(238,24,72)
#EF2F5A
(239,47,90)
#F0466C
(240,70,108)
#F15D7E
(241,93,126)
#F27490
(242,116,144)
#F38BA2
(243,139,162)
#F4A2B4
(244,162,180)
#F5B9C6
(245,185,198)
#F6D0D8
(246,208,216)
#F7E7EA
(247,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED0136 color. Also use rgb(237,1,54) instead hex code.

Text Font Color

.myTextColor { color: #ED0136; }

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

This text font color is #ED0136.


Background Color

.myBgColor { background-color: #ED0136; }

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

This div background color is #ED0136.


Border color

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

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

This div border color is #ED0136.


Opacity

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

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

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

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

This text has shadow with #ED0136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED0136 on black background.


Color preview on white background

This text has color #ED0136 on white background.



Black color preview on #ED0136 background

This text has black color on #ED0136 background.


White color preview on #ED0136 background

This text has white color on #ED0136 background.