Color Hex Logo

#c5002c Color Hex

#C5002C
(197,0,44)
0 Favorites   0 Comments

Color spaces of #c5002c

RGB 197044
HSL0.961.000.39
HSV347°100°77°
CMYK 0.001.000.78   0.23
XYZ23.480612.05223.4716
Yxy12.05220.60200.3090
Hunter Lab34.716359.976218.3724
CIE-Lab41.299066.754835.3722

#c5002c color RGB value is (197,0,44).

#c5002c hex color red value is 197, green value is 0 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c5002c hue: 0.96 , saturation: 1.00 and the lightness value of c5002c is 0.39.

The process color (four color CMYK) of #c5002c color hex is 0.00, 1.00, 0.78, 0.23. Web safe color of #c5002c is #cc0033. Color #c5002c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000000 00101100
Octal 305 0 54
Decimal 197 0 44
Hex C5 0 2C

RGB Percentages of Color #c5002c

%81.74
%0.00
%18.26

CMYK Percentages of Color #c5002c

%0
%100
%78
%23

Triadic Colors of #c5002c

#c5002c #2cc500 #002cc5

Analogous Colors of #c5002c

#c5002c #c53600 #c5008f

Monochromatic Colors of #c5002c

#c5002c

Complementary Color

#c5002c #00c599

#c5002c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5002c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5002c Color CSS Codes

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

#c5002c Text Font Color

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

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


#c5002c Background Color

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

This div background color is #c5002c


#c5002c Border Color

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

This div border color is #c5002c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5002c


Comments

No comments written yet.

Please login to write comment.