color codes Logo

#c1383d color codes

#C1383D
(193,56,61)
0 Favorites   0 Comments

Color spaces of #c1383d

RGB 1935661
HSL0.990.550.49
HSV358°71°76°
CMYK 0.000.710.68   0.24
XYZ24.248814.50275.9361
Yxy14.50270.54260.3245
Hunter Lab38.082447.014817.4159
CIE-Lab44.945454.422129.2420

#c1383d color RGB value is (193,56,61).

#c1383d hex color red value is 193, green value is 56 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c1383d hue: 0.99 , saturation: 0.55 and the lightness value of c1383d is 0.49.

The process color (four color CMYK) of #c1383d color code is 0.00, 0.71, 0.68, 0.24. Web safe color of #c1383d is #cc3333. Color #c1383d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111000 00111101
Octal 301 70 75
Decimal 193 56 61
Hex C1 38 3D

RGB Percentages of Color #c1383d

%62.26
%18.06
%19.68

CMYK Percentages of Color #c1383d

%0
%71
%68
%24

Triadic Colors of #c1383d

#c1383d #3dc138 #383dc1

Analogous Colors of #c1383d

#c1383d #c17838 #c13882

Monochromatic Colors of #c1383d

#c1383d

Complementary Color

#c1383d #38c1bc

#c1383d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1383d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1383d Color CSS Codes

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

#c1383d Text Font Color

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

This sample text font color is #c1383d
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.


#c1383d Background Color

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

This div background color is #c1383d


#c1383d Border Color

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

This div border color is #c1383d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1383d


Comments

No comments written yet.

Please login to write comment.