COLOR #C51408

HEX: #C51408
RGB: (197,20,8)

Color info

#C51408 contains mainly red color. Web safe color of #C51408 is #CC0000 (or #C00).

RGB color model

#C51408 color RGB value is (197,20,8).

  • red value is 197;
  • green value is 20;
  • blue value is 8.
RGB:
(197,20,8)
(77%,8%,3%)

RGB channels and saturation

R 197 of 255 = 77%
G 20 of 255 = 8%
B 8 of 255 = 3%

197
20
8

R + G + B ~ 29%. #C51408 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
197 + 20 + 8 = 225 (100%)
R 197 of 225 ~ 87.56%
G 20 of 225 ~ 8.89%
B 8 of 225 ~ 3.56%

%87.56

CMYK color model

#C51408 color CMYK value is (0,90,96,23).

  • cyan value is 0.00%
  • magenta value is 89.85%
  • yellow value is 95.94%
  • key color value is 22.75%
CMYK:
(0,90,96,23)
C0M90Y96K23 
(0%,90%,96%,23%)
(0.00/0.90/0.96/0.23)	

CMYK percentages

%0
%89.85
%95.94
%22.75

Codes

Color #C51408 in popluar color models

C51408
RGB197208
HSL92.20%40.20%
HSB/HSV95.94%77.25%
CMYK0.00%89.85%95.94%
22.75%

Color #C51408 in popluar number systems.

HEXC51408
Decimal197208
Binary11000101101001000
Octal3052410

Shades and tints

Shades of #C51408

#C51408
(197,20,8)
#B41308
(180,19,8)
#A31208
(163,18,8)
#921108
(146,17,8)
#811008
(129,16,8)
#700F08
(112,15,8)
#5F0E08
(95,14,8)
#4E0D08
(78,13,8)
#3D0C08
(61,12,8)
#2C0B08
(44,11,8)
#1B0A08
(27,10,8)
#000000
(0,0,0)

Tints of #C51408

#C51408
(197,20,8)
#CA291E
(202,41,30)
#CF3E34
(207,62,52)
#D4534A
(212,83,74)
#D96860
(217,104,96)
#DE7D76
(222,125,118)
#E3928C
(227,146,140)
#E8A7A2
(232,167,162)
#EDBCB8
(237,188,184)
#F2D1CE
(242,209,206)
#F7E6E4
(247,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C51408 color. Also use rgb(197,20,8) instead hex code.

Text Font Color

.myTextColor { color: #C51408; }

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

This text font color is #C51408.


Background Color

.myBgColor { background-color: #C51408; }

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

This div background color is #C51408.


Border color

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

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

This div border color is #C51408.


Opacity

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

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

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

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

This text has shadow with #C51408 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C51408 on black background.


Color preview on white background

This text has color #C51408 on white background.



Black color preview on #C51408 background

This text has black color on #C51408 background.


White color preview on #C51408 background

This text has white color on #C51408 background.