Color Hex Logo

#c30314 Color Hex

#C30314
(195,3,20)
0 Favorites   0 Comments

Color spaces of #c30314

RGB 195320
HSL0.990.970.39
HSV355°98°76°
CMYK 0.000.980.90   0.24
XYZ22.664511.71771.7290
Yxy11.71770.62760.3245
Hunter Lab34.231158.280820.9671
CIE-Lab40.763965.383447.5988

#c30314 color RGB value is (195,3,20).

#c30314 hex color red value is 195, green value is 3 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c30314 hue: 0.99 , saturation: 0.97 and the lightness value of c30314 is 0.39.

The process color (four color CMYK) of #c30314 color hex is 0.00, 0.98, 0.90, 0.24. Web safe color of #c30314 is #cc0000. Color #c30314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000011 00010100
Octal 303 3 24
Decimal 195 3 20
Hex C3 3 14

RGB Percentages of Color #c30314

%89.45
%1.38
%9.17

CMYK Percentages of Color #c30314

%0
%98
%90
%24

Triadic Colors of #c30314

#c30314 #14c303 #0314c3

Analogous Colors of #c30314

#c30314 #c35203 #c30374

Monochromatic Colors of #c30314

#c30314

Complementary Color

#c30314 #03c3b2

#c30314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30314 Color CSS Codes

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

#c30314 Text Font Color

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

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


#c30314 Background Color

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

This div background color is #c30314


#c30314 Border Color

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

This div border color is #c30314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30314


Comments

No comments written yet.

Please login to write comment.