Color Hex Logo

#c6243b Color Hex

#C6243B
(198,36,59)
0 Favorites   0 Comments

Color spaces of #c6243b

RGB 1983659
HSL0.980.690.46
HSV351°82°78°
CMYK 0.000.820.70   0.22
XYZ24.709013.58335.4572
Yxy13.58330.56480.3105
Hunter Lab36.855555.174317.0198
CIE-Lab43.629362.088529.0697

#c6243b color RGB value is (198,36,59).

#c6243b hex color red value is 198, green value is 36 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c6243b hue: 0.98 , saturation: 0.69 and the lightness value of c6243b is 0.46.

The process color (four color CMYK) of #c6243b color hex is 0.00, 0.82, 0.70, 0.22. Web safe color of #c6243b is #cc3333. Color #c6243b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100100 00111011
Octal 306 44 73
Decimal 198 36 59
Hex C6 24 3B

RGB Percentages of Color #c6243b

%67.58
%12.29
%20.14

CMYK Percentages of Color #c6243b

%0
%82
%70
%22

Triadic Colors of #c6243b

#c6243b #3bc624 #243bc6

Analogous Colors of #c6243b

#c6243b #c65e24 #c6248c

Monochromatic Colors of #c6243b

#c6243b

Complementary Color

#c6243b #24c6af

#c6243b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6243b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6243b Color CSS Codes

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

#c6243b Text Font Color

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

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


#c6243b Background Color

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

This div background color is #c6243b


#c6243b Border Color

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

This div border color is #c6243b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6243b


Comments

No comments written yet.

Please login to write comment.