COLOR #C6121D

HEX: #C6121D
RGB: (198,18,29)

Renk bilgisi

#C6121D contains mainly red color. #C6121D ‘ nin web güvenlik rengi #CC0033 (ya da #C03) dir.

RGB renk modeli

#C6121D color RGB value is (198,18,29).

  • kırmız ton 198;
  • yeşil ton 18;
  • mavi ton 29.
RGB:
(198,18,29)
(78%,7%,11%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 18 of 255 = 7%
B 29 of 255 = 11%

198
18
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 18 + 29 = 245 (100%)
R 198 of 245 ~ 80.82%
G 18 of 245 ~ 7.35%
B 29 of 245 ~ 11.84%

%80.82
%11.84

CMYK RENK MODELİ

#C6121D rengi CMYK tonu (0,91,85,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 90.91%
  • sarı tonu 85.35%
  • ana renk tonu 22.35%
CMYK:
(0,91,85,22)
C0M91Y85K22 
(0%,91%,85%,22%)
(0.00/0.91/0.85/0.22)	

CMYK yüzdeleri

%0
%90.91
%85.35
%22.35

Codes

Color #C6121D in popluar color models

C6121D
RGB1981829
HSL356°83.33%42.35%
HSB/HSV356°90.91%77.65%
CMYK0.00%90.91%85.35%
22.35%

Color #C6121D in popluar number systems.

HEXC6121D
Decimal1981829
Binary110001101001011101
Octal3062235

Shades and tints

Shades of #C6121D

#C6121D
(198,18,29)
#B4111B
(180,17,27)
#A21019
(162,16,25)
#900F17
(144,15,23)
#7E0E15
(126,14,21)
#6C0D13
(108,13,19)
#5A0C11
(90,12,17)
#480B0F
(72,11,15)
#360A0D
(54,10,13)
#24090B
(36,9,11)
#120809
(18,8,9)
#000000
(0,0,0)

Tints of #C6121D

#C6121D
(198,18,29)
#CB2731
(203,39,49)
#D03C45
(208,60,69)
#D55159
(213,81,89)
#DA666D
(218,102,109)
#DF7B81
(223,123,129)
#E49095
(228,144,149)
#E9A5A9
(233,165,169)
#EEBABD
(238,186,189)
#F3CFD1
(243,207,209)
#F8E4E5
(248,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6121D color. Also use rgb(198,18,29) instead hex code.

Text Font Color

.myTextColor { color: #C6121D; }

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

This text font color is #C6121D.


Background Color

.myBgColor { background-color: #C6121D; }

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

This div background color is #C6121D.


Border color

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

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

This div border color is #C6121D.


Opacity

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

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

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

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

This text has shadow with #C6121D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6121D on black background.


Color preview on white background

This text has color #C6121D on white background.



Black color preview on #C6121D background

This text has black color on #C6121D background.


White color preview on #C6121D background

This text has white color on #C6121D background.