Color Hex Logo

#c13110 Color Hex

#C13110
(193,49,16)
0 Favorites   0 Comments

Color spaces of #c13110

RGB 1934916
HSL0.030.850.41
HSV11°92°76°
CMYK 0.000.750.92   0.24
XYZ23.184213.57151.8878
Yxy13.57150.60000.3512
Hunter Lab36.839547.866222.7494
CIE-Lab43.612055.458951.0153

#c13110 color RGB value is (193,49,16).

#c13110 hex color red value is 193, green value is 49 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #c13110 hue: 0.03 , saturation: 0.85 and the lightness value of c13110 is 0.41.

The process color (four color CMYK) of #c13110 color hex is 0.00, 0.75, 0.92, 0.24. Web safe color of #c13110 is #cc3300. Color #c13110 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110001 00010000
Octal 301 61 20
Decimal 193 49 16
Hex C1 31 10

RGB Percentages of Color #c13110

%74.81
%18.99
%6.20

CMYK Percentages of Color #c13110

%0
%75
%92
%24

Triadic Colors of #c13110

#c13110 #10c131 #3110c1

Analogous Colors of #c13110

#c13110 #c18a10 #c11047

Monochromatic Colors of #c13110

#c13110

Complementary Color

#c13110 #10a0c1

#c13110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13110 Color CSS Codes

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

#c13110 Text Font Color

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

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


#c13110 Background Color

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

This div background color is #c13110


#c13110 Border Color

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

This div border color is #c13110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13110


Comments

No comments written yet.

Please login to write comment.