COLOR #C50A0C

HEX: #C50A0C
RGB: (197,10,12)

Renk bilgisi

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

RGB renk modeli

#C50A0C color RGB value is (197,10,12).

  • kırmız ton 197;
  • yeşil ton 10;
  • mavi ton 12.
RGB:
(197,10,12)
(77%,4%,5%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 10 of 255 = 4%
B 12 of 255 = 5%

197
10
12

R + G + B ~ 29%. #C50A0C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 10 + 12 = 219 (100%)
R 197 of 219 ~ 89.95%
G 10 of 219 ~ 4.57%
B 12 of 219 ~ 5.48%

%89.95

CMYK RENK MODELİ

#C50A0C rengi CMYK tonu (0,95,94,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 94.92%
  • sarı tonu 93.91%
  • ana renk tonu 22.75%
CMYK:
(0,95,94,23)
C0M95Y94K23 
(0%,95%,94%,23%)
(0.00/0.95/0.94/0.23)	

CMYK yüzdeleri

%0
%94.92
%93.91
%22.75

Codes

Color #C50A0C in popluar color models

C50A0C
RGB1971012
HSL359°90.34%40.59%
HSB/HSV359°94.92%77.25%
CMYK0.00%94.92%93.91%
22.75%

Color #C50A0C in popluar number systems.

HEXC50A0C
Decimal1971012
Binary1100010110101100
Octal3051214

Shades and tints

Shades of #C50A0C

#C50A0C
(197,10,12)
#B40A0B
(180,10,11)
#A30A0A
(163,10,10)
#920A09
(146,10,9)
#810A08
(129,10,8)
#700A07
(112,10,7)
#5F0A06
(95,10,6)
#4E0A05
(78,10,5)
#3D0A04
(61,10,4)
#2C0A03
(44,10,3)
#1B0A02
(27,10,2)
#000000
(0,0,0)

Tints of #C50A0C

#C50A0C
(197,10,12)
#CA2022
(202,32,34)
#CF3638
(207,54,56)
#D44C4E
(212,76,78)
#D96264
(217,98,100)
#DE787A
(222,120,122)
#E38E90
(227,142,144)
#E8A4A6
(232,164,166)
#EDBABC
(237,186,188)
#F2D0D2
(242,208,210)
#F7E6E8
(247,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C50A0C color. Also use rgb(197,10,12) instead hex code.

Text Font Color

.myTextColor { color: #C50A0C; }

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

This text font color is #C50A0C.


Background Color

.myBgColor { background-color: #C50A0C; }

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

This div background color is #C50A0C.


Border color

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

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

This div border color is #C50A0C.


Opacity

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

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

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

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

This text has shadow with #C50A0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C50A0C on black background.


Color preview on white background

This text has color #C50A0C on white background.



Black color preview on #C50A0C background

This text has black color on #C50A0C background.


White color preview on #C50A0C background

This text has white color on #C50A0C background.