COLOR #C13050

HEX: #C13050
RGB: (193,48,80)

Color info

#C13050 contains mainly red color. Web safe color of #C13050 is #CC3366 (or #C36).

RGB color model

#C13050 color RGB value is (193,48,80).

  • red value is 193;
  • green value is 48;
  • blue value is 80.
RGB:
(193,48,80)
(76%,19%,31%)

RGB channels and saturation

R 193 of 255 = 76%
G 48 of 255 = 19%
B 80 of 255 = 31%

193
48
80

R + G + B ~ 42%. #C13050 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
193 + 48 + 80 = 321 (100%)
R 193 of 321 ~ 60.12%
G 48 of 321 ~ 14.95%
B 80 of 321 ~ 24.92%

%60.12
%14.95
%24.92

CMYK color model

#C13050 color CMYK value is (0,75,59,24).

  • cyan value is 0.00%
  • magenta value is 75.13%
  • yellow value is 58.55%
  • key color value is 24.31%
CMYK:
(0,75,59,24)
C0M75Y59K24 
(0%,75%,59%,24%)
(0.00/0.75/0.59/0.24)	

CMYK percentages

%0
%75.13
%58.55
%24.31

Codes

Color #C13050 in popluar color models

C13050
RGB1934880
HSL347°60.17%47.25%
HSB/HSV347°75.13%75.69%
CMYK0.00%75.13%58.55%
24.31%

Color #C13050 in popluar number systems.

HEXC13050
Decimal1934880
Binary110000011100001010000
Octal30160120

Shades and tints

Shades of #C13050

#C13050
(193,48,80)
#B02C49
(176,44,73)
#9F2842
(159,40,66)
#8E243B
(142,36,59)
#7D2034
(125,32,52)
#6C1C2D
(108,28,45)
#5B1826
(91,24,38)
#4A141F
(74,20,31)
#391018
(57,16,24)
#280C11
(40,12,17)
#17080A
(23,8,10)
#000000
(0,0,0)

Tints of #C13050

#C13050
(193,48,80)
#C6425F
(198,66,95)
#CB546E
(203,84,110)
#D0667D
(208,102,125)
#D5788C
(213,120,140)
#DA8A9B
(218,138,155)
#DF9CAA
(223,156,170)
#E4AEB9
(228,174,185)
#E9C0C8
(233,192,200)
#EED2D7
(238,210,215)
#F3E4E6
(243,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C13050 color. Also use rgb(193,48,80) instead hex code.

Text Font Color

.myTextColor { color: #C13050; }

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

This text font color is #C13050.


Background Color

.myBgColor { background-color: #C13050; }

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

This div background color is #C13050.


Border color

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

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

This div border color is #C13050.


Opacity

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

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

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

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

This text has shadow with #C13050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C13050 on black background.


Color preview on white background

This text has color #C13050 on white background.



Black color preview on #C13050 background

This text has black color on #C13050 background.


White color preview on #C13050 background

This text has white color on #C13050 background.