Color Hex Logo

#c3410b Color Hex

#C3410B
(195,65,11)
0 Favorites   0 Comments

Color spaces of #c3410b

RGB 1956511
HSL0.050.890.40
HSV18°94°76°
CMYK 0.000.670.94   0.24
XYZ24.456415.40692.0014
Yxy15.40690.58420.3680
Hunter Lab39.251642.527224.4530
CIE-Lab46.186549.974854.4359

#c3410b color RGB value is (195,65,11).

#c3410b hex color red value is 195, green value is 65 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c3410b hue: 0.05 , saturation: 0.89 and the lightness value of c3410b is 0.40.

The process color (four color CMYK) of #c3410b color hex is 0.00, 0.67, 0.94, 0.24. Web safe color of #c3410b is #cc3300. Color #c3410b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000001 00001011
Octal 303 101 13
Decimal 195 65 11
Hex C3 41 B

RGB Percentages of Color #c3410b

%71.96
%23.99
%4.06

CMYK Percentages of Color #c3410b

%0
%67
%94
%24

Triadic Colors of #c3410b

#c3410b #0bc341 #410bc3

Analogous Colors of #c3410b

#c3410b #c39d0b #c30b31

Monochromatic Colors of #c3410b

#c3410b

Complementary Color

#c3410b #0b8dc3

#c3410b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3410b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3410b Color CSS Codes

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

#c3410b Text Font Color

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

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


#c3410b Background Color

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

This div background color is #c3410b


#c3410b Border Color

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

This div border color is #c3410b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3410b


Comments

No comments written yet.

Please login to write comment.