Color Hex Logo

#c24533 Color Hex

#C24533
(194,69,51)
0 Favorites   0 Comments

Color spaces of #c24533

RGB 1946951
HSL0.020.580.48
HSV74°76°
CMYK 0.000.640.74   0.24
XYZ24.973815.96464.8972
Yxy15.96460.54490.3483
Hunter Lab39.955741.646620.7021
CIE-Lab46.928049.005837.3710

#c24533 color RGB value is (194,69,51).

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

The process color (four color CMYK) of #c24533 color hex is 0.00, 0.64, 0.74, 0.24. Web safe color of #c24533 is #cc3333. Color #c24533 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000101 00110011
Octal 302 105 63
Decimal 194 69 51
Hex C2 45 33

RGB Percentages of Color #c24533

%61.78
%21.97
%16.24

CMYK Percentages of Color #c24533

%0
%64
%74
%24

Triadic Colors of #c24533

#c24533 #33c245 #4533c2

Analogous Colors of #c24533

#c24533 #c28d33 #c23369

Monochromatic Colors of #c24533

#c24533

Complementary Color

#c24533 #33b0c2

#c24533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24533 Color CSS Codes

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

#c24533 Text Font Color

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

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


#c24533 Background Color

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

This div background color is #c24533


#c24533 Border Color

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

This div border color is #c24533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24533


Comments

No comments written yet.

Please login to write comment.