Color Hex Logo

#c23429 Color Hex

#C23429
(194,52,41)
0 Favorites   0 Comments

Color spaces of #c23429

RGB 1945241
HSL0.010.650.46
HSV79°76°
CMYK 0.000.730.79   0.24
XYZ23.876414.08543.5582
Yxy14.08540.57510.3392
Hunter Lab37.530547.880820.6502
CIE-Lab44.355255.334540.1185

#c23429 color RGB value is (194,52,41).

#c23429 hex color red value is 194, green value is 52 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #c23429 hue: 0.01 , saturation: 0.65 and the lightness value of c23429 is 0.46.

The process color (four color CMYK) of #c23429 color hex is 0.00, 0.73, 0.79, 0.24. Web safe color of #c23429 is #cc3333. Color #c23429 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110100 00101001
Octal 302 64 51
Decimal 194 52 41
Hex C2 34 29

RGB Percentages of Color #c23429

%67.60
%18.12
%14.29

CMYK Percentages of Color #c23429

%0
%73
%79
%24

Triadic Colors of #c23429

#c23429 #29c234 #3429c2

Analogous Colors of #c23429

#c23429 #c28129 #c2296b

Monochromatic Colors of #c23429

#c23429

Complementary Color

#c23429 #29b7c2

#c23429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23429 Color CSS Codes

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

#c23429 Text Font Color

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

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


#c23429 Background Color

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

This div background color is #c23429


#c23429 Border Color

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

This div border color is #c23429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23429


Comments

No comments written yet.

Please login to write comment.