Color Hex Logo

#c6283a Color Hex

#C6283A
(198,40,58)
0 Favorites   0 Comments

Color spaces of #c6283a

RGB 1984058
HSL0.980.660.47
HSV353°80°78°
CMYK 0.000.800.71   0.22
XYZ24.811213.82885.3645
Yxy13.82880.56380.3143
Hunter Lab37.187154.017617.4780
CIE-Lab43.986460.988630.1053

#c6283a color RGB value is (198,40,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101000 00111010
Octal 306 50 72
Decimal 198 40 58
Hex C6 28 3A

RGB Percentages of Color #c6283a

%66.89
%13.51
%19.59

CMYK Percentages of Color #c6283a

%0
%80
%71
%22

Triadic Colors of #c6283a

#c6283a #3ac628 #283ac6

Analogous Colors of #c6283a

#c6283a #c66528 #c62889

Monochromatic Colors of #c6283a

#c6283a

Complementary Color

#c6283a #28c6b4

#c6283a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6283a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6283a Color CSS Codes

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

#c6283a Text Font Color

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

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


#c6283a Background Color

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

This div background color is #c6283a


#c6283a Border Color

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

This div border color is #c6283a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6283a


Comments

No comments written yet.

Please login to write comment.