Color Hex Logo

#c30817 Color Hex

#C30817
(195,8,23)
0 Favorites   0 Comments

Color spaces of #c30817

RGB 195823
HSL0.990.920.40
HSV355°96°76°
CMYK 0.000.960.88   0.24
XYZ22.747211.83761.8966
Yxy11.83760.62350.3245
Hunter Lab34.405857.804020.8157
CIE-Lab40.956864.928446.3570

#c30817 color RGB value is (195,8,23).

#c30817 hex color red value is 195, green value is 8 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #c30817 hue: 0.99 , saturation: 0.92 and the lightness value of c30817 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001000 00010111
Octal 303 10 27
Decimal 195 8 23
Hex C3 8 17

RGB Percentages of Color #c30817

%86.28
%3.54
%10.18

CMYK Percentages of Color #c30817

%0
%96
%88
%24

Triadic Colors of #c30817

#c30817 #17c308 #0817c3

Analogous Colors of #c30817

#c30817 #c35708 #c30875

Monochromatic Colors of #c30817

#c30817

Complementary Color

#c30817 #08c3b4

#c30817 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30817 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30817 Color CSS Codes

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

#c30817 Text Font Color

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

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


#c30817 Background Color

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

This div background color is #c30817


#c30817 Border Color

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

This div border color is #c30817


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,8,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 #c30817">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30817


Comments

No comments written yet.

Please login to write comment.