Color Hex Logo

#c32900 Color Hex

#C32900
(195,41,0)
0 Favorites   0 Comments

Color spaces of #c32900

RGB 195410
HSL0.041.000.38
HSV13°100°76°
CMYK 0.000.791.00   0.24
XYZ23.298613.18801.3176
Yxy13.18800.61630.3489
Hunter Lab36.315350.967523.2695
CIE-Lab43.045258.415455.8852

#c32900 color RGB value is (195,41,0).

#c32900 hex color red value is 195, green value is 41 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #c32900 hue: 0.04 , saturation: 1.00 and the lightness value of c32900 is 0.38.

The process color (four color CMYK) of #c32900 color hex is 0.00, 0.79, 1.00, 0.24. Web safe color of #c32900 is #cc3300. Color #c32900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101001 00000000
Octal 303 51 0
Decimal 195 41 0
Hex C3 29 0

RGB Percentages of Color #c32900

%82.63
%17.37
%0.00

CMYK Percentages of Color #c32900

%0
%79
%100
%24

Triadic Colors of #c32900

#c32900 #00c329 #2900c3

Analogous Colors of #c32900

#c32900 #c38b00 #c30038

Monochromatic Colors of #c32900

#c32900

Complementary Color

#c32900 #009ac3

#c32900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32900 Color CSS Codes

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

#c32900 Text Font Color

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

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


#c32900 Background Color

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

This div background color is #c32900


#c32900 Border Color

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

This div border color is #c32900


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,41,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c32900; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c32900;
  -webkit-box-shadow: 1px 1px 3px 2px #c32900;
  box-shadow:         1px 1px 3px 2px #c32900; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32900


Comments

No comments written yet.

Please login to write comment.