COLOR #C14349

HEX: #C14349 RGB: (193,67,73)

Color info

#C14349 contains mainly red color. Web safe color of #C14349 is #CC3333 (or #C33).

RGB color model

#C14349 color RGB value is (193,67,73).

RGB: (193,67,73) (76%, 26%, 29%)

RGB channels and saturation

R 193 of 255 = 76%
G 67 of 255 = 26%
B 73 of 255 = 29%

193
67
73

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

Portions of RGB colors in percentages

R + G + B = 193 + 67 + 73 = 333 (100%)
R 193 of 333 ~ 57.96%
G 67 of 333 ~ 20.12%
B 73 of 333 ~ 21.92'%

%57.96
%20.12
%21.92

CMYK color model

#C14349 color CMYK value is (0,65,62,24).

  • cyan value is 0.00%
  • magenta value is 65.28%
  • yellow value is 62.18%
  • key color value is 24.31%

CMYK: (0,65,62,24)
C0M65Y62K24 (0%, 65%, 62%, 24%)
(0.00 / 0.65 / 0.62 / 0.24)

CMYK percentages

%0
%65.28
%62.18
%24.31

Codes

Color #C14349 in popluar color models

C1 43 49
RGB 193 67 73
HSL 357° 50.40% 50.98%
HSB/HSV 357° 65.28% 75.69%
CMYK 0.00% 65.28% 62.18%
24.31%

Color #C14349 in popluar number systems.

HEX C1 43 49
Decimal 193 67 73
Binary 11000001 1000011 1001001
Octal 301 103 111

Shades and tints

Shades of #C14349

#C14349
(193,67,73)
#B03D43
(176,61,67)
#9F373D
(159,55,61)
#8E3137
(142,49,55)
#7D2B31
(125,43,49)
#6C252B
(108,37,43)
#5B1F25
(91,31,37)
#4A191F
(74,25,31)
#391319
(57,19,25)
#280D13
(40,13,19)
#17070D
(23,7,13)
#000000
(0,0,0)

Tints of #C14349

#C14349
(193,67,73)
#C65459
(198,84,89)
#CB6569
(203,101,105)
#D07679
(208,118,121)
#D58789
(213,135,137)
#DA9899
(218,152,153)
#DFA9A9
(223,169,169)
#E4BAB9
(228,186,185)
#E9CBC9
(233,203,201)
#EEDCD9
(238,220,217)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C14349 color. Also use rgb(193,67,73) instead hex code.

Text Font Color

.myTextColor { color: #C14349; }

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

This text font color is #C14349.

Background Color

.myBgColor { background-color: #C14349; }

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

This div background color is #C14349.

Border color

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

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

This div border color is #C14349.

Opacity

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

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

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

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

This text has shadow with #C14349 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C14349.

Preview

Color preview on black background

This text has color #C14349 on black background.


Color preview on white background

This text has color #C14349 on white background.


Black color preview on #C14349 background

This text has black color on #C14349 background.


White color preview on #C14349 background

This text has white color on #C14349 background.


Related colors

Complementary color

Complementary color for #hex is #3EBCB6.


I love getcolorcode.com

Triadic colors

1 #49C143 and #4349C1 with #C14349 are triadic colors.

2 #4943C1 and #43C149 with #C14349 are triadic colors.