COLOR #C50211

HEX: #C50211
RGB: (197,2,17)

Renk bilgisi

#C50211 contains mainly red color. #C50211 ‘ nin web güvenlik rengi #CC0000 (ya da #C00) dir.

RGB renk modeli

#C50211 color RGB value is (197,2,17).

  • kırmız ton 197;
  • yeşil ton 2;
  • mavi ton 17.
RGB:
(197,2,17)
(77%,1%,7%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 2 of 255 = 1%
B 17 of 255 = 7%

197
2
17

R + G + B ~ 28%. #C50211 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 2 + 17 = 216 (100%)
R 197 of 216 ~ 91.2%
G 2 of 216 ~ 0.93%
B 17 of 216 ~ 7.87%

%91.2

CMYK RENK MODELİ

#C50211 rengi CMYK tonu (0,99,91,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 98.98%
  • sarı tonu 91.37%
  • ana renk tonu 22.75%
CMYK:
(0,99,91,23)
C0M99Y91K23 
(0%,99%,91%,23%)
(0.00/0.99/0.91/0.23)	

CMYK yüzdeleri

%0
%98.98
%91.37
%22.75

Codes

Color #C50211 in popluar color models

C50211
RGB197217
HSL355°97.99%39.02%
HSB/HSV355°98.98%77.25%
CMYK0.00%98.98%91.37%
22.75%

Color #C50211 in popluar number systems.

HEXC50211
Decimal197217
Binary110001011010001
Octal305221

Shades and tints

Shades of #C50211

#C50211
(197,2,17)
#B40210
(180,2,16)
#A3020F
(163,2,15)
#92020E
(146,2,14)
#81020D
(129,2,13)
#70020C
(112,2,12)
#5F020B
(95,2,11)
#4E020A
(78,2,10)
#3D0209
(61,2,9)
#2C0208
(44,2,8)
#1B0207
(27,2,7)
#000000
(0,0,0)

Tints of #C50211

#C50211
(197,2,17)
#CA1926
(202,25,38)
#CF303B
(207,48,59)
#D44750
(212,71,80)
#D95E65
(217,94,101)
#DE757A
(222,117,122)
#E38C8F
(227,140,143)
#E8A3A4
(232,163,164)
#EDBAB9
(237,186,185)
#F2D1CE
(242,209,206)
#F7E8E3
(247,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C50211 color. Also use rgb(197,2,17) instead hex code.

Text Font Color

.myTextColor { color: #C50211; }

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

This text font color is #C50211.


Background Color

.myBgColor { background-color: #C50211; }

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

This div background color is #C50211.


Border color

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

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

This div border color is #C50211.


Opacity

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

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

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

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

This text has shadow with #C50211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C50211 on black background.


Color preview on white background

This text has color #C50211 on white background.



Black color preview on #C50211 background

This text has black color on #C50211 background.


White color preview on #C50211 background

This text has white color on #C50211 background.