Color Hex Logo

#c8302a Color Hex

#C8302A
(200,48,42)
0 Favorites   0 Comments

Color spaces of #c8302a

RGB 2004842
HSL0.010.650.47
HSV79°78°
CMYK 0.000.760.79   0.22
XYZ25.294314.56043.6678
Yxy14.56040.58120.3345
Hunter Lab38.158151.547721.0116
CIE-Lab45.026158.567840.6255

#c8302a color RGB value is (200,48,42).

#c8302a hex color red value is 200, green value is 48 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c8302a hue: 0.01 , saturation: 0.65 and the lightness value of c8302a is 0.47.

The process color (four color CMYK) of #c8302a color hex is 0.00, 0.76, 0.79, 0.22. Web safe color of #c8302a is #cc3333. Color #c8302a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110000 00101010
Octal 310 60 52
Decimal 200 48 42
Hex C8 30 2A

RGB Percentages of Color #c8302a

%68.97
%16.55
%14.48

CMYK Percentages of Color #c8302a

%0
%76
%79
%22

Triadic Colors of #c8302a

#c8302a #2ac830 #302ac8

Analogous Colors of #c8302a

#c8302a #c87f2a #c82a73

Monochromatic Colors of #c8302a

#c8302a

Complementary Color

#c8302a #2ac2c8

#c8302a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8302a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8302a Color CSS Codes

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

#c8302a Text Font Color

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

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


#c8302a Background Color

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

This div background color is #c8302a


#c8302a Border Color

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

This div border color is #c8302a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,48,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8302a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8302a;
  -webkit-box-shadow: 1px 1px 3px 2px #c8302a;
  box-shadow:         1px 1px 3px 2px #c8302a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,48,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8302a


Comments

No comments written yet.

Please login to write comment.