Color Hex Logo

#c3260d Color Hex

#C3260D
(195,38,13)
0 Favorites   0 Comments

Color spaces of #c3260d

RGB 1953813
HSL0.020.880.41
HSV93°76°
CMYK 0.000.810.93   0.24
XYZ23.271413.01741.6668
Yxy13.01740.61310.3430
Hunter Lab36.079651.993322.5167
CIE-Lab42.789559.395751.7014

#c3260d color RGB value is (195,38,13).

#c3260d hex color red value is 195, green value is 38 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c3260d hue: 0.02 , saturation: 0.88 and the lightness value of c3260d is 0.41.

The process color (four color CMYK) of #c3260d color hex is 0.00, 0.81, 0.93, 0.24. Web safe color of #c3260d is #cc3300. Color #c3260d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100110 00001101
Octal 303 46 15
Decimal 195 38 13
Hex C3 26 D

RGB Percentages of Color #c3260d

%79.27
%15.45
%5.28

CMYK Percentages of Color #c3260d

%0
%81
%93
%24

Triadic Colors of #c3260d

#c3260d #0dc326 #260dc3

Analogous Colors of #c3260d

#c3260d #c3810d #c30d4f

Monochromatic Colors of #c3260d

#c3260d

Complementary Color

#c3260d #0daac3

#c3260d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3260d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3260d Color CSS Codes

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

#c3260d Text Font Color

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

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


#c3260d Background Color

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

This div background color is #c3260d


#c3260d Border Color

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

This div border color is #c3260d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3260d


Comments

No comments written yet.

Please login to write comment.