Color Hex Logo

#c2530d Color Hex

#C2530D
(194,83,13)
0 Favorites   0 Comments

Color spaces of #c2530d

RGB 1948313
HSL0.060.870.41
HSV23°93°76°
CMYK 0.000.570.93   0.24
XYZ25.414017.68492.4548
Yxy17.68490.55790.3882
Hunter Lab42.053434.278825.9764
CIE-Lab49.111741.464155.7615

#c2530d color RGB value is (194,83,13).

#c2530d hex color red value is 194, green value is 83 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c2530d hue: 0.06 , saturation: 0.87 and the lightness value of c2530d is 0.41.

The process color (four color CMYK) of #c2530d color hex is 0.00, 0.57, 0.93, 0.24. Web safe color of #c2530d is #cc6600. Color #c2530d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010011 00001101
Octal 302 123 15
Decimal 194 83 13
Hex C2 53 D

RGB Percentages of Color #c2530d

%66.90
%28.62
%4.48

CMYK Percentages of Color #c2530d

%0
%57
%93
%24

Triadic Colors of #c2530d

#c2530d #0dc253 #530dc2

Analogous Colors of #c2530d

#c2530d #c2ae0d #c20d22

Monochromatic Colors of #c2530d

#c2530d

Complementary Color

#c2530d #0d7cc2

#c2530d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2530d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2530d Color CSS Codes

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

#c2530d Text Font Color

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

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


#c2530d Background Color

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

This div background color is #c2530d


#c2530d Border Color

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

This div border color is #c2530d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,83,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2530d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2530d;
  -webkit-box-shadow: 1px 1px 3px 2px #c2530d;
  box-shadow:         1px 1px 3px 2px #c2530d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,83,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2530d


Comments

No comments written yet.

Please login to write comment.