COLOR #C60F48

HEX: #C60F48
RGB: (198,15,72)

Color info

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

RGB color model

#C60F48 color RGB value is (198,15,72).

  • red value is 198;
  • green value is 15;
  • blue value is 72.
RGB:
(198,15,72)
(78%,6%,28%)

RGB channels and saturation

R 198 of 255 = 78%
G 15 of 255 = 6%
B 72 of 255 = 28%

198
15
72

R + G + B ~ 37%. #C60F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
198 + 15 + 72 = 285 (100%)
R 198 of 285 ~ 69.47%
G 15 of 285 ~ 5.26%
B 72 of 285 ~ 25.26%

%69.47
%25.26

CMYK color model

#C60F48 color CMYK value is (0,92,64,22).

  • cyan value is 0.00%
  • magenta value is 92.42%
  • yellow value is 63.64%
  • key color value is 22.35%
CMYK:
(0,92,64,22)
C0M92Y64K22 
(0%,92%,64%,22%)
(0.00/0.92/0.64/0.22)	

CMYK percentages

%0
%92.42
%63.64
%22.35

Codes

Color #C60F48 in popluar color models

C60F48
RGB1981572
HSL341°85.92%41.76%
HSB/HSV341°92.42%77.65%
CMYK0.00%92.42%63.64%
22.35%

Color #C60F48 in popluar number systems.

HEXC60F48
Decimal1981572
Binary1100011011111001000
Octal30617110

Shades and tints

Shades of #C60F48

#C60F48
(198,15,72)
#B40E42
(180,14,66)
#A20D3C
(162,13,60)
#900C36
(144,12,54)
#7E0B30
(126,11,48)
#6C0A2A
(108,10,42)
#5A0924
(90,9,36)
#48081E
(72,8,30)
#360718
(54,7,24)
#240612
(36,6,18)
#12050C
(18,5,12)
#000000
(0,0,0)

Tints of #C60F48

#C60F48
(198,15,72)
#CB2458
(203,36,88)
#D03968
(208,57,104)
#D54E78
(213,78,120)
#DA6388
(218,99,136)
#DF7898
(223,120,152)
#E48DA8
(228,141,168)
#E9A2B8
(233,162,184)
#EEB7C8
(238,183,200)
#F3CCD8
(243,204,216)
#F8E1E8
(248,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C60F48 color. Also use rgb(198,15,72) instead hex code.

Text Font Color

.myTextColor { color: #C60F48; }

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

This text font color is #C60F48.


Background Color

.myBgColor { background-color: #C60F48; }

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

This div background color is #C60F48.


Border color

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

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

This div border color is #C60F48.


Opacity

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

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

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

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

This text has shadow with #C60F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C60F48 on black background.


Color preview on white background

This text has color #C60F48 on white background.



Black color preview on #C60F48 background

This text has black color on #C60F48 background.


White color preview on #C60F48 background

This text has white color on #C60F48 background.