Color Hex Logo

#c51426 Color Hex

#C51426
(197,20,38)
0 Favorites   0 Comments

Color spaces of #c51426

RGB 1972038
HSL0.980.820.43
HSV354°90°77°
CMYK 0.000.900.81   0.23
XYZ23.626012.51063.0033
Yxy12.51060.60360.3196
Hunter Lab35.370357.333019.7249
CIE-Lab42.016464.308639.5996

#c51426 color RGB value is (197,20,38).

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

The process color (four color CMYK) of #c51426 color hex is 0.00, 0.90, 0.81, 0.23. Web safe color of #c51426 is #cc0033. Color #c51426 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010100 00100110
Octal 305 24 46
Decimal 197 20 38
Hex C5 14 26

RGB Percentages of Color #c51426

%77.25
%7.84
%14.90

CMYK Percentages of Color #c51426

%0
%90
%81
%23

Triadic Colors of #c51426

#c51426 #26c514 #1426c5

Analogous Colors of #c51426

#c51426 #c55b14 #c5147f

Monochromatic Colors of #c51426

#c51426

Complementary Color

#c51426 #14c5b3

#c51426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51426 Color CSS Codes

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

#c51426 Text Font Color

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

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


#c51426 Background Color

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

This div background color is #c51426


#c51426 Border Color

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

This div border color is #c51426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51426


Comments

No comments written yet.

Please login to write comment.