Color Hex Logo

#c43430 Color Hex

#C43430
(196,52,48)
0 Favorites   0 Comments

Color spaces of #c43430

RGB 1965248
HSL0.000.610.48
HSV76°77°
CMYK 0.000.730.76   0.23
XYZ24.526414.40514.2841
Yxy14.40510.56750.3333
Hunter Lab37.954148.929419.8754
CIE-Lab44.808456.218336.8179

#c43430 color RGB value is (196,52,48).

#c43430 hex color red value is 196, green value is 52 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c43430 hue: 0.00 , saturation: 0.61 and the lightness value of c43430 is 0.48.

The process color (four color CMYK) of #c43430 color hex is 0.00, 0.73, 0.76, 0.23. Web safe color of #c43430 is #cc3333. Color #c43430 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110100 00110000
Octal 304 64 60
Decimal 196 52 48
Hex C4 34 30

RGB Percentages of Color #c43430

%66.22
%17.57
%16.22

CMYK Percentages of Color #c43430

%0
%73
%76
%23

Triadic Colors of #c43430

#c43430 #30c434 #3430c4

Analogous Colors of #c43430

#c43430 #c47e30 #c43076

Monochromatic Colors of #c43430

#c43430

Complementary Color

#c43430 #30c0c4

#c43430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43430 Color CSS Codes

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

#c43430 Text Font Color

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

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


#c43430 Background Color

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

This div background color is #c43430


#c43430 Border Color

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

This div border color is #c43430


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,52,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c43430; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c43430;
  -webkit-box-shadow: 1px 1px 3px 2px #c43430;
  box-shadow:         1px 1px 3px 2px #c43430; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,52,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43430


Comments

No comments written yet.

Please login to write comment.