COLOR #C01636

HEX: #C01636
RGB: (192,22,54)

Color info

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

RGB color model

#C01636 color RGB value is (192,22,54).

  • red value is 192;
  • green value is 22;
  • blue value is 54.
RGB:
(192,22,54)
(75%,9%,21%)

RGB channels and saturation

R 192 of 255 = 75%
G 22 of 255 = 9%
B 54 of 255 = 21%

192
22
54

R + G + B ~ 35%. #C01636 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
192 + 22 + 54 = 268 (100%)
R 192 of 268 ~ 71.64%
G 22 of 268 ~ 8.21%
B 54 of 268 ~ 20.15%

%71.64
%20.15

CMYK color model

#C01636 color CMYK value is (0,89,72,25).

  • cyan value is 0.00%
  • magenta value is 88.54%
  • yellow value is 71.88%
  • key color value is 24.71%
CMYK:
(0,89,72,25)
C0M89Y72K25 
(0%,89%,72%,25%)
(0.00/0.89/0.72/0.25)	

CMYK percentages

%0
%88.54
%71.88
%24.71

Codes

Color #C01636 in popluar color models

C01636
RGB1922254
HSL349°79.44%41.96%
HSB/HSV349°88.54%75.29%
CMYK0.00%88.54%71.88%
24.71%

Color #C01636 in popluar number systems.

HEXC01636
Decimal1922254
Binary1100000010110110110
Octal3002666

Shades and tints

Shades of #C01636

#C01636
(192,22,54)
#AF1432
(175,20,50)
#9E122E
(158,18,46)
#8D102A
(141,16,42)
#7C0E26
(124,14,38)
#6B0C22
(107,12,34)
#5A0A1E
(90,10,30)
#49081A
(73,8,26)
#380616
(56,6,22)
#270412
(39,4,18)
#16020E
(22,2,14)
#000000
(0,0,0)

Tints of #C01636

#C01636
(192,22,54)
#C52B48
(197,43,72)
#CA405A
(202,64,90)
#CF556C
(207,85,108)
#D46A7E
(212,106,126)
#D97F90
(217,127,144)
#DE94A2
(222,148,162)
#E3A9B4
(227,169,180)
#E8BEC6
(232,190,198)
#EDD3D8
(237,211,216)
#F2E8EA
(242,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C01636 color. Also use rgb(192,22,54) instead hex code.

Text Font Color

.myTextColor { color: #C01636; }

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

This text font color is #C01636.


Background Color

.myBgColor { background-color: #C01636; }

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

This div background color is #C01636.


Border color

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

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

This div border color is #C01636.


Opacity

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

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

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

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

This text has shadow with #C01636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C01636 on black background.


Color preview on white background

This text has color #C01636 on white background.



Black color preview on #C01636 background

This text has black color on #C01636 background.


White color preview on #C01636 background

This text has white color on #C01636 background.