Color Hex Logo

#c6292f Color Hex

#C6292F
(198,41,47)
0 Favorites   0 Comments

Color spaces of #c6292f

RGB 1984147
HSL0.990.660.47
HSV358°79°78°
CMYK 0.000.790.76   0.22
XYZ24.594713.79694.0561
Yxy13.79690.57940.3250
Hunter Lab37.144253.189919.5265
CIE-Lab43.940260.255436.5499

#c6292f color RGB value is (198,41,47).

#c6292f hex color red value is 198, green value is 41 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c6292f hue: 0.99 , saturation: 0.66 and the lightness value of c6292f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101001 00101111
Octal 306 51 57
Decimal 198 41 47
Hex C6 29 2F

RGB Percentages of Color #c6292f

%69.23
%14.34
%16.43

CMYK Percentages of Color #c6292f

%0
%79
%76
%22

Triadic Colors of #c6292f

#c6292f #2fc629 #292fc6

Analogous Colors of #c6292f

#c6292f #c67229 #c6297e

Monochromatic Colors of #c6292f

#c6292f

Complementary Color

#c6292f #29c6c0

#c6292f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6292f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6292f Color CSS Codes

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

#c6292f Text Font Color

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

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


#c6292f Background Color

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

This div background color is #c6292f


#c6292f Border Color

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

This div border color is #c6292f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6292f


Comments

No comments written yet.

Please login to write comment.