Color Hex Logo

#c4002b Color Hex

#C4002B
(196,0,43)
0 Favorites   0 Comments

Color spaces of #c4002b

RGB 196043
HSL0.961.000.38
HSV347°100°77°
CMYK 0.001.000.78   0.23
XYZ23.201011.91023.3616
Yxy11.91020.60300.3096
Hunter Lab34.511259.606618.3826
CIE-Lab41.073066.478335.6598

#c4002b color RGB value is (196,0,43).

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

The process color (four color CMYK) of #c4002b color hex is 0.00, 1.00, 0.78, 0.23. Web safe color of #c4002b is #cc0033. Color #c4002b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000000 00101011
Octal 304 0 53
Decimal 196 0 43
Hex C4 0 2B

RGB Percentages of Color #c4002b

%82.01
%0.00
%17.99

CMYK Percentages of Color #c4002b

%0
%100
%78
%23

Triadic Colors of #c4002b

#c4002b #2bc400 #002bc4

Analogous Colors of #c4002b

#c4002b #c43700 #c4008d

Monochromatic Colors of #c4002b

#c4002b

Complementary Color

#c4002b #00c499

#c4002b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4002b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4002b Color CSS Codes

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

#c4002b Text Font Color

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

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


#c4002b Background Color

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

This div background color is #c4002b


#c4002b Border Color

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

This div border color is #c4002b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4002b


Comments

No comments written yet.

Please login to write comment.