COLOR #C1301A

HEX: #C1301A
RGB: (193,48,26)

Color info

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

RGB color model

#C1301A color RGB value is (193,48,26).

  • red value is 193;
  • green value is 48;
  • blue value is 26.
RGB: (193,48,26) (76%,19%,10%)

RGB channels and saturation

R 193 of 255 = 76%
G 48 of 255 = 19%
B 26 of 255 = 10%

193
48
26

R + G + B ~ 35%. #C1301A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
193 + 48 + 26 = 267 (100%)
R 193 of 267 ~ 72.28%
G 48 of 267 ~ 17.98%
B 26 of 267 ~ 9.74%

%72.28
%17.98
%9.74

CMYK color model

#C1301A color CMYK value is (0,75,87,24).

  • cyan value is 0.00%
  • magenta value is 75.13%
  • yellow value is 86.53%
  • key color value is 24.31%
CMYK: (0,75,87,24) C0M75Y87K24 (0%,75%,87%,24%) (0.00/0.75/0.87/0.24)

CMYK percentages

%0
%75.13
%86.53
%24.31

Codes

Color #C1301A in popluar color models

C1301A
RGB1934826
HSL76.26%42.94%
HSB/HSV86.53%75.69%
CMYK0.00%75.13%86.53%
24.31%

Color #C1301A in popluar number systems.

HEXC1301A
Decimal1934826
Binary1100000111000011010
Octal3016032

Shades and tints

Shades of #C1301A

#C1301A
(193,48,26)
#B02C18
(176,44,24)
#9F2816
(159,40,22)
#8E2414
(142,36,20)
#7D2012
(125,32,18)
#6C1C10
(108,28,16)
#5B180E
(91,24,14)
#4A140C
(74,20,12)
#39100A
(57,16,10)
#280C08
(40,12,8)
#170806
(23,8,6)
#000000
(0,0,0)

Tints of #C1301A

#C1301A
(193,48,26)
#C6422E
(198,66,46)
#CB5442
(203,84,66)
#D06656
(208,102,86)
#D5786A
(213,120,106)
#DA8A7E
(218,138,126)
#DF9C92
(223,156,146)
#E4AEA6
(228,174,166)
#E9C0BA
(233,192,186)
#EED2CE
(238,210,206)
#F3E4E2
(243,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1301A color. Also use rgb(193,48,26) instead hex code.

Text Font Color

.myTextColor { color: #C1301A; }

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

This text font color is #C1301A.


Background Color

.myBgColor { background-color: #C1301A; }

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

This div background color is #C1301A.


Border color

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

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

This div border color is #C1301A.


Opacity

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

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

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

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

This text has shadow with #C1301A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C1301A on black background.


Color preview on white background

This text has color #C1301A on white background.



Black color preview on #C1301A background

This text has black color on #C1301A background.


White color preview on #C1301A background

This text has white color on #C1301A background.