Color Hex Logo

#c24230 Color Hex

#C24230
(194,66,48)
0 Favorites   0 Comments

Color spaces of #c24230

RGB 1946648
HSL0.020.600.47
HSV75°76°
CMYK 0.000.660.75   0.24
XYZ24.729815.57924.5000
Yxy15.57920.55190.3477
Hunter Lab39.470542.763820.8697
CIE-Lab46.417550.159938.4682

#c24230 color RGB value is (194,66,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000010 00110000
Octal 302 102 60
Decimal 194 66 48
Hex C2 42 30

RGB Percentages of Color #c24230

%62.99
%21.43
%15.58

CMYK Percentages of Color #c24230

%0
%66
%75
%24

Triadic Colors of #c24230

#c24230 #30c242 #4230c2

Analogous Colors of #c24230

#c24230 #c28b30 #c23067

Monochromatic Colors of #c24230

#c24230

Complementary Color

#c24230 #30b0c2

#c24230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24230 Color CSS Codes

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

#c24230 Text Font Color

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

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


#c24230 Background Color

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

This div background color is #c24230


#c24230 Border Color

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

This div border color is #c24230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24230


Comments

No comments written yet.

Please login to write comment.