COLOR #C31D12

HEX: #C31D12
RGB: (195,29,18)

Color info

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

RGB color model

#C31D12 color RGB value is (195,29,18).

  • red value is 195;
  • green value is 29;
  • blue value is 18.
RGB:
(195,29,18)
(76%,11%,7%)

RGB channels and saturation

R 195 of 255 = 76%
G 29 of 255 = 11%
B 18 of 255 = 7%

195
29
18

R + G + B ~ 31%. #C31D12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
195 + 29 + 18 = 242 (100%)
R 195 of 242 ~ 80.58%
G 29 of 242 ~ 11.98%
B 18 of 242 ~ 7.44%

%80.58
%11.98

CMYK color model

#C31D12 color CMYK value is (0,85,91,24).

  • cyan value is 0.00%
  • magenta value is 85.13%
  • yellow value is 90.77%
  • key color value is 23.53%
CMYK:
(0,85,91,24)
C0M85Y91K24 
(0%,85%,91%,24%)
(0.00/0.85/0.91/0.24)	

CMYK percentages

%0
%85.13
%90.77
%23.53

Codes

Color #C31D12 in popluar color models

C31D12
RGB1952918
HSL83.10%41.76%
HSB/HSV90.77%76.47%
CMYK0.00%85.13%90.77%
23.53%

Color #C31D12 in popluar number systems.

HEXC31D12
Decimal1952918
Binary110000111110110010
Octal3033522

Shades and tints

Shades of #C31D12

#C31D12
(195,29,18)
#B21B11
(178,27,17)
#A11910
(161,25,16)
#90170F
(144,23,15)
#7F150E
(127,21,14)
#6E130D
(110,19,13)
#5D110C
(93,17,12)
#4C0F0B
(76,15,11)
#3B0D0A
(59,13,10)
#2A0B09
(42,11,9)
#190908
(25,9,8)
#000000
(0,0,0)

Tints of #C31D12

#C31D12
(195,29,18)
#C83127
(200,49,39)
#CD453C
(205,69,60)
#D25951
(210,89,81)
#D76D66
(215,109,102)
#DC817B
(220,129,123)
#E19590
(225,149,144)
#E6A9A5
(230,169,165)
#EBBDBA
(235,189,186)
#F0D1CF
(240,209,207)
#F5E5E4
(245,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C31D12 color. Also use rgb(195,29,18) instead hex code.

Text Font Color

.myTextColor { color: #C31D12; }

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

This text font color is #C31D12.


Background Color

.myBgColor { background-color: #C31D12; }

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

This div background color is #C31D12.


Border color

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

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

This div border color is #C31D12.


Opacity

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

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

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

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

This text has shadow with #C31D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C31D12 on black background.


Color preview on white background

This text has color #C31D12 on white background.



Black color preview on #C31D12 background

This text has black color on #C31D12 background.


White color preview on #C31D12 background

This text has white color on #C31D12 background.