COLOR #C93D03

HEX: #C93D03
RGB: (201,61,3)

Color info

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

RGB color model

#C93D03 color RGB value is (201,61,3).

  • red value is 201;
  • green value is 61;
  • blue value is 3.
RGB:
(201,61,3)
(79%,24%,1%)

RGB channels and saturation

R 201 of 255 = 79%
G 61 of 255 = 24%
B 3 of 255 = 1%

201
61
3

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

Portions of RGB colors in percentages

R + G + B =
201 + 61 + 3 = 265 (100%)
R 201 of 265 ~ 75.85%
G 61 of 265 ~ 23.02%
B 3 of 265 ~ 1.13%

%75.85
%23.02

CMYK color model

#C93D03 color CMYK value is (0,70,99,21).

  • cyan value is 0.00%
  • magenta value is 69.65%
  • yellow value is 98.51%
  • key color value is 21.18%
CMYK:
(0,70,99,21)
C0M70Y99K21 
(0%,70%,99%,21%)
(0.00/0.70/0.99/0.21)	

CMYK percentages

%0
%69.65
%98.51
%21.18

Codes

Color #C93D03 in popluar color models

C93D03
RGB201613
HSL18°97.06%40.00%
HSB/HSV18°98.51%78.82%
CMYK0.00%69.65%98.51%
21.18%

Color #C93D03 in popluar number systems.

HEXC93D03
Decimal201613
Binary1100100111110111
Octal311753

Shades and tints

Shades of #C93D03

#C93D03
(201,61,3)
#B73803
(183,56,3)
#A53303
(165,51,3)
#932E03
(147,46,3)
#812903
(129,41,3)
#6F2403
(111,36,3)
#5D1F03
(93,31,3)
#4B1A03
(75,26,3)
#391503
(57,21,3)
#271003
(39,16,3)
#150B03
(21,11,3)
#000000
(0,0,0)

Tints of #C93D03

#C93D03
(201,61,3)
#CD4E19
(205,78,25)
#D15F2F
(209,95,47)
#D57045
(213,112,69)
#D9815B
(217,129,91)
#DD9271
(221,146,113)
#E1A387
(225,163,135)
#E5B49D
(229,180,157)
#E9C5B3
(233,197,179)
#EDD6C9
(237,214,201)
#F1E7DF
(241,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C93D03 color. Also use rgb(201,61,3) instead hex code.

Text Font Color

.myTextColor { color: #C93D03; }

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

This text font color is #C93D03.


Background Color

.myBgColor { background-color: #C93D03; }

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

This div background color is #C93D03.


Border color

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

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

This div border color is #C93D03.


Opacity

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

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

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

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

This text has shadow with #C93D03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C93D03 on black background.


Color preview on white background

This text has color #C93D03 on white background.



Black color preview on #C93D03 background

This text has black color on #C93D03 background.


White color preview on #C93D03 background

This text has white color on #C93D03 background.