Color Hex Logo

#c6023d Color Hex

#C6023D
(198,2,61)
0 Favorites   0 Comments

Color spaces of #c6023d

RGB 198261
HSL0.950.980.39
HSV342°99°78°
CMYK 0.000.990.69   0.22
XYZ24.152712.38615.5326
Yxy12.38610.57410.2944
Hunter Lab35.193960.910815.3151
CIE-Lab41.823367.460025.6178

#c6023d color RGB value is (198,2,61).

#c6023d hex color red value is 198, green value is 2 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c6023d hue: 0.95 , saturation: 0.98 and the lightness value of c6023d is 0.39.

The process color (four color CMYK) of #c6023d color hex is 0.00, 0.99, 0.69, 0.22. Web safe color of #c6023d is #cc0033. Color #c6023d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000010 00111101
Octal 306 2 75
Decimal 198 2 61
Hex C6 2 3D

RGB Percentages of Color #c6023d

%75.86
%0.77
%23.37

CMYK Percentages of Color #c6023d

%0
%99
%69
%22

Triadic Colors of #c6023d

#c6023d #3dc602 #023dc6

Analogous Colors of #c6023d

#c6023d #c62902 #c6029f

Monochromatic Colors of #c6023d

#c6023d

Complementary Color

#c6023d #02c68b

#c6023d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6023d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6023d Color CSS Codes

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

#c6023d Text Font Color

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

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


#c6023d Background Color

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

This div background color is #c6023d


#c6023d Border Color

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

This div border color is #c6023d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6023d


Comments

No comments written yet.

Please login to write comment.