Color Hex Logo

#c3391c Color Hex

#C3391C
(195,57,28)
0 Favorites   0 Comments

Color spaces of #c3391c

RGB 1955728
HSL0.030.750.44
HSV10°86°76°
CMYK 0.000.710.86   0.24
XYZ24.178414.61222.6447
Yxy14.61220.58350.3527
Hunter Lab38.225946.008322.6561
CIE-Lab45.098453.455447.4212

#c3391c color RGB value is (195,57,28).

#c3391c hex color red value is 195, green value is 57 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #c3391c hue: 0.03 , saturation: 0.75 and the lightness value of c3391c is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111001 00011100
Octal 303 71 34
Decimal 195 57 28
Hex C3 39 1C

RGB Percentages of Color #c3391c

%69.64
%20.36
%10.00

CMYK Percentages of Color #c3391c

%0
%71
%86
%24

Triadic Colors of #c3391c

#c3391c #1cc339 #391cc3

Analogous Colors of #c3391c

#c3391c #c38d1c #c31c53

Monochromatic Colors of #c3391c

#c3391c

Complementary Color

#c3391c #1ca6c3

#c3391c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3391c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3391c Color CSS Codes

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

#c3391c Text Font Color

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

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


#c3391c Background Color

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

This div background color is #c3391c


#c3391c Border Color

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

This div border color is #c3391c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3391c


Comments

No comments written yet.

Please login to write comment.