Color Hex Logo

#c32a2a Color Hex

#C32A2A
(195,42,42)
1 Favorites   0 Comments

Color spaces of #c32a2a

RGB 1954242
HSL0.000.650.46
HSV78°76°
CMYK 0.000.780.78   0.24
XYZ23.751613.42523.5300
Yxy13.42520.58350.3298
Hunter Lab36.640451.589219.9362
CIE-Lab43.397158.913638.6360

#c32a2a color RGB value is (195,42,42).

#c32a2a hex color red value is 195, green value is 42 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c32a2a hue: 0.00 , saturation: 0.65 and the lightness value of c32a2a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101010 00101010
Octal 303 52 52
Decimal 195 42 42
Hex C3 2A 2A

RGB Percentages of Color #c32a2a

%69.89
%15.05
%15.05

CMYK Percentages of Color #c32a2a

%0
%78
%78
%24

Triadic Colors of #c32a2a

#c32a2a #2ac32a #2a2ac3

Analogous Colors of #c32a2a

#c32a2a #c3772a #c32a77

Monochromatic Colors of #c32a2a

#c32a2a

Complementary Color

#c32a2a #2ac3c3

#c32a2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32a2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32a2a Color CSS Codes

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

#c32a2a Text Font Color

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

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


#c32a2a Background Color

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

This div background color is #c32a2a


#c32a2a Border Color

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

This div border color is #c32a2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32a2a

#c32a2a Color Palettes


Comments

No comments written yet.

Please login to write comment.