Color Hex Logo

#c1263a Color Hex

#C1263A
(193,38,58)
0 Favorites   0 Comments

Color spaces of #c1263a

RGB 1933858
HSL0.980.670.45
HSV352°80°76°
CMYK 0.000.800.70   0.24
XYZ23.449213.02925.2820
Yxy13.02920.56150.3120
Hunter Lab36.096052.791816.5912
CIE-Lab42.807260.113828.4500

#c1263a color RGB value is (193,38,58).

#c1263a hex color red value is 193, green value is 38 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c1263a hue: 0.98 , saturation: 0.67 and the lightness value of c1263a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100110 00111010
Octal 301 46 72
Decimal 193 38 58
Hex C1 26 3A

RGB Percentages of Color #c1263a

%66.78
%13.15
%20.07

CMYK Percentages of Color #c1263a

%0
%80
%70
%24

Triadic Colors of #c1263a

#c1263a #3ac126 #263ac1

Analogous Colors of #c1263a

#c1263a #c16026 #c12688

Monochromatic Colors of #c1263a

#c1263a

Complementary Color

#c1263a #26c1ad

#c1263a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1263a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1263a Color CSS Codes

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

#c1263a Text Font Color

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

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


#c1263a Background Color

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

This div background color is #c1263a


#c1263a Border Color

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

This div border color is #c1263a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1263a


Comments

No comments written yet.

Please login to write comment.