Color Hex Logo

#c30929 Color Hex

#C30929
(195,9,41)
0 Favorites   0 Comments

Color spaces of #c30929

RGB 195941
HSL0.970.910.40
HSV350°95°76°
CMYK 0.000.950.79   0.24
XYZ23.003611.95763.1934
Yxy11.95760.60290.3134
Hunter Lab34.579858.229518.7305
CIE-Lab41.148765.263636.8545

#c30929 color RGB value is (195,9,41).

#c30929 hex color red value is 195, green value is 9 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #c30929 hue: 0.97 , saturation: 0.91 and the lightness value of c30929 is 0.40.

The process color (four color CMYK) of #c30929 color hex is 0.00, 0.95, 0.79, 0.24. Web safe color of #c30929 is #cc0033. Color #c30929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001001 00101001
Octal 303 11 51
Decimal 195 9 41
Hex C3 9 29

RGB Percentages of Color #c30929

%79.59
%3.67
%16.73

CMYK Percentages of Color #c30929

%0
%95
%79
%24

Triadic Colors of #c30929

#c30929 #29c309 #0929c3

Analogous Colors of #c30929

#c30929 #c34609 #c30986

Monochromatic Colors of #c30929

#c30929

Complementary Color

#c30929 #09c3a3

#c30929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30929 Color CSS Codes

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

#c30929 Text Font Color

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

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


#c30929 Background Color

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

This div background color is #c30929


#c30929 Border Color

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

This div border color is #c30929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30929


Comments

No comments written yet.

Please login to write comment.