Color Hex Logo

#c50014 Color Hex

#C50014
(197,0,20)
0 Favorites   0 Comments

Color spaces of #c50014

RGB 197020
HSL0.981.000.39
HSV354°100°77°
CMYK 0.001.000.90   0.23
XYZ23.152211.92081.7425
Yxy11.92080.62890.3238
Hunter Lab34.526559.274121.1763
CIE-Lab41.090066.186148.0305

#c50014 color RGB value is (197,0,20).

#c50014 hex color red value is 197, green value is 0 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c50014 hue: 0.98 , saturation: 1.00 and the lightness value of c50014 is 0.39.

The process color (four color CMYK) of #c50014 color hex is 0.00, 1.00, 0.90, 0.23. Web safe color of #c50014 is #cc0000. Color #c50014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000000 00010100
Octal 305 0 24
Decimal 197 0 20
Hex C5 0 14

RGB Percentages of Color #c50014

%90.78
%0.00
%9.22

CMYK Percentages of Color #c50014

%0
%100
%90
%23

Triadic Colors of #c50014

#c50014 #14c500 #0014c5

Analogous Colors of #c50014

#c50014 #c54e00 #c50077

Monochromatic Colors of #c50014

#c50014

Complementary Color

#c50014 #00c5b1

#c50014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50014 Color CSS Codes

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

#c50014 Text Font Color

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

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


#c50014 Background Color

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

This div background color is #c50014


#c50014 Border Color

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

This div border color is #c50014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50014


Comments

No comments written yet.

Please login to write comment.