Color Hex Logo

#c10500 Color Hex

#C10500
(193,5,0)
0 Favorites   0 Comments

Color spaces of #c10500

RGB 19350
HSL0.001.000.38
HSV100°76°
CMYK 0.000.971.00   0.24
XYZ22.046611.44601.0473
Yxy11.44600.63830.3314
Hunter Lab33.831957.113721.8470
CIE-Lab40.321764.445754.5727

#c10500 color RGB value is (193,5,0).

#c10500 hex color red value is 193, green value is 5 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #c10500 hue: 0.00 , saturation: 1.00 and the lightness value of c10500 is 0.38.

The process color (four color CMYK) of #c10500 color hex is 0.00, 0.97, 1.00, 0.24. Web safe color of #c10500 is #cc0000. Color #c10500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000101 00000000
Octal 301 5 0
Decimal 193 5 0
Hex C1 5 0

RGB Percentages of Color #c10500

%97.47
%2.53
%0.00

CMYK Percentages of Color #c10500

%0
%97
%100
%24

Triadic Colors of #c10500

#c10500 #00c105 #0500c1

Analogous Colors of #c10500

#c10500 #c16600 #c1005b

Monochromatic Colors of #c10500

#c10500

Complementary Color

#c10500 #00bcc1

#c10500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10500 Color CSS Codes

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

#c10500 Text Font Color

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

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


#c10500 Background Color

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

This div background color is #c10500


#c10500 Border Color

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

This div border color is #c10500


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,5,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10500


Comments

No comments written yet.

Please login to write comment.