Color Hex Logo

#c23313 Color Hex

#C23313
(194,51,19)
0 Favorites   0 Comments

Color spaces of #c23313

RGB 1945119
HSL0.030.820.42
HSV11°90°76°
CMYK 0.000.740.90   0.24
XYZ23.549513.88402.0548
Yxy13.88400.59640.3516
Hunter Lab37.261247.606722.8133
CIE-Lab44.066155.134050.3147

#c23313 color RGB value is (194,51,19).

#c23313 hex color red value is 194, green value is 51 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #c23313 hue: 0.03 , saturation: 0.82 and the lightness value of c23313 is 0.42.

The process color (four color CMYK) of #c23313 color hex is 0.00, 0.74, 0.90, 0.24. Web safe color of #c23313 is #cc3300. Color #c23313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110011 00010011
Octal 302 63 23
Decimal 194 51 19
Hex C2 33 13

RGB Percentages of Color #c23313

%73.48
%19.32
%7.20

CMYK Percentages of Color #c23313

%0
%74
%90
%24

Triadic Colors of #c23313

#c23313 #13c233 #3313c2

Analogous Colors of #c23313

#c23313 #c28b13 #c2134a

Monochromatic Colors of #c23313

#c23313

Complementary Color

#c23313 #13a2c2

#c23313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23313 Color CSS Codes

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

#c23313 Text Font Color

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

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


#c23313 Background Color

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

This div background color is #c23313


#c23313 Border Color

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

This div border color is #c23313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23313


Comments

No comments written yet.

Please login to write comment.