Color Hex Logo

#c8232c Color Hex

#C8232C
(200,35,44)
0 Favorites   0 Comments

Color spaces of #c8232c

RGB 2003544
HSL0.990.700.46
HSV357°83°78°
CMYK 0.000.830.78   0.22
XYZ24.875113.66333.7091
Yxy13.66330.58880.3234
Hunter Lab36.963955.435919.9253
CIE-Lab43.746162.298338.1771

#c8232c color RGB value is (200,35,44).

#c8232c hex color red value is 200, green value is 35 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c8232c hue: 0.99 , saturation: 0.70 and the lightness value of c8232c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100011 00101100
Octal 310 43 54
Decimal 200 35 44
Hex C8 23 2C

RGB Percentages of Color #c8232c

%71.68
%12.54
%15.77

CMYK Percentages of Color #c8232c

%0
%83
%78
%22

Triadic Colors of #c8232c

#c8232c #2cc823 #232cc8

Analogous Colors of #c8232c

#c8232c #c86d23 #c8237f

Monochromatic Colors of #c8232c

#c8232c

Complementary Color

#c8232c #23c8bf

#c8232c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8232c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8232c Color CSS Codes

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

#c8232c Text Font Color

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

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


#c8232c Background Color

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

This div background color is #c8232c


#c8232c Border Color

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

This div border color is #c8232c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8232c


Comments

No comments written yet.

Please login to write comment.