Color Hex Logo

#c24431 Color Hex

#C24431
(194,68,49)
0 Favorites   0 Comments

Color spaces of #c24431

RGB 1946849
HSL0.020.600.48
HSV75°76°
CMYK 0.000.650.75   0.24
XYZ24.869615.82534.6495
Yxy15.82530.54850.3490
Hunter Lab39.781041.974720.9171
CIE-Lab46.744449.351038.2745

#c24431 color RGB value is (194,68,49).

#c24431 hex color red value is 194, green value is 68 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #c24431 hue: 0.02 , saturation: 0.60 and the lightness value of c24431 is 0.48.

The process color (four color CMYK) of #c24431 color hex is 0.00, 0.65, 0.75, 0.24. Web safe color of #c24431 is #cc3333. Color #c24431 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000100 00110001
Octal 302 104 61
Decimal 194 68 49
Hex C2 44 31

RGB Percentages of Color #c24431

%62.38
%21.86
%15.76

CMYK Percentages of Color #c24431

%0
%65
%75
%24

Triadic Colors of #c24431

#c24431 #31c244 #4431c2

Analogous Colors of #c24431

#c24431 #c28d31 #c23167

Monochromatic Colors of #c24431

#c24431

Complementary Color

#c24431 #31afc2

#c24431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24431 Color CSS Codes

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

#c24431 Text Font Color

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

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


#c24431 Background Color

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

This div background color is #c24431


#c24431 Border Color

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

This div border color is #c24431


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,68,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c24431; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c24431;
  -webkit-box-shadow: 1px 1px 3px 2px #c24431;
  box-shadow:         1px 1px 3px 2px #c24431; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,68,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24431


Comments

No comments written yet.

Please login to write comment.