Color Hex Logo

#c51f3b Color Hex

#C51F3B
(197,31,59)
0 Favorites   0 Comments

Color spaces of #c51f3b

RGB 1973159
HSL0.970.730.45
HSV350°84°77°
CMYK 0.000.840.70   0.23
XYZ24.305413.16615.3979
Yxy13.16610.56700.3071
Hunter Lab36.285156.068316.5794
CIE-Lab43.012563.000328.2742

#c51f3b color RGB value is (197,31,59).

#c51f3b hex color red value is 197, green value is 31 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c51f3b hue: 0.97 , saturation: 0.73 and the lightness value of c51f3b is 0.45.

The process color (four color CMYK) of #c51f3b color hex is 0.00, 0.84, 0.70, 0.23. Web safe color of #c51f3b is #cc3333. Color #c51f3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011111 00111011
Octal 305 37 73
Decimal 197 31 59
Hex C5 1F 3B

RGB Percentages of Color #c51f3b

%68.64
%10.80
%20.56

CMYK Percentages of Color #c51f3b

%0
%84
%70
%23

Triadic Colors of #c51f3b

#c51f3b #3bc51f #1f3bc5

Analogous Colors of #c51f3b

#c51f3b #c5561f #c51f8e

Monochromatic Colors of #c51f3b

#c51f3b

Complementary Color

#c51f3b #1fc5a9

#c51f3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51f3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51f3b Color CSS Codes

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

#c51f3b Text Font Color

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

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


#c51f3b Background Color

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

This div background color is #c51f3b


#c51f3b Border Color

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

This div border color is #c51f3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51f3b


Comments

No comments written yet.

Please login to write comment.