COLOR #C60A35

HEX: #C60A35
RGB: (198,10,53)

Color info

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

RGB color model

#C60A35 color RGB value is (198,10,53).

  • red value is 198;
  • green value is 10;
  • blue value is 53.
RGB:
(198,10,53)
(78%,4%,21%)

RGB channels and saturation

R 198 of 255 = 78%
G 10 of 255 = 4%
B 53 of 255 = 21%

198
10
53

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

Portions of RGB colors in percentages

R + G + B =
198 + 10 + 53 = 261 (100%)
R 198 of 261 ~ 75.86%
G 10 of 261 ~ 3.83%
B 53 of 261 ~ 20.31%

%75.86
%20.31

CMYK color model

#C60A35 color CMYK value is (0,95,73,22).

  • cyan value is 0.00%
  • magenta value is 94.95%
  • yellow value is 73.23%
  • key color value is 22.35%
CMYK:
(0,95,73,22)
C0M95Y73K22 
(0%,95%,73%,22%)
(0.00/0.95/0.73/0.22)	

CMYK percentages

%0
%94.95
%73.23
%22.35

Codes

Color #C60A35 in popluar color models

C60A35
RGB1981053
HSL346°90.38%40.78%
HSB/HSV346°94.95%77.65%
CMYK0.00%94.95%73.23%
22.35%

Color #C60A35 in popluar number systems.

HEXC60A35
Decimal1981053
Binary110001101010110101
Octal3061265

Shades and tints

Shades of #C60A35

#C60A35
(198,10,53)
#B40A31
(180,10,49)
#A20A2D
(162,10,45)
#900A29
(144,10,41)
#7E0A25
(126,10,37)
#6C0A21
(108,10,33)
#5A0A1D
(90,10,29)
#480A19
(72,10,25)
#360A15
(54,10,21)
#240A11
(36,10,17)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #C60A35

#C60A35
(198,10,53)
#CB2047
(203,32,71)
#D03659
(208,54,89)
#D54C6B
(213,76,107)
#DA627D
(218,98,125)
#DF788F
(223,120,143)
#E48EA1
(228,142,161)
#E9A4B3
(233,164,179)
#EEBAC5
(238,186,197)
#F3D0D7
(243,208,215)
#F8E6E9
(248,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C60A35 color. Also use rgb(198,10,53) instead hex code.

Text Font Color

.myTextColor { color: #C60A35; }

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

This text font color is #C60A35.


Background Color

.myBgColor { background-color: #C60A35; }

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

This div background color is #C60A35.


Border color

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

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

This div border color is #C60A35.


Opacity

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

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

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

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

This text has shadow with #C60A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C60A35 on black background.


Color preview on white background

This text has color #C60A35 on white background.



Black color preview on #C60A35 background

This text has black color on #C60A35 background.


White color preview on #C60A35 background

This text has white color on #C60A35 background.