Color Hex Logo

#c3233d Color Hex

#C3233D
(195,35,61)
0 Favorites   0 Comments

Color spaces of #c3233d

RGB 1953561
HSL0.970.700.45
HSV350°82°76°
CMYK 0.000.820.69   0.24
XYZ23.949013.14115.6891
Yxy13.14110.55980.3072
Hunter Lab36.250754.487416.0706
CIE-Lab42.975161.602526.9117

#c3233d color RGB value is (195,35,61).

#c3233d hex color red value is 195, green value is 35 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c3233d hue: 0.97 , saturation: 0.70 and the lightness value of c3233d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100011 00111101
Octal 303 43 75
Decimal 195 35 61
Hex C3 23 3D

RGB Percentages of Color #c3233d

%67.01
%12.03
%20.96

CMYK Percentages of Color #c3233d

%0
%82
%69
%24

Triadic Colors of #c3233d

#c3233d #3dc323 #233dc3

Analogous Colors of #c3233d

#c3233d #c35923 #c3238d

Monochromatic Colors of #c3233d

#c3233d

Complementary Color

#c3233d #23c3a9

#c3233d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3233d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3233d Color CSS Codes

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

#c3233d Text Font Color

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

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


#c3233d Background Color

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

This div background color is #c3233d


#c3233d Border Color

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

This div border color is #c3233d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3233d


Comments

No comments written yet.

Please login to write comment.