Color Hex Logo

#c51115 Color Hex

#C51115
(197,17,21)
0 Favorites   0 Comments

Color spaces of #c51115

RGB 1971721
HSL1.000.840.42
HSV359°91°77°
CMYK 0.000.910.89   0.23
XYZ23.361812.32541.8572
Yxy12.32540.62220.3283
Hunter Lab35.107557.342021.4388
CIE-Lab41.728764.372548.0493

#c51115 color RGB value is (197,17,21).

#c51115 hex color red value is 197, green value is 17 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #c51115 hue: 1.00 , saturation: 0.84 and the lightness value of c51115 is 0.42.

The process color (four color CMYK) of #c51115 color hex is 0.00, 0.91, 0.89, 0.23. Web safe color of #c51115 is #cc0000. Color #c51115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010001 00010101
Octal 305 21 25
Decimal 197 17 21
Hex C5 11 15

RGB Percentages of Color #c51115

%83.83
%7.23
%8.94

CMYK Percentages of Color #c51115

%0
%91
%89
%23

Triadic Colors of #c51115

#c51115 #15c511 #1115c5

Analogous Colors of #c51115

#c51115 #c56711 #c5116f

Monochromatic Colors of #c51115

#c51115

Complementary Color

#c51115 #11c5c1

#c51115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51115 Color CSS Codes

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

#c51115 Text Font Color

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

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


#c51115 Background Color

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

This div background color is #c51115


#c51115 Border Color

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

This div border color is #c51115


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,17,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51115


Comments

No comments written yet.

Please login to write comment.