Color Hex Logo

#c21317 Color Hex

#C21317
(194,19,23)
0 Favorites   0 Comments

Color spaces of #c21317

RGB 1941923
HSL1.000.820.42
HSV359°90°76°
CMYK 0.000.900.88   0.24
XYZ22.635711.99691.9332
Yxy11.99690.61900.3281
Hunter Lab34.636556.039520.9364
CIE-Lab41.211263.324046.4642

#c21317 color RGB value is (194,19,23).

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

The process color (four color CMYK) of #c21317 color hex is 0.00, 0.90, 0.88, 0.24. Web safe color of #c21317 is #cc0000. Color #c21317 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010011 00010111
Octal 302 23 27
Decimal 194 19 23
Hex C2 13 17

RGB Percentages of Color #c21317

%82.20
%8.05
%9.75

CMYK Percentages of Color #c21317

%0
%90
%88
%24

Triadic Colors of #c21317

#c21317 #17c213 #1317c2

Analogous Colors of #c21317

#c21317 #c26713 #c2136f

Monochromatic Colors of #c21317

#c21317

Complementary Color

#c21317 #13c2be

#c21317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21317 Color CSS Codes

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

#c21317 Text Font Color

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

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


#c21317 Background Color

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

This div background color is #c21317


#c21317 Border Color

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

This div border color is #c21317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21317


Comments

No comments written yet.

Please login to write comment.