Color Hex Logo

#c91b25 Color Hex

#C91B25
(201,27,37)
0 Favorites   0 Comments

Color spaces of #c91b25

RGB 2012737
HSL0.990.760.45
HSV357°87°79°
CMYK 0.000.870.82   0.21
XYZ24.813313.33493.0164
Yxy13.33490.60280.3239
Hunter Lab36.517057.386120.6644
CIE-Lab43.263664.113241.6622

#c91b25 color RGB value is (201,27,37).

#c91b25 hex color red value is 201, green value is 27 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #c91b25 hue: 0.99 , saturation: 0.76 and the lightness value of c91b25 is 0.45.

The process color (four color CMYK) of #c91b25 color hex is 0.00, 0.87, 0.82, 0.21. Web safe color of #c91b25 is #cc3333. Color #c91b25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011011 00100101
Octal 311 33 45
Decimal 201 27 37
Hex C9 1B 25

RGB Percentages of Color #c91b25

%75.85
%10.19
%13.96

CMYK Percentages of Color #c91b25

%0
%87
%82
%21

Triadic Colors of #c91b25

#c91b25 #25c91b #1b25c9

Analogous Colors of #c91b25

#c91b25 #c9681b #c91b7c

Monochromatic Colors of #c91b25

#c91b25

Complementary Color

#c91b25 #1bc9bf

#c91b25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c91b25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c91b25 Color CSS Codes

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

#c91b25 Text Font Color

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

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


#c91b25 Background Color

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

This div background color is #c91b25


#c91b25 Border Color

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

This div border color is #c91b25


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,27,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c91b25; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c91b25;
  -webkit-box-shadow: 1px 1px 3px 2px #c91b25;
  box-shadow:         1px 1px 3px 2px #c91b25; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,27,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c91b25


Comments

No comments written yet.

Please login to write comment.