COLOR #C31F07

HEX: #C31F07
RGB: (195,31,7)

Color info

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

RGB color model

#C31F07 color RGB value is (195,31,7).

  • red value is 195;
  • green value is 31;
  • blue value is 7.
RGB:
(195,31,7)
(76%,12%,3%)

RGB channels and saturation

R 195 of 255 = 76%
G 31 of 255 = 12%
B 7 of 255 = 3%

195
31
7

R + G + B ~ 30%. #C31F07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
195 + 31 + 7 = 233 (100%)
R 195 of 233 ~ 83.69%
G 31 of 233 ~ 13.3%
B 7 of 233 ~ 3%

%83.69
%13.3

CMYK color model

#C31F07 color CMYK value is (0,84,96,24).

  • cyan value is 0.00%
  • magenta value is 84.10%
  • yellow value is 96.41%
  • key color value is 23.53%
CMYK:
(0,84,96,24)
C0M84Y96K24 
(0%,84%,96%,24%)
(0.00/0.84/0.96/0.24)	

CMYK percentages

%0
%84.1
%96.41
%23.53

Codes

Color #C31F07 in popluar color models

C31F07
RGB195317
HSL93.07%39.61%
HSB/HSV96.41%76.47%
CMYK0.00%84.10%96.41%
23.53%

Color #C31F07 in popluar number systems.

HEXC31F07
Decimal195317
Binary1100001111111111
Octal303377

Shades and tints

Shades of #C31F07

#C31F07
(195,31,7)
#B21D07
(178,29,7)
#A11B07
(161,27,7)
#901907
(144,25,7)
#7F1707
(127,23,7)
#6E1507
(110,21,7)
#5D1307
(93,19,7)
#4C1107
(76,17,7)
#3B0F07
(59,15,7)
#2A0D07
(42,13,7)
#190B07
(25,11,7)
#000000
(0,0,0)

Tints of #C31F07

#C31F07
(195,31,7)
#C8331D
(200,51,29)
#CD4733
(205,71,51)
#D25B49
(210,91,73)
#D76F5F
(215,111,95)
#DC8375
(220,131,117)
#E1978B
(225,151,139)
#E6ABA1
(230,171,161)
#EBBFB7
(235,191,183)
#F0D3CD
(240,211,205)
#F5E7E3
(245,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C31F07 color. Also use rgb(195,31,7) instead hex code.

Text Font Color

.myTextColor { color: #C31F07; }

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

This text font color is #C31F07.


Background Color

.myBgColor { background-color: #C31F07; }

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

This div background color is #C31F07.


Border color

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

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

This div border color is #C31F07.


Opacity

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

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

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

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

This text has shadow with #C31F07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C31F07 on black background.


Color preview on white background

This text has color #C31F07 on white background.



Black color preview on #C31F07 background

This text has black color on #C31F07 background.


White color preview on #C31F07 background

This text has white color on #C31F07 background.