Color Hex Logo

#c9002b Color Hex

#C9002B
(201,0,43)
0 Favorites   1 Comments

Color spaces of #c9002b

RGB 201043
HSL0.961.000.39
HSV347°100°79°
CMYK 0.001.000.79   0.21
XYZ24.523412.59193.4235
Yxy12.59190.60490.3106
Hunter Lab35.485161.260819.1194
CIE-Lab42.141867.699237.1197

#c9002b color RGB value is (201,0,43).

#c9002b hex color red value is 201, green value is 0 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c9002b hue: 0.96 , saturation: 1.00 and the lightness value of c9002b is 0.39.

The process color (four color CMYK) of #c9002b color hex is 0.00, 1.00, 0.79, 0.21. Web safe color of #c9002b is #cc0033. Color #c9002b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000000 00101011
Octal 311 0 53
Decimal 201 0 43
Hex C9 0 2B

RGB Percentages of Color #c9002b

%82.38
%0.00
%17.62

CMYK Percentages of Color #c9002b

%0
%100
%79
%21

Triadic Colors of #c9002b

#c9002b #2bc900 #002bc9

Analogous Colors of #c9002b

#c9002b #c93a00 #c90090

Monochromatic Colors of #c9002b

#c9002b

Complementary Color

#c9002b #00c99e

#c9002b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9002b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9002b Color CSS Codes

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

#c9002b Text Font Color

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

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


#c9002b Background Color

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

This div background color is #c9002b


#c9002b Border Color

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

This div border color is #c9002b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9002b


Comments

12 Jan 2022, 19:43 damien4345

pepsi red

Please login to write comment.