COLOR #C41E1A

HEX: #C41E1A
RGB: (196,30,26)

Color info

#C41E1A contains mainly red color. Web safe color of #C41E1A is #CC3300 (or #C30).

RGB color model

#C41E1A color RGB value is (196,30,26).

  • red value is 196;
  • green value is 30;
  • blue value is 26.
RGB:
(196,30,26)
(77%,12%,10%)

RGB channels and saturation

R 196 of 255 = 77%
G 30 of 255 = 12%
B 26 of 255 = 10%

196
30
26

R + G + B ~ 33%. #C41E1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
196 + 30 + 26 = 252 (100%)
R 196 of 252 ~ 77.78%
G 30 of 252 ~ 11.9%
B 26 of 252 ~ 10.32%

%77.78
%11.9
%10.32

CMYK color model

#C41E1A color CMYK value is (0,85,87,23).

  • cyan value is 0.00%
  • magenta value is 84.69%
  • yellow value is 86.73%
  • key color value is 23.14%
CMYK:
(0,85,87,23)
C0M85Y87K23 
(0%,85%,87%,23%)
(0.00/0.85/0.87/0.23)	

CMYK percentages

%0
%84.69
%86.73
%23.14

Codes

Color #C41E1A in popluar color models

C41E1A
RGB1963026
HSL76.58%43.53%
HSB/HSV86.73%76.86%
CMYK0.00%84.69%86.73%
23.14%

Color #C41E1A in popluar number systems.

HEXC41E1A
Decimal1963026
Binary110001001111011010
Octal3043632

Shades and tints

Shades of #C41E1A

#C41E1A
(196,30,26)
#B31C18
(179,28,24)
#A21A16
(162,26,22)
#911814
(145,24,20)
#801612
(128,22,18)
#6F1410
(111,20,16)
#5E120E
(94,18,14)
#4D100C
(77,16,12)
#3C0E0A
(60,14,10)
#2B0C08
(43,12,8)
#1A0A06
(26,10,6)
#000000
(0,0,0)

Tints of #C41E1A

#C41E1A
(196,30,26)
#C9322E
(201,50,46)
#CE4642
(206,70,66)
#D35A56
(211,90,86)
#D86E6A
(216,110,106)
#DD827E
(221,130,126)
#E29692
(226,150,146)
#E7AAA6
(231,170,166)
#ECBEBA
(236,190,186)
#F1D2CE
(241,210,206)
#F6E6E2
(246,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C41E1A color. Also use rgb(196,30,26) instead hex code.

Text Font Color

.myTextColor { color: #C41E1A; }

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

This text font color is #C41E1A.


Background Color

.myBgColor { background-color: #C41E1A; }

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

This div background color is #C41E1A.


Border color

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

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

This div border color is #C41E1A.


Opacity

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

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

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

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

This text has shadow with #C41E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C41E1A on black background.


Color preview on white background

This text has color #C41E1A on white background.



Black color preview on #C41E1A background

This text has black color on #C41E1A background.


White color preview on #C41E1A background

This text has white color on #C41E1A background.