Color Hex Logo

#c82420 Color Hex

#C82420
(200,36,32)
0 Favorites   0 Comments

Color spaces of #c82420

RGB 2003632
HSL0.000.720.45
HSV84°78°
CMYK 0.000.820.84   0.22
XYZ24.711013.64542.6979
Yxy13.64540.60190.3324
Hunter Lab36.939754.764121.5275
CIE-Lab43.720061.706044.6589

#c82420 color RGB value is (200,36,32).

#c82420 hex color red value is 200, green value is 36 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #c82420 hue: 0.00 , saturation: 0.72 and the lightness value of c82420 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100100 00100000
Octal 310 44 40
Decimal 200 36 32
Hex C8 24 20

RGB Percentages of Color #c82420

%74.63
%13.43
%11.94

CMYK Percentages of Color #c82420

%0
%82
%84
%22

Triadic Colors of #c82420

#c82420 #20c824 #2420c8

Analogous Colors of #c82420

#c82420 #c87820 #c82070

Monochromatic Colors of #c82420

#c82420

Complementary Color

#c82420 #20c4c8

#c82420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82420 Color CSS Codes

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

#c82420 Text Font Color

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

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


#c82420 Background Color

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

This div background color is #c82420


#c82420 Border Color

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

This div border color is #c82420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82420


Comments

No comments written yet.

Please login to write comment.