Color Hex Logo

#c62a2c Color Hex

#C62A2C
(198,42,44)
0 Favorites   0 Comments

Color spaces of #c62a2c

RGB 1984244
HSL1.000.650.47
HSV359°79°78°
CMYK 0.000.790.78   0.22
XYZ24.571313.84353.7599
Yxy13.84350.58260.3282
Hunter Lab37.206952.768920.0533
CIE-Lab44.007759.863838.3333

#c62a2c color RGB value is (198,42,44).

#c62a2c hex color red value is 198, green value is 42 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c62a2c hue: 1.00 , saturation: 0.65 and the lightness value of c62a2c is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101010 00101100
Octal 306 52 54
Decimal 198 42 44
Hex C6 2A 2C

RGB Percentages of Color #c62a2c

%69.72
%14.79
%15.49

CMYK Percentages of Color #c62a2c

%0
%79
%78
%22

Triadic Colors of #c62a2c

#c62a2c #2cc62a #2a2cc6

Analogous Colors of #c62a2c

#c62a2c #c6762a #c62a7a

Monochromatic Colors of #c62a2c

#c62a2c

Complementary Color

#c62a2c #2ac6c4

#c62a2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62a2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62a2c Color CSS Codes

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

#c62a2c Text Font Color

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

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


#c62a2c Background Color

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

This div background color is #c62a2c


#c62a2c Border Color

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

This div border color is #c62a2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62a2c


Comments

No comments written yet.

Please login to write comment.