color codes Logo

#c9243f color codes

#C9243F
(201,36,63)
0 Favorites   0 Comments

Color spaces of #c9243f

RGB 2013663
HSL0.970.700.46
HSV350°82°79°
CMYK 0.000.820.69   0.21
XYZ25.615514.03816.0622
Yxy14.03810.56030.3071
Hunter Lab37.467556.467716.6341
CIE-Lab44.287563.107027.5745

#c9243f color RGB value is (201,36,63).

#c9243f hex color red value is 201, green value is 36 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c9243f hue: 0.97 , saturation: 0.70 and the lightness value of c9243f is 0.46.

The process color (four color CMYK) of #c9243f color code is 0.00, 0.82, 0.69, 0.21. Web safe color of #c9243f is #cc3333. Color #c9243f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100100 00111111
Octal 311 44 77
Decimal 201 36 63
Hex C9 24 3F

RGB Percentages of Color #c9243f

%67.00
%12.00
%21.00

CMYK Percentages of Color #c9243f

%0
%82
%69
%21

Triadic Colors of #c9243f

#c9243f #3fc924 #243fc9

Analogous Colors of #c9243f

#c9243f #c95b24 #c92492

Monochromatic Colors of #c9243f

#c9243f

Complementary Color

#c9243f #24c9ae

#c9243f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9243f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9243f Color CSS Codes

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

#c9243f Text Font Color

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

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


#c9243f Background Color

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

This div background color is #c9243f


#c9243f Border Color

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

This div border color is #c9243f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,36,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9243f


Comments

No comments written yet.

Please login to write comment.