Color Hex Logo

#c1400b Color Hex

#C1400B
(193,64,11)
0 Favorites   0 Comments

Color spaces of #c1400b

RGB 1936411
HSL0.050.890.40
HSV17°94°76°
CMYK 0.000.670.94   0.24
XYZ23.886115.02841.9584
Yxy15.02840.58440.3677
Hunter Lab38.766542.142024.1413
CIE-Lab45.673149.696653.9314

#c1400b color RGB value is (193,64,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 00001011
Octal 301 100 13
Decimal 193 64 11
Hex C1 40 B

RGB Percentages of Color #c1400b

%72.01
%23.88
%4.10

CMYK Percentages of Color #c1400b

%0
%67
%94
%24

Triadic Colors of #c1400b

#c1400b #0bc140 #400bc1

Analogous Colors of #c1400b

#c1400b #c19b0b #c10b31

Monochromatic Colors of #c1400b

#c1400b

Complementary Color

#c1400b #0b8cc1

#c1400b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1400b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1400b Color CSS Codes

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

#c1400b Text Font Color

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

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


#c1400b Background Color

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

This div background color is #c1400b


#c1400b Border Color

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

This div border color is #c1400b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1400b


Comments

No comments written yet.

Please login to write comment.