COLOR #C63548

HEX: #C63548
RGB: (198,53,72)

Color info

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

RGB color model

#C63548 color RGB value is (198,53,72).

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

RGB channels and saturation

R 198 of 255 = 78%
G 53 of 255 = 21%
B 72 of 255 = 28%

198
53
72

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

Portions of RGB colors in percentages

R + G + B =
198 + 53 + 72 = 323 (100%)
R 198 of 323 ~ 61.3%
G 53 of 323 ~ 16.41%
B 72 of 323 ~ 22.29%

%61.3
%16.41
%22.29

CMYK color model

#C63548 color CMYK value is (0,73,64,22).

  • cyan value is 0.00%
  • magenta value is 73.23%
  • yellow value is 63.64%
  • key color value is 22.35%
CMYK:
(0,73,64,22)
C0M73Y64K22 
(0%,73%,64%,22%)
(0.00/0.73/0.64/0.22)	

CMYK percentages

%0
%73.23
%63.64
%22.35

Codes

Color #C63548 in popluar color models

C63548
RGB1985372
HSL352°57.77%49.22%
HSB/HSV352°73.23%77.65%
CMYK0.00%73.23%63.64%
22.35%

Color #C63548 in popluar number systems.

HEXC63548
Decimal1985372
Binary110001101101011001000
Octal30665110

Shades and tints

Shades of #C63548

#C63548
(198,53,72)
#B43142
(180,49,66)
#A22D3C
(162,45,60)
#902936
(144,41,54)
#7E2530
(126,37,48)
#6C212A
(108,33,42)
#5A1D24
(90,29,36)
#48191E
(72,25,30)
#361518
(54,21,24)
#241112
(36,17,18)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #C63548

#C63548
(198,53,72)
#CB4758
(203,71,88)
#D05968
(208,89,104)
#D56B78
(213,107,120)
#DA7D88
(218,125,136)
#DF8F98
(223,143,152)
#E4A1A8
(228,161,168)
#E9B3B8
(233,179,184)
#EEC5C8
(238,197,200)
#F3D7D8
(243,215,216)
#F8E9E8
(248,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C63548; }

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

This text font color is #C63548.


Background Color

.myBgColor { background-color: #C63548; }

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

This div background color is #C63548.


Border color

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

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

This div border color is #C63548.


Opacity

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

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

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

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

This text has shadow with #C63548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C63548 on black background.


Color preview on white background

This text has color #C63548 on white background.



Black color preview on #C63548 background

This text has black color on #C63548 background.


White color preview on #C63548 background

This text has white color on #C63548 background.