Color Hex Logo

#c5333a Color Hex

#C5333A
(197,51,58)
0 Favorites   0 Comments

Color spaces of #c5333a

RGB 1975158
HSL0.990.590.49
HSV357°74°77°
CMYK 0.000.740.71   0.23
XYZ24.973514.54355.4939
Yxy14.54350.55480.3231
Hunter Lab38.135950.153718.1538
CIE-Lab45.002557.304231.2723

#c5333a color RGB value is (197,51,58).

#c5333a hex color red value is 197, green value is 51 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c5333a hue: 0.99 , saturation: 0.59 and the lightness value of c5333a is 0.49.

The process color (four color CMYK) of #c5333a color hex is 0.00, 0.74, 0.71, 0.23. Web safe color of #c5333a is #cc3333. Color #c5333a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110011 00111010
Octal 305 63 72
Decimal 197 51 58
Hex C5 33 3A

RGB Percentages of Color #c5333a

%64.38
%16.67
%18.95

CMYK Percentages of Color #c5333a

%0
%74
%71
%23

Triadic Colors of #c5333a

#c5333a #3ac533 #333ac5

Analogous Colors of #c5333a

#c5333a #c57533 #c53383

Monochromatic Colors of #c5333a

#c5333a

Complementary Color

#c5333a #33c5be

#c5333a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5333a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5333a Color CSS Codes

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

#c5333a Text Font Color

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

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


#c5333a Background Color

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

This div background color is #c5333a


#c5333a Border Color

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

This div border color is #c5333a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5333a


Comments

No comments written yet.

Please login to write comment.