Color Hex Logo

#c5033d Color Hex

#C5033D
(197,3,61)
0 Favorites   0 Comments

Color spaces of #c5033d

RGB 197361
HSL0.950.970.39
HSV342°98°77°
CMYK 0.000.980.69   0.23
XYZ23.900812.27245.5240
Yxy12.27240.57320.2943
Hunter Lab35.032060.476815.1733
CIE-Lab41.645867.120125.3502

#c5033d color RGB value is (197,3,61).

#c5033d hex color red value is 197, green value is 3 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c5033d hue: 0.95 , saturation: 0.97 and the lightness value of c5033d is 0.39.

The process color (four color CMYK) of #c5033d color hex is 0.00, 0.98, 0.69, 0.23. Web safe color of #c5033d is #cc0033. Color #c5033d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000011 00111101
Octal 305 3 75
Decimal 197 3 61
Hex C5 3 3D

RGB Percentages of Color #c5033d

%75.48
%1.15
%23.37

CMYK Percentages of Color #c5033d

%0
%98
%69
%23

Triadic Colors of #c5033d

#c5033d #3dc503 #033dc5

Analogous Colors of #c5033d

#c5033d #c52a03 #c5039e

Monochromatic Colors of #c5033d

#c5033d

Complementary Color

#c5033d #03c58b

#c5033d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5033d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5033d Color CSS Codes

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

#c5033d Text Font Color

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

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


#c5033d Background Color

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

This div background color is #c5033d


#c5033d Border Color

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

This div border color is #c5033d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,3,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5033d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5033d;
  -webkit-box-shadow: 1px 1px 3px 2px #c5033d;
  box-shadow:         1px 1px 3px 2px #c5033d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,3,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5033d


Comments

No comments written yet.

Please login to write comment.