color codes Logo

#c3292b color codes

#C3292B
(195,41,43)
0 Favorites   0 Comments

Color spaces of #c3292b

RGB 1954143
HSL1.000.650.46
HSV359°79°76°
CMYK 0.000.790.78   0.24
XYZ23.734713.36243.6137
Yxy13.36240.58300.3282
Hunter Lab36.554651.928419.7270
CIE-Lab43.304359.238737.9760

#c3292b color RGB value is (195,41,43).

#c3292b hex color red value is 195, green value is 41 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c3292b hue: 1.00 , saturation: 0.65 and the lightness value of c3292b is 0.46.

The process color (four color CMYK) of #c3292b color code is 0.00, 0.79, 0.78, 0.24. Web safe color of #c3292b is #cc3333. Color #c3292b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101001 00101011
Octal 303 51 53
Decimal 195 41 43
Hex C3 29 2B

RGB Percentages of Color #c3292b

%69.89
%14.70
%15.41

CMYK Percentages of Color #c3292b

%0
%79
%78
%24

Triadic Colors of #c3292b

#c3292b #2bc329 #292bc3

Analogous Colors of #c3292b

#c3292b #c37429 #c32978

Monochromatic Colors of #c3292b

#c3292b

Complementary Color

#c3292b #29c3c1

#c3292b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3292b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3292b Color CSS Codes

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

#c3292b Text Font Color

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

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


#c3292b Background Color

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

This div background color is #c3292b


#c3292b Border Color

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

This div border color is #c3292b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3292b


Comments

No comments written yet.

Please login to write comment.