COLOR #C13321

HEX: #C13321
RGB: (193,51,33)

Renk bilgisi

#C13321 contains mainly red color. #C13321 ‘ nin web güvenlik rengi #CC3333 (ya da #C33) dir.

RGB renk modeli

#C13321 color RGB value is (193,51,33).

  • kırmız ton 193;
  • yeşil ton 51;
  • mavi ton 33.
RGB:
(193,51,33)
(76%,20%,13%)

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 51 of 255 = 20%
B 33 of 255 = 13%

193
51
33

R + G + B ~ 36%. #C13321 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 51 + 33 = 277 (100%)
R 193 of 277 ~ 69.68%
G 51 of 277 ~ 18.41%
B 33 of 277 ~ 11.91%

%69.68
%18.41
%11.91

CMYK RENK MODELİ

#C13321 rengi CMYK tonu (0,74,83,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 73.58%
  • sarı tonu 82.90%
  • ana renk tonu 24.31%
CMYK:
(0,74,83,24)
C0M74Y83K24 
(0%,74%,83%,24%)
(0.00/0.74/0.83/0.24)	

CMYK yüzdeleri

%0
%73.58
%82.9
%24.31

Codes

Color #C13321 in popluar color models

C13321
RGB1935133
HSL70.80%44.31%
HSB/HSV82.90%75.69%
CMYK0.00%73.58%82.90%
24.31%

Color #C13321 in popluar number systems.

HEXC13321
Decimal1935133
Binary11000001110011100001
Octal3016341

Shades and tints

Shades of #C13321

#C13321
(193,51,33)
#B02F1E
(176,47,30)
#9F2B1B
(159,43,27)
#8E2718
(142,39,24)
#7D2315
(125,35,21)
#6C1F12
(108,31,18)
#5B1B0F
(91,27,15)
#4A170C
(74,23,12)
#391309
(57,19,9)
#280F06
(40,15,6)
#170B03
(23,11,3)
#000000
(0,0,0)

Tints of #C13321

#C13321
(193,51,33)
#C64535
(198,69,53)
#CB5749
(203,87,73)
#D0695D
(208,105,93)
#D57B71
(213,123,113)
#DA8D85
(218,141,133)
#DF9F99
(223,159,153)
#E4B1AD
(228,177,173)
#E9C3C1
(233,195,193)
#EED5D5
(238,213,213)
#F3E7E9
(243,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C13321 color. Also use rgb(193,51,33) instead hex code.

Text Font Color

.myTextColor { color: #C13321; }

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

This text font color is #C13321.


Background Color

.myBgColor { background-color: #C13321; }

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

This div background color is #C13321.


Border color

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

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

This div border color is #C13321.


Opacity

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

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

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

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

This text has shadow with #C13321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C13321 on black background.


Color preview on white background

This text has color #C13321 on white background.



Black color preview on #C13321 background

This text has black color on #C13321 background.


White color preview on #C13321 background

This text has white color on #C13321 background.