Color Hex Logo

#c6282c Color Hex

#C6282C
(198,40,44)
0 Favorites   0 Comments

Color spaces of #c6282c

RGB 1984044
HSL1.000.660.47
HSV358°80°78°
CMYK 0.000.800.78   0.22
XYZ24.502113.70523.7368
Yxy13.70520.58420.3267
Hunter Lab37.020553.354619.9297
CIE-Lab43.807260.428738.1213

#c6282c color RGB value is (198,40,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101000 00101100
Octal 306 50 54
Decimal 198 40 44
Hex C6 28 2C

RGB Percentages of Color #c6282c

%70.21
%14.18
%15.60

CMYK Percentages of Color #c6282c

%0
%80
%78
%22

Triadic Colors of #c6282c

#c6282c #2cc628 #282cc6

Analogous Colors of #c6282c

#c6282c #c67328 #c6287b

Monochromatic Colors of #c6282c

#c6282c

Complementary Color

#c6282c #28c6c2

#c6282c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6282c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6282c Color CSS Codes

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

#c6282c Text Font Color

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

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


#c6282c Background Color

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

This div background color is #c6282c


#c6282c Border Color

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

This div border color is #c6282c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,40,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 #c6282c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6282c


Comments

No comments written yet.

Please login to write comment.