Color Hex Logo

#c82021 Color Hex

#C82021
(200,32,33)
0 Favorites   0 Comments

Color spaces of #c82021

RGB 2003233
HSL1.000.720.45
HSV360°84°78°
CMYK 0.000.840.84   0.22
XYZ24.610413.42222.7325
Yxy13.42220.60370.3293
Hunter Lab36.636355.793621.2233
CIE-Lab43.392662.683643.8462

#c82021 color RGB value is (200,32,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100000 00100001
Octal 310 40 41
Decimal 200 32 33
Hex C8 20 21

RGB Percentages of Color #c82021

%75.47
%12.08
%12.45

CMYK Percentages of Color #c82021

%0
%84
%84
%22

Triadic Colors of #c82021

#c82021 #21c820 #2021c8

Analogous Colors of #c82021

#c82021 #c87320 #c82075

Monochromatic Colors of #c82021

#c82021

Complementary Color

#c82021 #20c8c7

#c82021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82021 Color CSS Codes

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

#c82021 Text Font Color

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

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


#c82021 Background Color

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

This div background color is #c82021


#c82021 Border Color

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

This div border color is #c82021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82021


Comments

No comments written yet.

Please login to write comment.