Color Hex Logo

#c5290d Color Hex

#C5290D
(197,41,13)
0 Favorites   0 Comments

Color spaces of #c5290d

RGB 1974113
HSL0.030.880.41
HSV93°77°
CMYK 0.000.790.93   0.23
XYZ23.891513.48531.7245
Yxy13.48530.61100.3449
Hunter Lab36.722351.867822.9213
CIE-Lab43.485659.149352.3350

#c5290d color RGB value is (197,41,13).

#c5290d hex color red value is 197, green value is 41 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c5290d hue: 0.03 , saturation: 0.88 and the lightness value of c5290d is 0.41.

The process color (four color CMYK) of #c5290d color hex is 0.00, 0.79, 0.93, 0.23. Web safe color of #c5290d is #cc3300. Color #c5290d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101001 00001101
Octal 305 51 15
Decimal 197 41 13
Hex C5 29 D

RGB Percentages of Color #c5290d

%78.49
%16.33
%5.18

CMYK Percentages of Color #c5290d

%0
%79
%93
%23

Triadic Colors of #c5290d

#c5290d #0dc529 #290dc5

Analogous Colors of #c5290d

#c5290d #c5850d #c50d4d

Monochromatic Colors of #c5290d

#c5290d

Complementary Color

#c5290d #0da9c5

#c5290d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5290d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5290d Color CSS Codes

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

#c5290d Text Font Color

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

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


#c5290d Background Color

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

This div background color is #c5290d


#c5290d Border Color

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

This div border color is #c5290d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5290d


Comments

No comments written yet.

Please login to write comment.