Color Hex Logo

#c13904 Color Hex

#C13904
(193,57,4)
0 Favorites   0 Comments

Color spaces of #c13904

RGB 193574
HSL0.050.960.39
HSV17°98°76°
CMYK 0.000.700.98   0.24
XYZ23.477414.27251.6323
Yxy14.27250.59610.3624
Hunter Lab37.779044.814123.8836
CIE-Lab44.621252.420455.2046

#c13904 color RGB value is (193,57,4).

#c13904 hex color red value is 193, green value is 57 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #c13904 hue: 0.05 , saturation: 0.96 and the lightness value of c13904 is 0.39.

The process color (four color CMYK) of #c13904 color hex is 0.00, 0.70, 0.98, 0.24. Web safe color of #c13904 is #cc3300. Color #c13904 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111001 00000100
Octal 301 71 4
Decimal 193 57 4
Hex C1 39 4

RGB Percentages of Color #c13904

%75.98
%22.44
%1.57

CMYK Percentages of Color #c13904

%0
%70
%98
%24

Triadic Colors of #c13904

#c13904 #04c139 #3904c1

Analogous Colors of #c13904

#c13904 #c19804 #c1042d

Monochromatic Colors of #c13904

#c13904

Complementary Color

#c13904 #048cc1

#c13904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13904 Color CSS Codes

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

#c13904 Text Font Color

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

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


#c13904 Background Color

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

This div background color is #c13904


#c13904 Border Color

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

This div border color is #c13904


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13904


Comments

No comments written yet.

Please login to write comment.