Color Hex Logo

#c1403f Color Hex

#C1403F
(193,64,63)
0 Favorites   0 Comments

Color spaces of #c1403f

RGB 1936463
HSL0.000.510.50
HSV67°76°
CMYK 0.000.670.67   0.24
XYZ24.722915.36316.3650
Yxy15.36310.53220.3307
Hunter Lab39.195843.996917.8090
CIE-Lab46.127651.380029.4960

#c1403f color RGB value is (193,64,63).

#c1403f hex color red value is 193, green value is 64 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c1403f hue: 0.00 , saturation: 0.51 and the lightness value of c1403f is 0.50.

The process color (four color CMYK) of #c1403f color hex is 0.00, 0.67, 0.67, 0.24. Web safe color of #c1403f is #cc3333. Color #c1403f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 00111111
Octal 301 100 77
Decimal 193 64 63
Hex C1 40 3F

RGB Percentages of Color #c1403f

%60.31
%20.00
%19.69

CMYK Percentages of Color #c1403f

%0
%67
%67
%24

Triadic Colors of #c1403f

#c1403f #3fc140 #403fc1

Analogous Colors of #c1403f

#c1403f #c1813f #c13f7f

Monochromatic Colors of #c1403f

#c1403f

Complementary Color

#c1403f #3fc0c1

#c1403f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1403f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1403f Color CSS Codes

.mybgcolor {background-color:#c1403f; } 
.myforecolor {color:#c1403f; }
.mybordercolor {border:3px solid #c1403f; }

#c1403f Text Font Color

<p style="color:#c1403f">Text here</p>

This sample text font color is #c1403f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c1403f Background Color

<div style="background-color:#c1403f">
Div content here</div>

This div background color is #c1403f


#c1403f Border Color

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

This div border color is #c1403f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,64,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1403f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1403f;
  -webkit-box-shadow: 1px 1px 3px 2px #c1403f;
  box-shadow:         1px 1px 3px 2px #c1403f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,64,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c1403f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c1403f;
  -webkit-box-shadow: 1px 1px 3px 2px #c1403f;
  box-shadow:         1px 1px 3px 2px #c1403f;">
Div content here</div>

This div box has shadow with color #c1403f


Comments

No comments written yet.

Please login to write comment.