Color Hex Logo

#c6291d Color Hex

#C6291D
(198,41,29)
0 Favorites   0 Comments

Color spaces of #c6291d

RGB 1984129
HSL0.010.740.45
HSV85°78°
CMYK 0.000.790.85   0.22
XYZ24.303413.68042.5220
Yxy13.68040.60000.3377
Hunter Lab36.987052.561321.8482
CIE-Lab43.771159.721846.0426

#c6291d color RGB value is (198,41,29).

#c6291d hex color red value is 198, green value is 41 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c6291d hue: 0.01 , saturation: 0.74 and the lightness value of c6291d is 0.45.

The process color (four color CMYK) of #c6291d color hex is 0.00, 0.79, 0.85, 0.22. Web safe color of #c6291d is #cc3333. Color #c6291d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101001 00011101
Octal 306 51 35
Decimal 198 41 29
Hex C6 29 1D

RGB Percentages of Color #c6291d

%73.88
%15.30
%10.82

CMYK Percentages of Color #c6291d

%0
%79
%85
%22

Triadic Colors of #c6291d

#c6291d #1dc629 #291dc6

Analogous Colors of #c6291d

#c6291d #c67e1d #c61d66

Monochromatic Colors of #c6291d

#c6291d

Complementary Color

#c6291d #1dbac6

#c6291d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6291d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6291d Color CSS Codes

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

#c6291d Text Font Color

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

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


#c6291d Background Color

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

This div background color is #c6291d


#c6291d Border Color

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

This div border color is #c6291d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6291d


Comments

No comments written yet.

Please login to write comment.