Color Hex Logo

#c51135 Color Hex

#C51135
(197,17,53)
0 Favorites   0 Comments

Color spaces of #c51135

RGB 1971753
HSL0.970.840.42
HSV348°91°77°
CMYK 0.000.910.73   0.23
XYZ23.869012.52834.5283
Yxy12.52830.58320.3061
Hunter Lab35.395358.430417.1915
CIE-Lab42.043765.264930.7826

#c51135 color RGB value is (197,17,53).

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

The process color (four color CMYK) of #c51135 color hex is 0.00, 0.91, 0.73, 0.23. Web safe color of #c51135 is #cc0033. Color #c51135 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010001 00110101
Octal 305 21 65
Decimal 197 17 53
Hex C5 11 35

RGB Percentages of Color #c51135

%73.78
%6.37
%19.85

CMYK Percentages of Color #c51135

%0
%91
%73
%23

Triadic Colors of #c51135

#c51135 #35c511 #1135c5

Analogous Colors of #c51135

#c51135 #c54711 #c5118f

Monochromatic Colors of #c51135

#c51135

Complementary Color

#c51135 #11c5a1

#c51135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51135 Color CSS Codes

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

#c51135 Text Font Color

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

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


#c51135 Background Color

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

This div background color is #c51135


#c51135 Border Color

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

This div border color is #c51135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51135


Comments

No comments written yet.

Please login to write comment.