COLOR #C5013C

HEX: #C5013C
RGB: (197,1,60)

Color info

#C5013C contains mainly red color. Web safe color of #C5013C is #CC0033 (or #C03).

RGB color model

#C5013C color RGB value is (197,1,60).

  • red value is 197;
  • green value is 1;
  • blue value is 60.
RGB:
(197,1,60)
(77%,0%,24%)

RGB channels and saturation

R 197 of 255 = 77%
G 1 of 255 = 0%
B 60 of 255 = 24%

197
1
60

R + G + B ~ 34%. #C5013C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
197 + 1 + 60 = 258 (100%)
R 197 of 258 ~ 76.36%
G 1 of 258 ~ 0.39%
B 60 of 258 ~ 23.26%

%76.36
%23.26

CMYK color model

#C5013C color CMYK value is (0,99,70,23).

  • cyan value is 0.00%
  • magenta value is 99.49%
  • yellow value is 69.54%
  • key color value is 22.75%
CMYK:
(0,99,70,23)
C0M99Y70K23 
(0%,99%,70%,23%)
(0.00/0.99/0.70/0.23)	

CMYK percentages

%0
%99.49
%69.54
%22.75

Codes

Color #C5013C in popluar color models

C5013C
RGB197160
HSL342°98.99%38.82%
HSB/HSV342°99.49%77.25%
CMYK0.00%99.49%69.54%
22.75%

Color #C5013C in popluar number systems.

HEXC5013C
Decimal197160
Binary110001011111100
Octal305174

Shades and tints

Shades of #C5013C

#C5013C
(197,1,60)
#B40137
(180,1,55)
#A30132
(163,1,50)
#92012D
(146,1,45)
#810128
(129,1,40)
#700123
(112,1,35)
#5F011E
(95,1,30)
#4E0119
(78,1,25)
#3D0114
(61,1,20)
#2C010F
(44,1,15)
#1B010A
(27,1,10)
#000000
(0,0,0)

Tints of #C5013C

#C5013C
(197,1,60)
#CA184D
(202,24,77)
#CF2F5E
(207,47,94)
#D4466F
(212,70,111)
#D95D80
(217,93,128)
#DE7491
(222,116,145)
#E38BA2
(227,139,162)
#E8A2B3
(232,162,179)
#EDB9C4
(237,185,196)
#F2D0D5
(242,208,213)
#F7E7E6
(247,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5013C color. Also use rgb(197,1,60) instead hex code.

Text Font Color

.myTextColor { color: #C5013C; }

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

This text font color is #C5013C.


Background Color

.myBgColor { background-color: #C5013C; }

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

This div background color is #C5013C.


Border color

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

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

This div border color is #C5013C.


Opacity

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

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

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

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

This text has shadow with #C5013C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5013C on black background.


Color preview on white background

This text has color #C5013C on white background.



Black color preview on #C5013C background

This text has black color on #C5013C background.


White color preview on #C5013C background

This text has white color on #C5013C background.