Color Hex Logo

#c3223b Color Hex

#C3223B
(195,34,59)
0 Favorites   0 Comments

Color spaces of #c3223b

RGB 1953459
HSL0.970.700.45
HSV351°83°76°
CMYK 0.000.830.70   0.24
XYZ23.867113.06195.4009
Yxy13.06190.56380.3086
Hunter Lab36.141354.631316.4387
CIE-Lab42.856461.753827.9915

#c3223b color RGB value is (195,34,59).

#c3223b hex color red value is 195, green value is 34 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c3223b hue: 0.97 , saturation: 0.70 and the lightness value of c3223b is 0.45.

The process color (four color CMYK) of #c3223b color hex is 0.00, 0.83, 0.70, 0.24. Web safe color of #c3223b is #cc3333. Color #c3223b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100010 00111011
Octal 303 42 73
Decimal 195 34 59
Hex C3 22 3B

RGB Percentages of Color #c3223b

%67.71
%11.81
%20.49

CMYK Percentages of Color #c3223b

%0
%83
%70
%24

Triadic Colors of #c3223b

#c3223b #3bc322 #223bc3

Analogous Colors of #c3223b

#c3223b #c35922 #c3228c

Monochromatic Colors of #c3223b

#c3223b

Complementary Color

#c3223b #22c3aa

#c3223b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3223b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3223b Color CSS Codes

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

#c3223b Text Font Color

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

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


#c3223b Background Color

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

This div background color is #c3223b


#c3223b Border Color

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

This div border color is #c3223b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,34,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3223b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3223b;
  -webkit-box-shadow: 1px 1px 3px 2px #c3223b;
  box-shadow:         1px 1px 3px 2px #c3223b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3223b


Comments

No comments written yet.

Please login to write comment.