Color Hex Logo

#c8212e Color Hex

#C8212E
(200,33,46)
0 Favorites   0 Comments

Color spaces of #c8212e

RGB 2003346
HSL0.990.720.46
HSV355°84°78°
CMYK 0.000.840.77   0.22
XYZ24.856413.56433.8929
Yxy13.56430.58740.3206
Hunter Lab36.829756.017619.5139
CIE-Lab43.601562.841736.8740

#c8212e color RGB value is (200,33,46).

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

The process color (four color CMYK) of #c8212e color hex is 0.00, 0.84, 0.77, 0.22. Web safe color of #c8212e is #cc3333. Color #c8212e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100001 00101110
Octal 310 41 56
Decimal 200 33 46
Hex C8 21 2E

RGB Percentages of Color #c8212e

%71.68
%11.83
%16.49

CMYK Percentages of Color #c8212e

%0
%84
%77
%22

Triadic Colors of #c8212e

#c8212e #2ec821 #212ec8

Analogous Colors of #c8212e

#c8212e #c86821 #c82182

Monochromatic Colors of #c8212e

#c8212e

Complementary Color

#c8212e #21c8bb

#c8212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8212e Color CSS Codes

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

#c8212e Text Font Color

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

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


#c8212e Background Color

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

This div background color is #c8212e


#c8212e Border Color

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

This div border color is #c8212e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8212e


Comments

No comments written yet.

Please login to write comment.