Color Hex Logo

#c1400a Color Hex

#C1400A
(193,64,10)
0 Favorites   0 Comments

Color spaces of #c1400a

RGB 1936410
HSL0.050.900.40
HSV18°95°76°
CMYK 0.000.670.95   0.24
XYZ23.880515.02621.9289
Yxy15.02620.58480.3680
Hunter Lab38.763642.129324.1842
CIE-Lab45.670149.684954.1906

#c1400a color RGB value is (193,64,10).

#c1400a hex color red value is 193, green value is 64 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #c1400a hue: 0.05 , saturation: 0.90 and the lightness value of c1400a is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 00001010
Octal 301 100 12
Decimal 193 64 10
Hex C1 40 A

RGB Percentages of Color #c1400a

%72.28
%23.97
%3.75

CMYK Percentages of Color #c1400a

%0
%67
%95
%24

Triadic Colors of #c1400a

#c1400a #0ac140 #400ac1

Analogous Colors of #c1400a

#c1400a #c19c0a #c10a30

Monochromatic Colors of #c1400a

#c1400a

Complementary Color

#c1400a #0a8bc1

#c1400a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1400a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1400a Color CSS Codes

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

#c1400a Text Font Color

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

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


#c1400a Background Color

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

This div background color is #c1400a


#c1400a Border Color

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

This div border color is #c1400a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1400a


Comments

No comments written yet.

Please login to write comment.