COLOR #C41C3F

HEX: #C41C3F RGB: (196,28,63)

Color info

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

RGB color model

#C41C3F color RGB value is (196,28,63).

RGB: (196,28,63) (77%, 11%, 25%)

RGB channels and saturation

R 196 of 255 = 77%
G 28 of 255 = 11%
B 63 of 255 = 25%

196
28
63

R + G + B ~ 38%. #C41C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 196 + 28 + 63 = 287 (100%)
R 196 of 287 ~ 68.29%
G 28 of 287 ~ 9.76%
B 63 of 287 ~ 21.95'%

%68.29
%9.76
%21.95

CMYK color model

#C41C3F color CMYK value is (0,86,68,23).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 67.86%
  • key color value is 23.14%
CMYK: (0,86,68,23) C0M86Y68K23 (0%,86%,68%,23%) (0.00/0.86/0.68/0.23) 

CMYK percentages

%0
%85.71
%67.86
%23.14

Codes

Color #C41C3F in popluar color models

C4 1C 3F
RGB 196 28 63
HSL 348° 75.00% 43.92%
HSB/HSV 348° 85.71% 76.86%
CMYK 0.00% 85.71% 67.86%
23.14%

Color #C41C3F in popluar number systems.

HEX C4 1C 3F
Decimal 196 28 63
Binary 11000100 11100 111111
Octal 304 34 77

Shades and tints

Shades of #C41C3F

#C41C3F
(196,28,63)
#B31A3A
(179,26,58)
#A21835
(162,24,53)
#911630
(145,22,48)
#80142B
(128,20,43)
#6F1226
(111,18,38)
#5E1021
(94,16,33)
#4D0E1C
(77,14,28)
#3C0C17
(60,12,23)
#2B0A12
(43,10,18)
#1A080D
(26,8,13)
#000000
(0,0,0)

Tints of #C41C3F

#C41C3F
(196,28,63)
#C93050
(201,48,80)
#CE4461
(206,68,97)
#D35872
(211,88,114)
#D86C83
(216,108,131)
#DD8094
(221,128,148)
#E294A5
(226,148,165)
#E7A8B6
(231,168,182)
#ECBCC7
(236,188,199)
#F1D0D8
(241,208,216)
#F6E4E9
(246,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C41C3F color. Also use rgb(196,28,63) instead hex code.

Text Font Color

.myTextColor { color: #C41C3F; }

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

This text font color is #C41C3F.

Background Color

.myBgColor { background-color: #C41C3F; }

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

This div background color is #C41C3F.

Border color

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

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

This div border color is #C41C3F.

Opacity

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

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

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

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

This text has shadow with #C41C3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C41C3F.

Preview

Color preview on black background

This text has color #C41C3F on black background.


Color preview on white background

This text has color #C41C3F on white background.


Black color preview on #C41C3F background

This text has black color on #C41C3F background.


White color preview on #C41C3F background

This text has white color on #C41C3F background.


Related colors

Complementary color

Complementary color for #hex is #3BE3C0.


I love getcolorcode.com

Triadic colors

1 #3FC41C and #1C3FC4 with #C41C3F are triadic colors.

2 #3F1CC4 and #1CC43F with #C41C3F are triadic colors.