Color Hex Logo

#c5222d Color Hex

#C5222D
(197,34,45)
0 Favorites   0 Comments

Color spaces of #c5222d

RGB 1973445
HSL0.990.710.45
HSV356°83°77°
CMYK 0.000.830.77   0.23
XYZ24.071613.20383.7625
Yxy13.20380.58660.3217
Hunter Lab36.337054.658219.2968
CIE-Lab43.068761.736936.6995

#c5222d color RGB value is (197,34,45).

#c5222d hex color red value is 197, green value is 34 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c5222d hue: 0.99 , saturation: 0.71 and the lightness value of c5222d is 0.45.

The process color (four color CMYK) of #c5222d color hex is 0.00, 0.83, 0.77, 0.23. Web safe color of #c5222d is #cc3333. Color #c5222d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100010 00101101
Octal 305 42 55
Decimal 197 34 45
Hex C5 22 2D

RGB Percentages of Color #c5222d

%71.38
%12.32
%16.30

CMYK Percentages of Color #c5222d

%0
%83
%77
%23

Triadic Colors of #c5222d

#c5222d #2dc522 #222dc5

Analogous Colors of #c5222d

#c5222d #c56922 #c5227f

Monochromatic Colors of #c5222d

#c5222d

Complementary Color

#c5222d #22c5ba

#c5222d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5222d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5222d Color CSS Codes

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

#c5222d Text Font Color

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

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


#c5222d Background Color

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

This div background color is #c5222d


#c5222d Border Color

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

This div border color is #c5222d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,34,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 #c5222d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5222d


Comments

No comments written yet.

Please login to write comment.