Color Hex Logo

#c32835 Color Hex

#C32835
(195,40,53)
0 Favorites   0 Comments

Color spaces of #c32835

RGB 1954053
HSL0.990.660.46
HSV355°79°76°
CMYK 0.000.790.73   0.24
XYZ23.907113.37674.6901
Yxy13.37670.56960.3187
Hunter Lab36.574252.673617.9988
CIE-Lab43.325459.908132.1767

#c32835 color RGB value is (195,40,53).

#c32835 hex color red value is 195, green value is 40 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #c32835 hue: 0.99 , saturation: 0.66 and the lightness value of c32835 is 0.46.

The process color (four color CMYK) of #c32835 color hex is 0.00, 0.79, 0.73, 0.24. Web safe color of #c32835 is #cc3333. Color #c32835 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101000 00110101
Octal 303 50 65
Decimal 195 40 53
Hex C3 28 35

RGB Percentages of Color #c32835

%67.71
%13.89
%18.40

CMYK Percentages of Color #c32835

%0
%79
%73
%24

Triadic Colors of #c32835

#c32835 #35c328 #2835c3

Analogous Colors of #c32835

#c32835 #c36928 #c32883

Monochromatic Colors of #c32835

#c32835

Complementary Color

#c32835 #28c3b6

#c32835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32835 Color CSS Codes

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

#c32835 Text Font Color

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

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


#c32835 Background Color

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

This div background color is #c32835


#c32835 Border Color

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

This div border color is #c32835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32835


Comments

No comments written yet.

Please login to write comment.