Color Hex Logo

#c10225 Color Hex

#C10225
(193,2,37)
0 Favorites   0 Comments

Color spaces of #c10225

RGB 193237
HSL0.970.980.38
HSV349°99°76°
CMYK 0.000.990.81   0.24
XYZ22.348011.51442.7949
Yxy11.51440.60960.3141
Hunter Lab33.932958.176618.8696
CIE-Lab40.433765.356738.3022

#c10225 color RGB value is (193,2,37).

#c10225 hex color red value is 193, green value is 2 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #c10225 hue: 0.97 , saturation: 0.98 and the lightness value of c10225 is 0.38.

The process color (four color CMYK) of #c10225 color hex is 0.00, 0.99, 0.81, 0.24. Web safe color of #c10225 is #cc0033. Color #c10225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000010 00100101
Octal 301 2 45
Decimal 193 2 37
Hex C1 2 25

RGB Percentages of Color #c10225

%83.19
%0.86
%15.95

CMYK Percentages of Color #c10225

%0
%99
%81
%24

Triadic Colors of #c10225

#c10225 #25c102 #0225c1

Analogous Colors of #c10225

#c10225 #c13e02 #c10285

Monochromatic Colors of #c10225

#c10225

Complementary Color

#c10225 #02c19e

#c10225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10225 Color CSS Codes

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

#c10225 Text Font Color

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

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


#c10225 Background Color

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

This div background color is #c10225


#c10225 Border Color

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

This div border color is #c10225


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,2,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c10225; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c10225;
  -webkit-box-shadow: 1px 1px 3px 2px #c10225;
  box-shadow:         1px 1px 3px 2px #c10225; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10225


Comments

No comments written yet.

Please login to write comment.