COLOR #C91D1A

HEX: #C91D1A
RGB: (201,29,26)

Color info

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

RGB color model

#C91D1A color RGB value is (201,29,26).

  • red value is 201;
  • green value is 29;
  • blue value is 26.
RGB:
(201,29,26)
(79%,11%,10%)

RGB channels and saturation

R 201 of 255 = 79%
G 29 of 255 = 11%
B 26 of 255 = 10%

201
29
26

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

Portions of RGB colors in percentages

R + G + B =
201 + 29 + 26 = 256 (100%)
R 201 of 256 ~ 78.52%
G 29 of 256 ~ 11.33%
B 26 of 256 ~ 10.16%

%78.52
%11.33
%10.16

CMYK color model

#C91D1A color CMYK value is (0,86,87,21).

  • cyan value is 0.00%
  • magenta value is 85.57%
  • yellow value is 87.06%
  • key color value is 21.18%
CMYK:
(0,86,87,21)
C0M86Y87K21 
(0%,86%,87%,21%)
(0.00/0.86/0.87/0.21)	

CMYK percentages

%0
%85.57
%87.06
%21.18

Codes

Color #C91D1A in popluar color models

C91D1A
RGB2012926
HSL77.09%44.51%
HSB/HSV87.06%78.82%
CMYK0.00%85.57%87.06%
21.18%

Color #C91D1A in popluar number systems.

HEXC91D1A
Decimal2012926
Binary110010011110111010
Octal3113532

Shades and tints

Shades of #C91D1A

#C91D1A
(201,29,26)
#B71B18
(183,27,24)
#A51916
(165,25,22)
#931714
(147,23,20)
#811512
(129,21,18)
#6F1310
(111,19,16)
#5D110E
(93,17,14)
#4B0F0C
(75,15,12)
#390D0A
(57,13,10)
#270B08
(39,11,8)
#150906
(21,9,6)
#000000
(0,0,0)

Tints of #C91D1A

#C91D1A
(201,29,26)
#CD312E
(205,49,46)
#D14542
(209,69,66)
#D55956
(213,89,86)
#D96D6A
(217,109,106)
#DD817E
(221,129,126)
#E19592
(225,149,146)
#E5A9A6
(229,169,166)
#E9BDBA
(233,189,186)
#EDD1CE
(237,209,206)
#F1E5E2
(241,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C91D1A color. Also use rgb(201,29,26) instead hex code.

Text Font Color

.myTextColor { color: #C91D1A; }

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

This text font color is #C91D1A.


Background Color

.myBgColor { background-color: #C91D1A; }

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

This div background color is #C91D1A.


Border color

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

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

This div border color is #C91D1A.


Opacity

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

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

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

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

This text has shadow with #C91D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C91D1A on black background.


Color preview on white background

This text has color #C91D1A on white background.



Black color preview on #C91D1A background

This text has black color on #C91D1A background.


White color preview on #C91D1A background

This text has white color on #C91D1A background.