Color Hex Logo

#c33315 Color Hex

#C33315
(195,51,21)
0 Favorites   0 Comments

Color spaces of #c33315

RGB 1955121
HSL0.030.810.42
HSV10°89°76°
CMYK 0.000.740.89   0.24
XYZ23.824914.02392.1606
Yxy14.02390.59550.3505
Hunter Lab37.448548.027622.7932
CIE-Lab44.267255.486749.7627

#c33315 color RGB value is (195,51,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110011 00010101
Octal 303 63 25
Decimal 195 51 21
Hex C3 33 15

RGB Percentages of Color #c33315

%73.03
%19.10
%7.87

CMYK Percentages of Color #c33315

%0
%74
%89
%24

Triadic Colors of #c33315

#c33315 #15c333 #3315c3

Analogous Colors of #c33315

#c33315 #c38a15 #c3154e

Monochromatic Colors of #c33315

#c33315

Complementary Color

#c33315 #15a5c3

#c33315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33315 Color CSS Codes

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

#c33315 Text Font Color

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

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


#c33315 Background Color

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

This div background color is #c33315


#c33315 Border Color

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

This div border color is #c33315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33315


Comments

No comments written yet.

Please login to write comment.