Color Hex Logo

#c8242a Color Hex

#C8242A
(200,36,42)
0 Favorites   0 Comments

Color spaces of #c8242a

RGB 2003642
HSL0.990.690.46
HSV358°82°78°
CMYK 0.000.820.79   0.22
XYZ24.868213.70833.5257
Yxy13.70830.59070.3256
Hunter Lab37.024755.098920.2714
CIE-Lab43.811761.986439.3767

#c8242a color RGB value is (200,36,42).

#c8242a hex color red value is 200, green value is 36 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c8242a hue: 0.99 , saturation: 0.69 and the lightness value of c8242a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100100 00101010
Octal 310 44 52
Decimal 200 36 42
Hex C8 24 2A

RGB Percentages of Color #c8242a

%71.94
%12.95
%15.11

CMYK Percentages of Color #c8242a

%0
%82
%79
%22

Triadic Colors of #c8242a

#c8242a #2ac824 #242ac8

Analogous Colors of #c8242a

#c8242a #c87024 #c8247c

Monochromatic Colors of #c8242a

#c8242a

Complementary Color

#c8242a #24c8c2

#c8242a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8242a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8242a Color CSS Codes

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

#c8242a Text Font Color

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

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


#c8242a Background Color

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

This div background color is #c8242a


#c8242a Border Color

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

This div border color is #c8242a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8242a


Comments

No comments written yet.

Please login to write comment.