Color Hex Logo

#c3253c Color Hex

#C3253C
(195,37,60)
0 Favorites   0 Comments

Color spaces of #c3253c

RGB 1953760
HSL0.980.680.45
HSV351°81°76°
CMYK 0.000.810.69   0.24
XYZ23.982913.25155.5687
Yxy13.25150.56030.3096
Hunter Lab36.402653.895516.4119
CIE-Lab43.139861.041627.7268

#c3253c color RGB value is (195,37,60).

#c3253c hex color red value is 195, green value is 37 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #c3253c hue: 0.98 , saturation: 0.68 and the lightness value of c3253c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100101 00111100
Octal 303 45 74
Decimal 195 37 60
Hex C3 25 3C

RGB Percentages of Color #c3253c

%66.78
%12.67
%20.55

CMYK Percentages of Color #c3253c

%0
%81
%69
%24

Triadic Colors of #c3253c

#c3253c #3cc325 #253cc3

Analogous Colors of #c3253c

#c3253c #c35d25 #c3258b

Monochromatic Colors of #c3253c

#c3253c

Complementary Color

#c3253c #25c3ac

#c3253c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3253c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3253c Color CSS Codes

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

#c3253c Text Font Color

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

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


#c3253c Background Color

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

This div background color is #c3253c


#c3253c Border Color

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

This div border color is #c3253c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3253c


Comments

No comments written yet.

Please login to write comment.