Color Hex Logo

#c82b2d Color Hex

#C82B2D
(200,43,45)
0 Favorites   0 Comments

Color spaces of #c82b2d

RGB 2004345
HSL1.000.650.48
HSV359°79°78°
CMYK 0.000.790.78   0.22
XYZ25.156914.19663.8969
Yxy14.19660.58170.3282
Hunter Lab37.678453.242820.2428
CIE-Lab44.513660.193638.4240

#c82b2d color RGB value is (200,43,45).

#c82b2d hex color red value is 200, green value is 43 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c82b2d hue: 1.00 , saturation: 0.65 and the lightness value of c82b2d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101011 00101101
Octal 310 53 55
Decimal 200 43 45
Hex C8 2B 2D

RGB Percentages of Color #c82b2d

%69.44
%14.93
%15.63

CMYK Percentages of Color #c82b2d

%0
%79
%78
%22

Triadic Colors of #c82b2d

#c82b2d #2dc82b #2b2dc8

Analogous Colors of #c82b2d

#c82b2d #c8782b #c82b7c

Monochromatic Colors of #c82b2d

#c82b2d

Complementary Color

#c82b2d #2bc8c6

#c82b2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82b2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82b2d Color CSS Codes

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

#c82b2d Text Font Color

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

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


#c82b2d Background Color

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

This div background color is #c82b2d


#c82b2d Border Color

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

This div border color is #c82b2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82b2d


Comments

No comments written yet.

Please login to write comment.