color codes Logo

#c9050b color codes

#C9050B
(201,5,11)
0 Favorites   0 Comments

Color spaces of #c9050b

RGB 201511
HSL0.990.950.40
HSV358°98°79°
CMYK 0.000.980.95   0.21
XYZ24.202112.55021.4634
Yxy12.55020.63330.3284
Hunter Lab35.426359.949622.3492
CIE-Lab42.077566.579952.5822

#c9050b color RGB value is (201,5,11).

#c9050b hex color red value is 201, green value is 5 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c9050b hue: 0.99 , saturation: 0.95 and the lightness value of c9050b is 0.40.

The process color (four color CMYK) of #c9050b color code is 0.00, 0.98, 0.95, 0.21. Web safe color of #c9050b is #cc0000. Color #c9050b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000101 00001011
Octal 311 5 13
Decimal 201 5 11
Hex C9 5 B

RGB Percentages of Color #c9050b

%92.63
%2.30
%5.07

CMYK Percentages of Color #c9050b

%0
%98
%95
%21

Triadic Colors of #c9050b

#c9050b #0bc905 #050bc9

Analogous Colors of #c9050b

#c9050b #c96105 #c9056d

Monochromatic Colors of #c9050b

#c9050b

Complementary Color

#c9050b #05c9c3

#c9050b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9050b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9050b Color CSS Codes

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

#c9050b Text Font Color

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

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


#c9050b Background Color

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

This div background color is #c9050b


#c9050b Border Color

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

This div border color is #c9050b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,5,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 #c9050b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9050b


Comments

No comments written yet.

Please login to write comment.