Color Hex Logo

#c33335 Color Hex

#C33335
(195,51,53)
0 Favorites   0 Comments

Color spaces of #c33335

RGB 1955153
HSL1.000.590.48
HSV359°74°76°
CMYK 0.000.740.73   0.24
XYZ24.332114.22684.8318
Yxy14.22680.56080.3279
Hunter Lab37.718449.142818.8077
CIE-Lab44.556456.461333.6001

#c33335 color RGB value is (195,51,53).

#c33335 hex color red value is 195, green value is 51 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #c33335 hue: 1.00 , saturation: 0.59 and the lightness value of c33335 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110011 00110101
Octal 303 63 65
Decimal 195 51 53
Hex C3 33 35

RGB Percentages of Color #c33335

%65.22
%17.06
%17.73

CMYK Percentages of Color #c33335

%0
%74
%73
%24

Triadic Colors of #c33335

#c33335 #35c333 #3335c3

Analogous Colors of #c33335

#c33335 #c37933 #c3337d

Monochromatic Colors of #c33335

#c33335

Complementary Color

#c33335 #33c3c1

#c33335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33335 Color CSS Codes

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

#c33335 Text Font Color

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

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


#c33335 Background Color

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

This div background color is #c33335


#c33335 Border Color

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

This div border color is #c33335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33335


Comments

No comments written yet.

Please login to write comment.