Color Hex Logo

#c31917 Color Hex

#C31917
(195,25,23)
0 Favorites   0 Comments

Color spaces of #c31917

RGB 1952523
HSL0.000.790.43
HSV88°76°
CMYK 0.000.870.88   0.24
XYZ23.008012.35921.9835
Yxy12.35920.61600.3309
Hunter Lab35.155755.298921.2638
CIE-Lab41.781462.556146.9987

#c31917 color RGB value is (195,25,23).

#c31917 hex color red value is 195, green value is 25 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #c31917 hue: 0.00 , saturation: 0.79 and the lightness value of c31917 is 0.43.

The process color (four color CMYK) of #c31917 color hex is 0.00, 0.87, 0.88, 0.24. Web safe color of #c31917 is #cc0000. Color #c31917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011001 00010111
Octal 303 31 27
Decimal 195 25 23
Hex C3 19 17

RGB Percentages of Color #c31917

%80.25
%10.29
%9.47

CMYK Percentages of Color #c31917

%0
%87
%88
%24

Triadic Colors of #c31917

#c31917 #17c319 #1917c3

Analogous Colors of #c31917

#c31917 #c36f17 #c3176b

Monochromatic Colors of #c31917

#c31917

Complementary Color

#c31917 #17c1c3

#c31917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31917 Color CSS Codes

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

#c31917 Text Font Color

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

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


#c31917 Background Color

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

This div background color is #c31917


#c31917 Border Color

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

This div border color is #c31917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31917


Comments

No comments written yet.

Please login to write comment.