COLOR #C51413

HEX: #C51413
RGB: (197,20,19)

Renk bilgisi

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

RGB renk modeli

#C51413 color RGB value is (197,20,19).

  • kırmız ton 197;
  • yeşil ton 20;
  • mavi ton 19.
RGB:
(197,20,19)
(77%,8%,7%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 20 of 255 = 8%
B 19 of 255 = 7%

197
20
19

R + G + B ~ 31%. #C51413 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 20 + 19 = 236 (100%)
R 197 of 236 ~ 83.47%
G 20 of 236 ~ 8.47%
B 19 of 236 ~ 8.05%

%83.47

CMYK RENK MODELİ

#C51413 rengi CMYK tonu (0,90,90,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 89.85%
  • sarı tonu 90.36%
  • ana renk tonu 22.75%
CMYK:
(0,90,90,23)
C0M90Y90K23 
(0%,90%,90%,23%)
(0.00/0.90/0.90/0.23)	

CMYK yüzdeleri

%0
%89.85
%90.36
%22.75

Codes

Color #C51413 in popluar color models

C51413
RGB1972019
HSL82.41%42.35%
HSB/HSV90.36%77.25%
CMYK0.00%89.85%90.36%
22.75%

Color #C51413 in popluar number systems.

HEXC51413
Decimal1972019
Binary110001011010010011
Octal3052423

Shades and tints

Shades of #C51413

#C51413
(197,20,19)
#B41312
(180,19,18)
#A31211
(163,18,17)
#921110
(146,17,16)
#81100F
(129,16,15)
#700F0E
(112,15,14)
#5F0E0D
(95,14,13)
#4E0D0C
(78,13,12)
#3D0C0B
(61,12,11)
#2C0B0A
(44,11,10)
#1B0A09
(27,10,9)
#000000
(0,0,0)

Tints of #C51413

#C51413
(197,20,19)
#CA2928
(202,41,40)
#CF3E3D
(207,62,61)
#D45352
(212,83,82)
#D96867
(217,104,103)
#DE7D7C
(222,125,124)
#E39291
(227,146,145)
#E8A7A6
(232,167,166)
#EDBCBB
(237,188,187)
#F2D1D0
(242,209,208)
#F7E6E5
(247,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C51413 color. Also use rgb(197,20,19) instead hex code.

Text Font Color

.myTextColor { color: #C51413; }

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

This text font color is #C51413.


Background Color

.myBgColor { background-color: #C51413; }

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

This div background color is #C51413.


Border color

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

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

This div border color is #C51413.


Opacity

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

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

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

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

This text has shadow with #C51413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C51413 on black background.


Color preview on white background

This text has color #C51413 on white background.



Black color preview on #C51413 background

This text has black color on #C51413 background.


White color preview on #C51413 background

This text has white color on #C51413 background.