Color Hex Logo

#c3202d Color Hex

#C3202D
(195,32,45)
0 Favorites   0 Comments

Color spaces of #c3202d

RGB 1953245
HSL0.990.720.45
HSV355°84°76°
CMYK 0.000.840.77   0.24
XYZ23.495812.82463.7196
Yxy12.82460.58680.3203
Hunter Lab35.811554.443318.9098
CIE-Lab42.497861.655235.9636

#c3202d color RGB value is (195,32,45).

#c3202d hex color red value is 195, green value is 32 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c3202d hue: 0.99 , saturation: 0.72 and the lightness value of c3202d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100000 00101101
Octal 303 40 55
Decimal 195 32 45
Hex C3 20 2D

RGB Percentages of Color #c3202d

%71.69
%11.76
%16.54

CMYK Percentages of Color #c3202d

%0
%84
%77
%24

Triadic Colors of #c3202d

#c3202d #2dc320 #202dc3

Analogous Colors of #c3202d

#c3202d #c36520 #c3207f

Monochromatic Colors of #c3202d

#c3202d

Complementary Color

#c3202d #20c3b6

#c3202d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3202d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3202d Color CSS Codes

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

#c3202d Text Font Color

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

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


#c3202d Background Color

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

This div background color is #c3202d


#c3202d Border Color

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

This div border color is #c3202d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3202d


Comments

No comments written yet.

Please login to write comment.